# Fac Harvest

> Mine resources or chop trees in Factorio — iron ore, copper ore, coal, stone, wood — into your inventory. You must be within reach of the resource (walk to the patch first).

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

---


# fac-harvest

Harvest from the resource under/near (x, y) via the game bridge.

## Behavior

- Harvests whatever resource is at the position (fac-observe shows
  patches). Trees give wood.
- Failure carries the standard deviation report ("Nothing within reach
  to harvest" usually means walk closer or wrong position).

```json
{"thought": "need ore for smelting", "tool": "fac-harvest", "args": {"x": 12, "y": -30, "count": 20}}
```

