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.
Scanned 9/4/2026
Install to Claude Code
npx -y skills add bdambrosio/Cognitive_workbench --skill fac-extract --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Fac Extract?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/bdambrosio-fac-extract)More formats (shields.io, HTML) on the badges page.
---
name: fac-extract
description: 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.
args:
item: required string — item name, e.g. "iron-plate"
count: required number — how many to take
x: required number — source entity position x
y: required number — source entity y
target: required string — source entity prototype, e.g. "stone-furnace", "iron-chest"
---
# 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"}}
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Implement modern responsive layouts using container queries, fluid typography, CSS Grid, and mobile-first breakpoint strategies. Use when building adaptive interfaces, implementing fluid layouts, or creating component-level responsive behavior.