Openclaw Unity Skill
for Openclaw letting know Unity skill
Ask AI about Openclaw Unity Skill
Powered by Claude ยท Grounded in docs
I know everything about Openclaw Unity Skill. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Reviews
Documentation
๐ฆ OpenClaw Unity Skill
TL;DR: Vibe-code your game development remotely from anywhere! ๐
ํ์ค์์ฝ: ์ด์ ์ง๋ฐ์์๋ ์๊ฒฉ์ผ๋ก ๋ฐ์ด๋ธ์ฝ๋ฉ์ผ๋ก ๊ฒ์ ๊ฐ๋ฐ ๊ฐ๋ฅํฉ๋๋ค! ๐ฎ
Companion skill for the OpenClaw Unity Plugin. Provides AI workflow patterns and gateway extension for Unity Editor control.
โ ๏ธ Disclaimer
This software is in beta. Use at your own risk.
- Always backup your project before using
- Test in a separate project first
- The authors are not responsible for any data loss or project corruption
See LICENSE for full terms.
Installation
# Clone to OpenClaw workspace
git clone https://github.com/TomLeeLive/openclaw-unity-skill.git ~/.openclaw/workspace/skills/unity-plugin
# Install gateway extension
cd ~/.openclaw/workspace/skills/unity-plugin
./scripts/install-extension.sh
# Restart gateway
openclaw gateway restart
What's Included
unity-plugin/
โโโ SKILL.md # AI workflow guide (~82 tools)
โโโ extension/ # Gateway extension (for OpenClaw channels)
โ โโโ index.ts
โ โโโ openclaw.plugin.json
โ โโโ package.json
โโโ scripts/
โ โโโ install-extension.sh
โโโ references/
โโโ tools.md # Detailed tool documentation
Connection Modes
| Mode | Use Case | Setup |
|---|---|---|
| Gateway | Telegram, Discord, OpenClaw channels | Extension install + Gateway restart |
| MCP Bridge | Claude Code, Cursor, local AI | Unity: Window โ OpenClaw Plugin โ MCP Bridge โ Start |
MCP Setup (for Claude Code)
# Add to Claude Code
claude mcp add unity -- node /path/to/unity-plugin/MCP~/index.js
# Verify connection
curl http://127.0.0.1:27182/status
Components
| Component | Purpose | Location |
|---|---|---|
| Gateway Extension | Enables unity_execute tool | ~/.openclaw/extensions/unity/ |
| Skill | AI workflow patterns | ~/.openclaw/workspace/skills/unity-plugin/ |
| Unity Package | Unity Editor plugin + MCP Bridge | openclaw-unity-plugin |
| MCP Server | Local stdio server for Claude Code | Plugin's MCP~/index.js |
Quick Verify
# Check extension loaded
openclaw unity status
# Check skill available
ls ~/.openclaw/workspace/skills/unity-plugin/SKILL.md
๐ Security: disableModelInvocation Setting
์ด ์คํฌ์ ๊ธฐ๋ณธ์ ์ผ๋ก disableModelInvocation: true๋ก ์ค์ ๋์ด ์์ต๋๋ค.
| Setting | AI Auto-Invoke | User Explicit Request |
|---|---|---|
false | โ Allowed | โ Allowed |
true (๊ธฐ๋ณธ๊ฐ) | โ Blocked | โ Allowed |
disableModelInvocation: true (๊ธฐ๋ณธ๊ฐ)
์ฅ์ :
- ์ฌ์ฉ์๊ฐ ๋ช ์์ ์ผ๋ก ์์ฒญํ ์์ ๋ง ์คํ
- ์์ธก ๊ฐ๋ฅํ ๋์ - AI๊ฐ ์์๋ก ๋๊ตฌ ํธ์ถ ์ํจ
- ๋ฏผ๊ฐํ ํ๊ฒฝ์์ ์์
- ํ ํฐ ์ฌ์ฉ๋ ์ ์ฝ
๋จ์ :
- ๋งค๋ฒ ๋๊ตฌ ์ฌ์ฉ์ ๋ช ์์ ์ผ๋ก ์์ฒญํด์ผ ํจ
- ์ํฌํ๋ก์ฐ๊ฐ ๋ ์์ฐ์ค๋ฌ์
- AI์ ์์จ์ ๋ณด์กฐ ๊ธฐ๋ฅ ์ ํ
์ ํฉํ ๊ฒฝ์ฐ: ํ๋ก๋์ ํ๊ฒฝ, ๋ฏผ๊ฐํ ๋ฐ์ดํฐ, ์๊ฒฉํ ์ ์ด ํ์์
disableModelInvocation: false
์ฅ์ :
- AI๊ฐ ์์จ์ ์ผ๋ก ๋ณด์กฐ ์์ ์ํ (hierarchy ๊ฒ์ฌ, ์คํฌ๋ฆฐ์ท, ์ปดํฌ๋ํธ ํ์ธ)
- ๋ํ ์ค ๋งฅ๋ฝ์ ๋ง๊ฒ ์๋์ผ๋ก ํ์ํ ๋๊ตฌ ํธ์ถ
- ๊ฐ๋ฐ ์ํฌํ๋ก์ฐ๊ฐ ๋ ์์ฐ์ค๋ฝ๊ณ ๋น ๋ฆ
- "์ฌ ๊ตฌ์กฐ ๋ณด์ฌ์ค" โ AI๊ฐ ๋ฐ๋ก
debug.hierarchy์คํ
๋จ์ :
- AI๊ฐ ์๋์น ์์ ์์ ์ ์ํํ ๊ฐ๋ฅ์ฑ
- ํ ํฐ ์ฌ์ฉ๋ ์ฆ๊ฐ (์๋ ๋๊ตฌ ํธ์ถ)
- ๋ฏผ๊ฐํ ์์ ์๋ ๋ถ์ ํฉ
์ ํฉํ ๊ฒฝ์ฐ: ๊ฐ๋ฐ/๋๋ฒ๊น , ํ๋กํ ํ์ดํ, ํ์ต ๋ชฉ์
์ค์ ๋ณ๊ฒฝ ๋ฐฉ๋ฒ
SKILL.md์ frontmatter์์ ๋ณ๊ฒฝ:
---
name: unity-plugin
disableModelInvocation: false # AI ์๋ ํธ์ถ ํ์ฉ
---
Requirements
- OpenClaw 2026.2.3+
- OpenClaw Unity Plugin in Unity
License
MIT License - See LICENSE
License
This project has been licensed under Apache-2.0 since its initial release. Copyright 2026 Tom Lee (TomLeeLive)
