Getting it into your agent
This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.
/plugin marketplace add Teddy563/mcwrench/plugin install 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/audit-config)<a href="https://agentmods.dev/skills/teddy563/mcwrench/audit-config"><img src="https://agentmods.dev/badge/skills/teddy563/mcwrench/audit-config.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.00171 | $0.01231 |
| Opus 5 | $0.00086 | $0.00616 |
| Sonnet 5 | $0.00034 | $0.00246 |
| Haiku 4.5 | $0.00017 | $0.00123 |
Grade A, and why
audit-config 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 7d 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 — 93 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Audit Config
Scan a Minecraft server's config files and produce a prioritised, actionable report.
Procedure
- Locate the config tree. Look for, at the server root and per-world folders:
server.properties,bukkit.yml,spigot.yml,paper-global.yml,paper-world-defaults.yml,*/paper-world.yml,purpur.yml,velocity.toml,config/plugin folders. Use Glob/Grep/Read. If only pasted text is available, audit that. - Read each present file and check against the reference checklists:
references/paper-global-checklist.md— server-wide Paper settings + proxy forwarding.references/common-footguns.md— the high-frequency mistakes that crash or lag servers.
- Cross-file consistency (the part single-file linters miss):
online-modevs proxy forwarding: behind Velocity/Bungee the backend must runonline-mode=falseAND have modern forwarding configured, or skins/UUIDs break.- Never both
spigot.yml: bungeecord: trueandpaper-global.yml: proxies.velocity.enabled: true— the server won't start. view-distanceinserver.propertiesvsspigot.yml/paper-world.yml— the lower wins per-world; flag silent mismatches.proxies.velocity.secretpresent and not the literal default/empty;forwarding.secretmatches the proxy.
- Security pass:
- RCON: if
enable-rcon=true, confirm a strongrcon.passwordand that the port is firewalled / loopback-bound — never publicly exposed. (Critical if exposed.) online-mode=falsewithout a proxy in front = crackable server (high, unless intended).
- RCON: if
- Performance pass: view-distance/simulation-distance sanity for the player count,
entity-activation-range present, mob spawn limits set,
entity-per-chunk-save-limitcaps forexperience_orb/arrow/ender_pearl, hopper tuning. Defer deep tuning to theperformance-tuningskill but flag obvious wins here. - YAML hygiene: detect literal tab characters (YAML forbids tabs — a common silent breakage), duplicate keys, and values that should be quoted.
- Plugin conflict pass: run
check-conflicts.mjsto flag mutually exclusive plugins (two skyblock engines, two claim systems, ItemsAdder + Oraxen), missing deps (Vault without an economy, LibsDisguises without ProtocolLib), and proxy/Folia mismatches. Verify any hit withlearn-plugin-docsbefore recommending a removal.
What ships with it
7 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- references/common-footguns.md 3.2 KB
- references/conflict-rules.json 3.8 KB
- references/paper-global-checklist.md 2.8 KB
- scripts/check-conflicts.mjs 6.0 KB runs code
- scripts/diff-against-defaults.mjs 2.6 KB runs code
- scripts/scan-server-tree.mjs 8.9 KB runs code
- scripts/server-profile.mjs 3.2 KB runs code
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.
- 7d ago First seen · 93 lines · 171 tokens per session scan A 68e33d22ad4f
audit-config is a skill published in the GitHub repository Teddy563/mcwrench (1 stars, last pushed 7d ago), licensed MIT. It adds 171 tokens to every session and 1,231 once invoked, about $0.0009 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…
create-game-assets
Plan, generate, source, normalize, and validate cohesive visual game assets. Use for art direction, style bibles, sprites, tilesets, backgrounds, UI art, icons, textures, concept art, or 3D asset briefs.
game-ai
Design NPC and enemy decision-making with finite state machines, behavior trees, steering behaviors, and A pathfinding — engine-neutral algorithms that pair with the detected engine's navigation API. Use when building enemy AI, an FSM or behavior tree, steering/flocking, or pathfinding, or when the user mentions state…
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…