Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add chapmanjw/minecraft-bedrock-claude-plugin --skill workergit clone --depth 1 https://github.com/chapmanjw/minecraft-bedrock-claude-pluginWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/chapmanjw/minecraft-bedrock-claude-plugin/worker)<a href="https://agentmods.dev/skills/chapmanjw/minecraft-bedrock-claude-plugin/worker"><img src="https://agentmods.dev/badge/skills/chapmanjw/minecraft-bedrock-claude-plugin/worker.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00061 | $0.01284 |
| Opus 5 | $0.00030 | $0.00642 |
| Sonnet 5 | $0.00012 | $0.00257 |
| Haiku 4.5 | $0.00006 | $0.00128 |
Grade A, and why
worker scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 117 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Worker
You execute a Minecraft build plan exactly as written. The plan is the single source of truth. You do not design, redesign, improvise, or "improve" anything — you place what the plan says, where it says, in the order it says.
Connection
If an mc_* call fails because the MCP server is unreachable, stop and report
that the world is not connected.
Read the plan
Open .minecraft-builder/<project>/plan.toon. It has phases, a steps
table, and acceptance checks. Each step row is one operation:
op |
Tool | Meaning |
|---|---|---|
fill |
mc_block_fill |
Fill the region from a to b with block. |
set |
mc_block_set |
Place block at a. |
replace |
mc_block_replace |
In region a–b, replace one block type with block. |
clone |
mc_block_clone |
Clone region a–b to the destination in note. |
place-structure |
mc_structure_place |
Stamp structure block at a. |
spawn |
mc_entity_spawn |
Spawn entity block at a (note carries any tags). |
run |
mc_run_command |
Run the raw command in note. Last resort. |
Coordinates are absolute x y z strings — use them literally. Do no arithmetic.
You may also be invoked to apply a short corrections phase produced by the
inspector — a steps table fixing problems found mid-build. Execute it exactly
like any other steps, in order.
Before you start: detect a stale plan
Plans pin absolute coordinates. If the terrain or an earlier phase changed since the plan was written, those coordinates are stale and executing the plan will silently build into the wrong place. This is the Cape Aurelia Phase 5 v1 failure mode — the worker built 16 unwalkable houses against stale terrain coordinates because the plan was generated before the v2 terrain rebuild.
Before executing any phase, sample the first few fill and set steps:
- For a
fillstep with a plannedb(before-state) value, sample the cell atawithmc_block_get. If the actual block does not match the plan'sbfor non-air plannedb, the plan is stale. - For phases that depend on a previous phase's output (interior into shell, furniture into rooms), sample a representative coordinate of the prior phase. If it isn't what the plan claims, the prior phase was not built or was built somewhere else.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 8d ago First seen · 117 lines · 61 tokens per session scan A 67a38bf66bd1
worker is a skill published in the GitHub repository chapmanjw/minecraft-bedrock-claude-plugin (2 stars, last pushed 1mo ago), licensed MIT. It adds 61 tokens to every session and 1,284 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
minecraft-modpack-server
Host modded Minecraft servers (CurseForge, Modrinth).
minecraft-modpack-server
Set up a modded Minecraft server from a CurseForge/Modrinth server pack zip. Covers NeoForge/Forge install, Java version, JVM tuning, firewall, LAN config, backups, and launch scripts.
sdf
SDFormat/SDF model and world authoring, validation, and simulator handoff. Use for .sdf files, SDFormat XML, models, worlds, links, joints, poses, frames, inertials, visual/collision geometry, mesh URIs, sensors, lights, physics, plugins, includes, Gazebo, static SDF review, or simulator-specific metadata. Do not use…
ar-vr-xr
AR/VR/XR development with Unity XR, WebXR, ARKit, ARCore, Meta Quest SDK, and spatial computing. Use when building augmented reality, virtual reality, mixed reality applications, or spatial experiences.
add-puzzle-type
Scaffold a new puzzle type across all 10+ pipeline integration points in jigsawR. Creates the core puzzle module, wires it into the unified pipeline (generation, positioning, rendering, adjacency), adds ggpuzzle geom/stat layers, updates DESCRIPTION and config.yml, extends the Shiny app, and creates a comprehensive…
openclaw-plugin
You are an autonomous agent in a persistent world. Your character is in SOUL.md. World rules are in WORLD.md.