mc-modpack-helper

mc-modpack-helper is a skill for Claude Code, Codex from dcd887/mc-modpack-mcp. It costs 75 tokens per session (3,486 once invoked), scanned A, original, MIT.

A diagnostic workflow for Minecraft Fabric and Forge modpacks, which are collections of Minecraft modifications. It checks Java versions, conflicting or missing mods, outdated files, launch settings, and crash logs.

In plain words
What is it for?
It is for inspecting a Minecraft installation, reading version and launcher settings, checking mod files and dependencies, reviewing logs and crash reports, and diagnosing compatibility problems.
Why use it?
It helps identify common causes of modpack startup failures and crashes by checking the game setup and its error records together.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit It is for inspecting a Minecraft installation, reading version and launcher settings, checking mod files and dependencies, reviewing logs and crash reports, and diagnosing compatibility problems.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/dcd887/mc-modpack-mcp/mc-modpack-helper
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.

Any agent
npx skills add dcd887/mc-modpack-mcp --skill mc-modpack-helper
Clone the repo
git clone --depth 1 https://github.com/dcd887/mc-modpack-mcp

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 mc-modpack-helper

README.md
[![agentmods](https://agentmods.dev/badge/skills/dcd887/mc-modpack-mcp/mc-modpack-helper.svg)](https://agentmods.dev/skills/dcd887/mc-modpack-mcp/mc-modpack-helper)
Your own site
<a href="https://agentmods.dev/skills/dcd887/mc-modpack-mcp/mc-modpack-helper"><img src="https://agentmods.dev/badge/skills/dcd887/mc-modpack-mcp/mc-modpack-helper.svg" alt="Measured on agentmods" height="20"></a>
Per session 75 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,486 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
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.00075 $0.03486
Opus 5 $0.00037 $0.01743
Sonnet 5 $0.00015 $0.00697
Haiku 4.5 $0.00007 $0.00349

Measured 7d ago against content hash 92a75ed0e017, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

mc-modpack-helper scanned grade A with 1 finding 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

2. 生成下载命令(PowerShell / curl)
skills/mc-modpack-helper/SKILL.md · 295 lines

How it starts

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

MC Modpack Helper

自动化诊断 Minecraft Fabric/Forge 整合包和模组开发问题,覆盖从配置检查到崩溃分析的全流程。


When To Use

在以下情况时主动执行本 skill:

  • 用户发送"有报错"、"查看日志"、"崩溃了"、"exit code 1"等
  • 用户发送崩溃报告 zip 文件或 latest.log / PCL 启动器日志
  • 用户说"帮我检查这个整合包"、"看看有什么冲突"
  • 用户添加或更新模组后需要验证兼容性
  • 用户在制作整合包时询问最佳实践

Inputs

输入 说明 来源
mc_dir .minecraft 根目录 自动探测或用户指定
version_name 实例名称(如 rpg 自动探测或用户指定
launcher Launcher 类型 自动探测:PCL / Prism / HMCL
崩溃报告 crash report 文件内容 用户粘贴或文件路径
日志片段 latest.log 相关内容 用户粘贴

Workflow

Phase 1 — 信息收集

  1. 探测 .minecraft 目录(通过 MCP 工具 get_version_info 自动查找,或由用户提供)
  2. 读取版本 JSON(versions/<name>/<name>.json),提取:
    • javaVersion.component + majorVersion
    • arguments.game(命令行参数)
    • arguments.jvm(JVM 参数)
    • id(MC 版本号)
  3. 列出 versions/<name>/mods/ 下的所有文件
  4. 读取 versions/<name>/logs/latest.log(如存在)
  5. 读取 versions/<name>/logs/server.log(如存在)
  6. 探测 Launcher 配置:
    • PCL:AppData\Roaming\PCL\config.json
    • Prism:AppData\Roaming\PrismLauncher\instances\<name>\prism.ini
  7. 扫描崩溃报告:versions/<name>/crash-reports/ 最新文件

Phase 2 — Java 版本检查(最高优先级)

关键判断逻辑

  1. 从版本 JSON 提取 javaVersion.majorVersion
  2. 从系统探测已安装 Java 路径(按 PCL/Prism 配置顺序)
  3. 确认 Launcher 实际使用的 Java 版本
  4. 对比推荐版本表:
MC 版本 Loader 必须 Java 常见错误
1.20.1 Fabric 0.15+ 17 Java 21 → exit code 1
1.20.1 Forge 47+ 17
1.20.4 Fabric 17
1.20.6 Fabric 21
1.21+ Fabric/Forge 21
1.19.4 Fabric 17
1.18.2 Fabric/Forge 17
1.16.5 Forge 8

修复动作(仅当用户确认):

  • 调整 Launcher 配置中 Java 列表顺序
  • PCL:将正确版本移到 JavaList 第一位
  • 同时更新版本 JSON 的 javaVersion 字段

Phase 3 — 模组冲突检测

扫描 mods/ 目录,检测以下已知冲突组:

冲突模式 检测方法 建议
sodium-* + embeddium-* 文件名匹配 保留 Embeddium,移除 Sodium
graves-* + gravestones-* 文件名匹配 保留其中一个
player-corpse-* + 其他尸体 文件名匹配 保留其中一个
多个 UI Lib 变体 文件名包含 ui.libuilib 只保留一个
多个 JEI 变体 文件名包含 jei 只保留一个

Read the full file on GitHub · 295 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. 7d ago First seen · 295 lines · 75 tokens per session scan A 92a75ed0e017

Subscribe to this mod's changes

mc-modpack-helper is a skill published in the GitHub repository dcd887/mc-modpack-mcp (0 stars, last pushed 18d ago), licensed MIT. It adds 75 tokens to every session and 3,486 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). 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

minecraft-debug-mcp

Operate and debug the live Minecraft bot through its built-in MCP REPL server. Use when work requires starting the bot with pnpm dev, connecting to the local MCP endpoint, inspecting cognitive state/logs/history, injecting synthetic chat/events, or running targeted REPL code against the running brain during…

moeru-ai/airi · 68 tokens

graphics-api-hooking

Guide for graphics API interception, overlay rendering, and render-pipeline analysis across DirectX, OpenGL, and Vulkan. Use this skill when working with Present or SwapBuffers hooks, DXGI swap chains, shader or draw-call interception, screenshot-sensitive overlays, or graphics debugging in game security research.

gmh5225/awesome-game-security · 64 tokens

console-get-logs

Retrieve Unity Editor logs from the MCP plugin's LogCollector, optionally filtered by log type or time window. Useful for debugging and monitoring Editor activity.

IvanMurzak/Unity-MCP · 35 tokens

editor-application-get-state

Return the current state of UnityEditor.EditorApplication — playmode, paused state, compilation state, and related flags.

IvanMurzak/Unity-MCP · 31 tokens

console-clear-logs

Clear the MCP log cache (used by 'console-get-logs') and the Unity Editor Console window. Useful for isolating logs to a specific action by clearing the slate first.

IvanMurzak/Unity-MCP · 41 tokens

profiler-start

Enable Unity's runtime profiler and open the Profiler window. Idempotent: calling when already enabled returns the current enabled state without error.

IvanMurzak/Unity-MCP · 32 tokens