← Back to Skills Marketplace
1
by
skyhahalife-11
· GitHub ↗
· v1.0.0
· MIT-0
237
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install 123
Description
Automates Minecraft Java Edition by analyzing screenshots and issuing keyboard and mouse commands to control the player and interact with the game.
README (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次操作没有产生预期效果
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install 123 - After installation, invoke the skill by name or use
/123 - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- 初始版本,新增 Minecraft Java Edition 游戏助手技能
- 支持通过截图和键鼠指令控制游戏角色
- 提供详细的指令用法和常用按键说明
- 明确行动流程:每步操作前后需截图观察
- 规定需在角色死亡、未知状况、操作失效时暂停并通知用户
Metadata
Frequently Asked Questions
What is 1?
Automates Minecraft Java Edition by analyzing screenshots and issuing keyboard and mouse commands to control the player and interact with the game. It is an AI Agent Skill for Claude Code / OpenClaw, with 237 downloads so far.
How do I install 1?
Run "/install 123" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 1 free?
Yes, 1 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does 1 support?
1 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created 1?
It is built and maintained by skyhahalife-11 (@skyhahalife-11); the current version is v1.0.0.
More Skills