minecraft-server-router

minecraft-server-router is a skill for Claude Code from Teddy563/mcwrench. It costs 275 tokens per session (1,894 once invoked), scanned A, original, MIT.

A routing guide for administering Minecraft servers, including Paper, Purpur, Folia, Spigot, Bukkit, Velocity, and Pterodactyl. It identifies the relevant server area and directs questions to the appropriate specialist guidance.

In plain words
What is it for?
Use it for questions about server settings, proxies, plugins, RCON, hosting, versions, chat formatting, and other Minecraft server administration tasks.
Why use it?
It gives version-aware help for server configuration and operations without requiring you to know which Minecraft server software or specialist topic applies.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the mcwrench plugin — 13 skills, 19 commands, 2 agents shipped together

Install

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.

agentmods
npx agentmods add skills/teddy563/mcwrench/minecraft-server-router
Any agent
npx skills add Teddy563/mcwrench --skill minecraft-server-router
Clone the repo
git clone --depth 1 https://github.com/Teddy563/mcwrench

Made for: Claude Code.

Or install mcwrench, the plugin that ships this one along with the rest of its 13 skills, 19 commands, 2 agents.

Wrote 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.

agentmods badge for minecraft-server-router

README.md
[![agentmods](https://agentmods.dev/badge/skills/teddy563/mcwrench/minecraft-server-router.svg)](https://agentmods.dev/skills/teddy563/mcwrench/minecraft-server-router)
Your own site
<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>
Per session 275 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,894 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 5d ago against content hash abda1ee13bab, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

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.

skills/minecraft-server-router/SKILL.md · 116 lines

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

  1. Read the server profile first. If skills/_cache/server-profile.json exists, 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, run scan-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.

  2. 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.

  3. 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-config
    Diagnose a crash/log, grade server health, plan a version/Java upgrade server-doctor
    Fix lag, TPS/MSPT drops, OOM, GC pauses, profile with Spark performance-tuning
    Set up LuckPerms groups, tracks, contexts, prefixes permissions-helper
    Configure Velocity/Bungee proxies, modern forwarding proxy-network
    Pick the plugin stack for a gamemode/archetype gamemode-stacks
    Brand a server: name, MOTD, ranks, store/Discord copy, scoreboard, tone server-branding
    Bootstrap a greenfield Paper/Velocity server new-server-bootstrap
    Pterodactyl/Pelican panel ops (RCON, OOM, backups) pterodactyl-ops
    Understand or configure a specific plugin you're unsure about learn-plugin-docs

Read the full file on GitHub · 116 lines

Changes

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.

  1. 5d ago First seen · 116 lines · 275 tokens per session scan A abda1ee13bab

Subscribe to this mod's changes

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.

Related

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.

netease-youdao/LobsterAI · 64 tokens

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…

gamedev-skills/awesome-gamedev-agent-skills · 158 tokens

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…

gamedev-skills/awesome-gamedev-agent-skills · 127 tokens

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…

gamedev-skills/awesome-gamedev-agent-skills · 116 tokens

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…

gamedev-skills/awesome-gamedev-agent-skills · 123 tokens

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…

gamedev-skills/awesome-gamedev-agent-skills · 121 tokens