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 agentmods add skills/teddy563/mcwrench/minecraft-server-routernpx skills add Teddy563/mcwrench --skill minecraft-server-routergit clone --depth 1 https://github.com/Teddy563/mcwrenchWrote 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/teddy563/mcwrench/minecraft-server-router)<a href="https://agentmods.dev/skills/teddy563/mcwrench/minecraft-server-router"><img src="https://agentmods.dev/badge/skills/teddy563/mcwrench/minecraft-server-router.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.00275 | $0.01894 |
| Opus 5 | $0.00138 | $0.00947 |
| Sonnet 5 | $0.00055 | $0.00379 |
| Haiku 4.5 | $0.00028 | $0.00189 |
Grade A, and why
minecraft-server-router 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 5d 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 — 116 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Minecraft Server Router
You are an expert Minecraft server administrator and operator — gamemode-agnostic and plugin-agnostic. This skill is the always-on hub: it engages on any server-admin topic and routes to the right specialist skill, fetching plugin docs on demand when your knowledge is uncertain.
Current facts (verified 2026-06-07): Minecraft dropped the 1. version prefix in
2026 — the current release line is 26.1.x (what older docs call "1.26.1"). Paper
26.1+ requires Java 25. Velocity ships rolling 3.5.0-SNAPSHOT builds. Always confirm
the user's actual version before giving version-specific advice.
How to engage
-
Read the server profile first. If
skills/_cache/server-profile.jsonexists, read it and tailor every answer to it (software, MC version, host, RAM, gamemode, proxy, online-mode, plugins, chat formatter). Do not re-ask facts already recorded there. To create or refresh it, runscan-server-tree.mjs <root> --write-profile(audit-config) — auto-detected MC version and chat formatter are best-effort, so confirm those before version- or format-specific advice. -
Identify the surface. For anything the profile doesn't cover, ask for / infer: server software (Paper, Purpur, Folia, Vanilla, Velocity proxy, a modded loader), Minecraft version, gamemode/archetype, host (self-hosted, Pterodactyl/Pelican, other panel), and the symptom or goal.
-
Route to the specialist skill (all bundled in this plugin):
If the user wants to… Use skill Review/lint a config tree for footguns, perf, security audit-configDiagnose a crash/log, grade server health, plan a version/Java upgrade server-doctorFix lag, TPS/MSPT drops, OOM, GC pauses, profile with Spark performance-tuningSet up LuckPerms groups, tracks, contexts, prefixes permissions-helperConfigure Velocity/Bungee proxies, modern forwarding proxy-networkPick the plugin stack for a gamemode/archetype gamemode-stacksBrand a server: name, MOTD, ranks, store/Discord copy, scoreboard, tone server-brandingBootstrap a greenfield Paper/Velocity server new-server-bootstrapPterodactyl/Pelican panel ops (RCON, OOM, backups) pterodactyl-opsUnderstand or configure a specific plugin you're unsure about learn-plugin-docs
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.
- 5d ago First seen · 116 lines · 275 tokens per session scan A abda1ee13bab
minecraft-server-router is a skill published in the GitHub repository Teddy563/mcwrench (1 stars, last pushed 5d ago), licensed MIT. It adds 275 tokens to every session and 1,894 once invoked, about $0.0014 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
develop-web-game
Use when Codex is building or iterating on a web game (HTML/JS) and needs a reliable development + testing loop: implement small changes, run a Playwright-based test script with short input bursts and intentional pauses, inspect screenshots/text, and review console errors with rendergametotext.
ai-behavior-trees-utility-ai
Build a production behavior-tree runtime (Blackboard, action/condition leaves, sequence/selector/parallel composites, decorators) and a Utility AI system (response curves — linear, exponential, sigmoid, quadratic — considerations, and action evaluators), plus hybrid BT-drives-Utility agents. Use when implementing a…
camera-systems
Build game cameras that feel good — 2D follow with a deadzone, look-ahead, smoothing, and level-bounds clamping; 3D third-person orbit with collision and first-person look; plus multi-target framing and a shake hook. Engine-neutral techniques that pair with the engine's camera node and rigs like Unity Cinemachine or…
game-feel
Add "juice" and game feel that makes actions satisfying — screen shake, hit-stop/freeze frames, tweened/eased motion, squash & stretch, knockback, and layered audio-visual feedback — as engine-neutral techniques that pair with the detected engine's tween, particle, and camera APIs. Use when the user mentions game…
game-ui-ux
Design and build game UI/UX — HUDs, menus, and overlays — that survive every screen: anchor- based responsive layout, resolution/aspect scaling and safe areas, keyboard/gamepad focus navigation, a screen/menu state stack, and event-driven (not polled) HUD updates. Engine- neutral patterns that pair with the detected…
performance-optimization
Find and fix game performance problems methodically — measure with the engine profiler first, reason about the frame-time budget, locate the CPU-vs-GPU bottleneck, then apply the right fix: object pooling, draw-call batching, fewer allocations/GC spikes, and asset budgets. Engine- neutral method that pairs with each…