# Fac Extract

> Take items out of a Factorio machine or container into your inventory (collect smelted plates from a furnace, unload a chest). You must be within reach of the source entity.

- Skill: `bdambrosio/fac-extract` (Agent Skill, multi-file: 3 files)
- Install (CLI): `npx skillmds@latest add bdambrosio/fac-extract`
- Raw SKILL.md: https://api.skillmd.com/api/skills/bdambrosio/fac-extract/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: bdambrosio (https://skillmd.com/u/bdambrosio)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/bdambrosio/fac-extract

---


# fac-extract

Transfer items from an entity into your inventory via the game bridge.

## Behavior

- The source entity must exist at (x, y) and contain the item (check
  with fac-observe — entity contents are listed).
- Failure carries the standard deviation report.

```json
{"thought": "collect the plates", "tool": "fac-extract", "args": {"item": "iron-plate", "count": 10, "x": 48, "y": 60, "target": "stone-furnace"}}
```

