Find the nearest resource in Factorio — iron-ore, copper-ore, coal, stone, water, wood — within 500 tiles of your character. Use when you need ore/fuel and don't know where a patch is; fac-observe then shows the patch details once you're near.
Scanned 9/4/2026
Install to Claude Code
npx -y skills add bdambrosio/Cognitive_workbench --skill fac-nearest --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Fac Nearest?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/bdambrosio-fac-nearest)More formats (shields.io, HTML) on the badges page.
---
name: fac-nearest
description: Find the nearest resource in Factorio — iron-ore, copper-ore, coal, stone, water, wood — within 500 tiles of your character. Use when you need ore/fuel and don't know where a patch is; fac-observe then shows the patch details once you're near.
args:
resource: required string — "iron-ore" (or "iron"), "copper-ore", "coal", "stone", "uranium-ore", "water", "wood"
---
# fac-nearest
Nearest-resource scan via the game bridge (500 tiles around your
character).
## Behavior
- Returns the position of the closest matching resource tile and its
distance from you. Walk there (fac-walk), then fac-observe to see the
patch's extent and size, then fac-harvest or place a miner.
- "iron", "copper", "uranium" are accepted shorthand for the -ore names.
- Errors if nothing matches within 500 tiles.
```json
{"thought": "Bruce wants iron — where's the nearest patch?", "tool": "fac-nearest", "args": {"resource": "iron-ore"}}
```
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!
Playbook for creating and editing uCoz landing pages via MCP tools (`templates_tool`, `ftp_tool`, `modules_tool`). Use for tasks such as: "build a landing page", "update the homepage as a landing page", "create a promo page on the homepage", "add a lead form / menu / SEO to the homepage". Homepage: `page_list`, `page_get`; first publish — `page_update` with full `page_tmpl`; HTML edits after generation — `patch_template` (module_id=2, template_id=1), not `update_template`. Activate the mail f...