Put items from your Factorio inventory into a machine or container (fuel a furnace with coal, load ore, stock a chest). You must be within reach of the target entity.
Scanned 9/4/2026
Install to Claude Code
npx -y skills add bdambrosio/Cognitive_workbench --skill fac-insert --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Fac Insert?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/bdambrosio-fac-insert)More formats (shields.io, HTML) on the badges page.
---
name: fac-insert
description: Put items from your Factorio inventory into a machine or container (fuel a furnace with coal, load ore, stock a chest). You must be within reach of the target entity.
args:
item: required string — item name, e.g. "coal", "iron-ore"
count: required number — how many to insert
x: required number — target entity position x
y: required number — target entity y
target: required string — target entity prototype, e.g. "stone-furnace", "iron-chest"
---
# fac-insert
Transfer items from your inventory into an entity via the game bridge.
## Behavior
- The target entity must exist at (x, y) and accept the item (furnaces
take fuel + smeltable ore; chests take anything).
- Returns the target's state after the insert (contents included).
- Failure carries the standard deviation report.
```json
{"thought": "fuel the furnace", "tool": "fac-insert", "args": {"item": "coal", "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.