当你需要操作minecraft时候使用此skill

v1.0.1

提供基于截图的观察和键鼠操作,实现Minecraft Java Edition中的角色自动控制和交互辅助。

0· 171·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for skyhahalife-11/minecraft1.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "当你需要操作minecraft时候使用此skill" (skyhahalife-11/minecraft1) from ClawHub.
Skill page: https://clawhub.ai/skyhahalife-11/minecraft1
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install minecraft1

ClawHub CLI

Package manager switcher

npx clawhub@latest install minecraft1
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
medium confidence
Purpose & Capability
Name/description match the SKILL.md: it describes screenshot-based observation and keyboard/mouse controls and the SKILL.md exposes exactly those primitives (mc_screenshot, mc_key, mc_mouse_move, etc.). No unrelated credentials, binaries, or installs are requested.
Instruction Scope
Instructions focus on taking screenshots, analyzing them with the image model, and issuing input commands — all consistent with game automation. However the skill does not constrain screenshots to a game window or region, so screenshots could capture other on-screen sensitive data. The SKILL.md also allows sending chat/typed input on the user's behalf (expected for a game bot but potentially surprising).
Install Mechanism
Instruction-only skill with no install spec or code files — nothing is written to disk by the skill package itself. This minimizes installer-related risk.
Credentials
No environment variables, credentials, or config paths are requested. The required capabilities (screenshots and input control) align with the stated purpose, so requested access is proportionate.
Persistence & Privilege
always:false (good). The skill is allowed to be invoked autonomously (platform default). Because it controls keyboard/mouse and captures screenshots, autonomous invocation increases potential impact — this is expected for automation skills but worth conscious user consent and limits.
Assessment
This skill appears to do what it claims (observe screenshots and control Minecraft via input commands). Before installing: 1) Remember screenshots may capture anything on your screen — avoid running the skill when sensitive windows are visible or request a version that crops to the Minecraft window. 2) The skill can send chat/keystrokes on your behalf — review and monitor its first runs to avoid unintended messages or actions. 3) Autonomous invocation is allowed by default; if you prefer control, disable autonomous use or require confirmation. 4) The package source is unknown and there's no homepage — consider whether you trust the owner before enabling. If possible, run it in a safe/testing environment first and watch its behavior.

Like a lobster shell, security has layers — review code before you run it.

latestvk97emwx91ah488f0c3eh4drp2d8364dv
171downloads
0stars
1versions
Updated 1mo ago
v1.0.1
MIT-0

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次操作没有产生预期效果

Comments

Loading comments...