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).
Scanned 9/4/2026
Install to Claude Code
npx -y skills add bdambrosio/Cognitive_workbench --skill fac-harvest --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Fac Harvest?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/bdambrosio-fac-harvest)More formats (shields.io, HTML) on the badges page.
---
name: fac-harvest
description: 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).
args:
x: required number — position of the resource
y: required number — see x
count: optional number (default 1) — how many to 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}}
```
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!