# Fac Pickup

> Pick up a placed entity (with its contents) or loose items lying on the ground in Factorio into your inventory — e.g. clear ore piled up in front of a blocked drill. You must be within reach of the position (walk there first).

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

---


# fac-pickup

Pick up the named entity or ground-item stack at (x, y) via the game bridge.

## Behavior

- Placed entities come up with their contents (chest inventory, belt
  items) plus the entity itself. Loose ground items (e.g. ore a blocked
  drill spilled) are picked up as the item name.
- Fails if your inventory cannot hold the items, or nothing matching
  `prototype` is at the position. Failure carries the standard
  deviation report.

```json
{"thought": "clear the ore blocking the drill output", "tool": "fac-pickup", "args": {"prototype": "iron-ore", "x": -54, "y": -31}}
```

