minecraft-agent-skills: Skill for Claude Code

.agents/skills/minecraft-essentials-ops/SKILL.md

minecraft-essentials-ops is a skill for Claude Code, Codex from Jahrome907/minecraft-agent-skills. It costs 54 tokens per session (1,995 once invoked), scanned A, original, MIT.

An operations guide for EssentialsX, a Minecraft server plugin that provides commands and tools such as homes, warps, kits, economy, permissions, and moderation.

In plain words
What is it for?
Use it to manage EssentialsX configuration, permissions, economy, kits, warps, homes, and moderation on supported Minecraft servers.
Why use it?
It helps administrators change server behavior safely without confusing EssentialsX operations with plugin development or general server deployment.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents).

This is Jahrome907/minecraft-agent-skills's own configuration. It tells Claude Code and Codex how to work on minecraft-agent-skills itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything minecraft-agent-skills configures →

Reuse

Borrowing it

Nothing to install: this file belongs to Jahrome907/minecraft-agent-skills. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/Jahrome907/minecraft-agent-skills/main/.agents/skills/minecraft-essentials-ops/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/Jahrome907/minecraft-agent-skills

Made for: Claude Code, Codex.

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-essentials-ops

README.md
[![agentmods](https://agentmods.dev/badge/skills/jahrome907/minecraft-agent-skills/minecraft-essentials-ops/github.svg)](https://agentmods.dev/skills/jahrome907/minecraft-agent-skills/minecraft-essentials-ops)
Your own site
<a href="https://agentmods.dev/skills/jahrome907/minecraft-agent-skills/minecraft-essentials-ops"><img src="https://agentmods.dev/badge/skills/jahrome907/minecraft-agent-skills/minecraft-essentials-ops/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for minecraft-essentials-ops

Your own site · 80×15
<a href="https://agentmods.dev/skills/jahrome907/minecraft-agent-skills/minecraft-essentials-ops"><img src="https://agentmods.dev/badge/skills/jahrome907/minecraft-agent-skills/minecraft-essentials-ops.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 54 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,995 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00054 $0.01995
Opus 5 $0.00027 $0.00997
Sonnet 5 $0.00011 $0.00399
Haiku 4.5 $0.00005 $0.00199

Measured 4d ago against content hash 6fdb6c935a05, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

minecraft-essentials-ops 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 4d 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.

.agents/skills/minecraft-essentials-ops/SKILL.md · 331 lines

How it starts

The opening of the file, as written. The whole thing — 331 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Minecraft EssentialsX Operations Skill

Skill Scope

Routing Boundaries

  • Use when: the task is EssentialsX command, config, permissions, economy, or moderation operations.
  • Do not use when: the task is generic server deployment/proxy/performance architecture (minecraft-server-admin).
  • Do not use when: the task is writing Java plugin code (minecraft-plugin-dev).
  • Do not use when: the task is WorldEdit selection/build workflows (minecraft-worldedit-ops).

Support Assets

  • Read references/permissions-and-rollout-checklists.md when the task is a permissions audit, economy rollout, or moderation-policy change and you need a compact preflight list.

Module Overview and Install Notes

Platform gate

Use EssentialsX only on a supported Paper or Spigot server build. EssentialsX 2.22.0 warns that Folia and Folia forks are unsupported and can lose userdata; it also does not support Forge, NeoForge, or Fabric Bukkit-hybrid servers. If the current platform is in either category, stop before enabling or configuring EssentialsX and verify a supported operational path. This guide does not recommend a migration.

Common EssentialsX modules in production:

  • EssentialsX (core commands and user tools)
  • EssentialsXChat
  • EssentialsXSpawn
  • EssentialsXProtect

Operational install checklist:

  1. Match EssentialsX build to your Paper/Spigot API generation.
  2. Install Vault if using economy providers or permission/chat bridges.
  3. Start server once and inspect logs for dependency warnings.
  4. Keep plugin jar versions documented for rollback.

Version-alignment rule:

  • update EssentialsX and companion plugins as a tested batch in staging first.
  • verify the exact EssentialsX release or development build supports the target Paper release; do not assume a build for 26.1 also supports 26.2.

Vault and Economy Basics

Economy stack model

  • EssentialsX can provide economy commands and balances.
  • Vault provides a shared bridge so other plugins (shops, jobs, ranks) can read/write balances.

Read the full file on GitHub · 331 lines

Files

What ships with it

1 file 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.

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. 4d ago Changed · +21 lines 6fdb6c935a05
  2. 12d ago First seen · 310 lines · 54 tokens per session scan A 0bc6a96211d4

Subscribe to this mod's changes

minecraft-essentials-ops is a skill published in the GitHub repository Jahrome907/minecraft-agent-skills (138 stars, last pushed 5d ago), licensed MIT. It adds 54 tokens to every session and 1,995 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-30.

Related

Other skills, from other repositories

minecraft-modpack-server

Host modded Minecraft servers (CurseForge, Modrinth).

NousResearch/hermes-agent · 19 tokens

ashfox

Create, refine, animate, and visually review Minecraft-style block and pixel assets in the ashfox Web Workbench. Use for ashfox modeling and export preparation, not repository development or direct Blockbench editing.

sigee-min/ashfox · 44 tokens

img2blockbench

Reconstruct a Minecraft-style creature, character, prop, or vehicle concept as a native Blockbench model using an optional provider-selected 3D mesh, agent vision, and deterministic compilation. Use when Codex should turn PNG, JPEG, or WebP artwork, optionally accompanied by a textured GLB or GLTF from any image-to-3D…

orca-gamedev/img2blockbench · 106 tokens

setup-fabric

Step 1 of 4 of the Minecraft Java MCP setup. Install Minecraft Java Edition with the Fabric loader — either a single-player client or a headless dedicated server — as the foundation the MCP mod runs inside. Use when the user wants to set up Minecraft Java for AI/MCP control from scratch, or asks how to get Fabric…

chapmanjw/minecraft-java-fabric-claude-plugin · 80 tokens

setup-mod

Step 2 of 4 of the Minecraft Java MCP setup. Download the minecraft-java MCP mod jar and its matching Fabric API jar and install both into the Minecraft mods folder. Use when the user has Minecraft Java with the Fabric loader ready and needs the MCP mod and Fabric API installed.

chapmanjw/minecraft-java-fabric-claude-plugin · 60 tokens

survey-research

Researches real-world buildings, cities, landmarks, vehicles, and mechanisms so they can be represented faithfully as Minecraft structures. Use when a build request references a real or historical thing and the exec-plan or exec-blueprint skill needs accurate proportions, layouts, materials, or details. Part of the…

chapmanjw/minecraft-java-fabric-claude-plugin · 66 tokens