🎮 3D Game Builder — 自然语言3D游戏生成
v1.2.0用自然语言一句话生成并迭代开发可运行的3D网页游戏,支持FPS、RPG、竞速、平台、塔防等任意类型,零代码实时预览与调试。
2· 617·4 当前·4 累计
下载技能包
最后更新
2026/3/11
安全扫描
OpenClaw
安全
medium confidenceNULL
评估建议
This skill appears to do what it says: generate and iteratively modify self-contained Three.js HTML games. Before installing, consider: 1) Review scripts/serve.sh (the bundle includes a shell script) to confirm what it runs locally — the python3 requirement likely relates to a lightweight local server but verify it only runs benign commands. 2) The skill will read and write /tmp/game-build (index.html, progress.md) — back up any important files in that path. 3) If you provide images or other ass...详细分析 ▾
ℹ 用途与能力
Name/description promise (generate iterative 3D browser games) matches the included engine, graphics, audio, GUI, and game-system patterns. The only small mismatch is that the registry metadata and SKILL.md declare python3 as a required binary but the provided files are primarily HTML/JS patterns and prose; the included scripts/serve.sh (not shown in full) likely explains the python3 requirement (e.g., a simple local server). This is explainable but worth checking.
✓ 指令范围
Runtime instructions focus on detecting existing builds in /tmp/game-build, reading/updating progress.md, generating/editing index.html, embedding user-provided images as base64, and following the documented engine/UI/audio/graphics patterns. Those file reads/writes are coherent with the skill's purpose. The skill does instruct reading files the user provides (images) and local /tmp state; that is expected for iterative editing but you should be aware it will read and write files under /tmp/game-build.
✓ 安装机制
No install spec — instruction-only plus a small script file. No downloads from external or untrusted URLs are present in the bundle. The generated game uses public CDNs (jsDelivr) for Three.js, which is normal for browser projects.
✓ 凭证需求
The skill requests no environment variables, credentials, or config-path access beyond the working /tmp/game-build directory referenced in the instructions. That is proportional to the stated functionality.
✓ 持久化与权限
always is false and the skill does not declare system-wide persistence or modifications to other skills. It will create/update files under /tmp/game-build (progress.md, index.html), which is normal for a build/iteration workflow.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.2.02026/3/11
NULL
● 无害
安装命令
点击复制官方npx clawhub@latest install build-game
镜像加速npx clawhub@latest install build-game --registry https://cn.longxiaskill.com