← 返回 Skills 市场
1
作者
skyhahalife-11
· GitHub ↗
· v1.0.0
· MIT-0
237
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 123
功能描述
Automates Minecraft Java Edition by analyzing screenshots and issuing keyboard and mouse commands to control the player and interact with the game.
使用说明 (SKILL.md)
Minecraft 游戏助手
角色定位
你是 Minecraft Java Edition 的自动化助手,通过截图观察游戏画面,用键盘鼠标指令控制角色行动。
可用指令
mc_screenshot():截取当前游戏画面(每次行动前必须先截图观察)mc_key(key):按一个键,如mc_key('w')mc_key('e')mc_key('Escape')mc_key_hold(key, seconds):长按某键,如mc_key_hold('w', 2.0)向前走2秒mc_mouse_move(x, y):移动鼠标mc_mouse_click(x, y):点击屏幕坐标mc_type(text):输入文字mc_chat(message):发送聊天消息
常用按键
- 移动:W/A/S/D
- 跳跃:space
- 疾跑:按两下 W 或 Ctrl+W
- 背包:e
- 挖掘/攻击:鼠标左键(button 1)
- 放置方块:鼠标右键(button 3)
- 暂停菜单:Escape
行动原则
- 每次行动前先调用
mc_screenshot()观察当前状态 - 行动后再截图确认结果
- 截图是 base64 图片,直接用 imageModel 分析内容
- 告知用户当前观察到的场景和接下来的计划
必须暂停通知用户的情况
- 角色死亡(出现死亡界面)
- 遇到未知状况无法判断下一步
- 连续3次操作没有产生预期效果
安全使用建议
Do not install without more information. The package is inconsistent: SKILL.md targets Minecraft with mc_* functions, but the provided code wraps a RocoActions class for a different game and imports a missing module (roco_actions). That could be an accidental copy-paste or intentional misdirection. Because the skill captures screenshots and simulates keyboard/mouse input, it can read on-screen sensitive data and issue arbitrary input to your machine. Before proceeding, ask the publisher for: (1) the missing roco_actions source, (2) a clear explanation of which game this targets, and (3) what runtime APIs/permissions are required. If you must test it, run it in a tightly sandboxed VM (no access to real accounts or sensitive windows) and avoid granting autonomous invocation until you can verify its behavior.
功能分析
Type: OpenClaw Skill
Name: 123
Version: 1.0.0
The skill bundle exhibits a major discrepancy between its documentation and its code: SKILL.md describes a Minecraft assistant, while roco.py implements logic for 'Roco Kingdom' (洛克王国) including QQ login handling. Furthermore, the core logic is hidden in a missing dependency (roco_actions.py), and the mismatch between the stated purpose and the actual code is a strong indicator of deceptive or low-quality content.
能力评估
Purpose & Capability
The description and SKILL.md describe automating Minecraft via mc_* screenshot and input functions, but the included Python file (roco.py) implements roco_* wrappers around a RocoActions class (mentions QQ login and a browser controller). The mismatch between 'Minecraft' and 'Roco/洛克王国' suggests the package is inconsistent or mislabeled.
Instruction Scope
SKILL.md directs the agent to capture screenshots (base64) and issue keyboard/mouse commands, and to analyze images via an imageModel. Those actions imply the skill will observe screen content and simulate user input — expected for an automation skill but also powerful (can capture sensitive on-screen data and control the host). The instructions themselves do not reference unrelated files or env vars, but the runtime code refers to login and browser state not described in SKILL.md.
Install Mechanism
There is no install spec (instruction-only style) and no downloaded code specified. The only shipped file is roco.py. Lack of install instructions lowers supply-chain risk, but the package is incomplete because it imports roco_actions which is not included.
Credentials
The skill declares no required credentials or config, yet roco.py mentions QQ login and a browser controller, implying it expects login state or external credentials. Also SKILL.md expects access to imageModel and input APIs which may require runtime privileges; these are not documented or justified.
Persistence & Privilege
The skill is not marked always:true and uses normal agent invocation. It does provide functions to control input and close a browser, which are normal for automation tasks but confer strong capabilities if run autonomously.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install 123 - 安装完成后,直接呼叫该 Skill 的名称或使用
/123触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- 初始版本,新增 Minecraft Java Edition 游戏助手技能
- 支持通过截图和键鼠指令控制游戏角色
- 提供详细的指令用法和常用按键说明
- 明确行动流程:每步操作前后需截图观察
- 规定需在角色死亡、未知状况、操作失效时暂停并通知用户
元数据
常见问题
1 是什么?
Automates Minecraft Java Edition by analyzing screenshots and issuing keyboard and mouse commands to control the player and interact with the game. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 237 次。
如何安装 1?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install 123」即可一键安装,无需额外配置。
1 是免费的吗?
是的,1 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
1 支持哪些平台?
1 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 1?
由 skyhahalife-11(@skyhahalife-11)开发并维护,当前版本 v1.0.0。
推荐 Skills