← 返回 Skills 市场
play_minecraft
作者
Songjc0511
· GitHub ↗
· v1.0.0
· MIT-0
275
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install play-minecraft
功能描述
通过 Mindcraft HTTP API 控制 Minecraft Bot(无内置 LLM)。当用户提到 OpenClaw、外部 agent、REST 接口控制、读取状态、执行动作、批量任务编排时使用。
安全使用建议
This skill is an instruction-only adapter for a local Mindcraft HTTP API — it does not include the server code. Before using: (1) verify the source and integrity of the Mindcraft server (main.js/settings.js) you will run; do not run untrusted Node.js code; (2) ensure the API endpoint is indeed localhost and not pointed at a remote host you don't control; (3) confirm logging of request/response/state snapshots is stored securely and not exfiltrated; (4) note the name mismatch (play_minecraft vs Mindcraft) and confirm this is the intended server; and (5) if you plan to expose the API beyond your machine, review authentication and network protections first.
功能分析
Type: OpenClaw Skill
Name: play-minecraft
Version: 1.0.0
The skill bundle provides a standard interface for controlling a Minecraft bot via a local HTTP API (Mindcraft). It includes documentation and code examples (Python/PowerShell) for listing agents, querying state, and executing game actions like movement or block collection. No evidence of data exfiltration, malicious execution, or prompt injection was found; all operations are directed at a local service (http://localhost:8080) and align with the stated purpose of bot control.
能力评估
Purpose & Capability
The skill's name (play_minecraft) and description reference controlling a Minecraft/Mindcraft bot via a Mindcraft HTTP API; the runtime instructions consistently target a local HTTP API (http://localhost:8080) and require running node main.js and checking settings.js. This is coherent overall, though there's a small naming/terminology mismatch (Minecraft vs Mindcraft) and the skill implicitly assumes you have or will run the Mindcraft server code (main.js/settings.js) which the skill package does not provide.
Instruction Scope
SKILL.md confines actions to querying and posting to the local REST API (/api/v1/agents, /state, /actions/schema, /actions/execute) and to local checks (running node main.js, verifying settings.js). It does not instruct reading unrelated system files or calling external endpoints. It does ask callers to log requests/responses and state snapshots (reasonable for debugging) — be cautious about where those logs are stored or transmitted.
Install Mechanism
No install spec and no code files are included in the skill bundle (instruction-only), so nothing will be written or downloaded by the skill itself. Lowest-risk install profile.
Credentials
The skill declares no required environment variables, binaries, or credentials and only expects access to a local HTTP API and possibly local files (main.js, settings.js). The requested access is proportional to the documented purpose.
Persistence & Privilege
always is false and model invocation is not disabled (normal). The skill does not request persistent privileges or modify other skills or system-wide settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install play-minecraft - 安装完成后,直接呼叫该 Skill 的名称或使用
/play-minecraft触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of OpenClaw Mindcraft Controller.
- Provides a REST API for external systems to control Minecraft bots without an internal LLM.
- Supports querying agent list, reading state, retrieving action schemas, and executing actions.
- Includes recommended usage flows, error handling, and output requirements for integration with OpenClaw or similar orchestration frameworks.
- Focuses on robust state validation and stepwise task execution to ensure reliable bot control.
元数据
常见问题
play_minecraft 是什么?
通过 Mindcraft HTTP API 控制 Minecraft Bot(无内置 LLM)。当用户提到 OpenClaw、外部 agent、REST 接口控制、读取状态、执行动作、批量任务编排时使用。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 275 次。
如何安装 play_minecraft?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install play-minecraft」即可一键安装,无需额外配置。
play_minecraft 是免费的吗?
是的,play_minecraft 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
play_minecraft 支持哪些平台?
play_minecraft 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 play_minecraft?
由 Songjc0511(@songjc0511)开发并维护,当前版本 v1.0.0。
推荐 Skills