# Fac Insert

> 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.

- Skill: `bdambrosio/fac-insert` (Agent Skill, multi-file: 3 files)
- Install (CLI): `npx skillmds@latest add bdambrosio/fac-insert`
- Raw SKILL.md: https://api.skillmd.com/api/skills/bdambrosio/fac-insert/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-insert

---


# 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"}}
```

