unity-plugin

Review·Scanned 2/18/2026

This skill lets an AI control the Unity Editor through an OpenClaw gateway and installs an extension into ~/.openclaw/extensions/unity. It instructs running ./scripts/install-extension.sh and openclaw gateway restart (shell actions) and exposes local HTTP endpoints at /unity/* with Access-Control-Allow-Origin: *.

from clawhub.ai·vf6d35e0·27.8 KB·0 installs
Scanned from 1.3.3 at f6d35e0 · Transparency log ↗
$ vett add clawhub.ai/tomleelive/unity-pluginReview findings below

🦞 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.

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 (52 tools)
├── extension/         # Gateway extension (required)
│   ├── index.ts
│   ├── openclaw.plugin.json
│   └── package.json
├── scripts/
│   └── install-extension.sh
└── references/
    └── tools.md       # Detailed tool documentation

Components

ComponentPurposeLocation
Gateway ExtensionEnables unity_execute tool~/.openclaw/extensions/unity/
SkillAI workflow patterns~/.openclaw/workspace/skills/unity-plugin/
Unity PackageUnity Editor pluginopenclaw-unity-plugin

Quick Verify

# Check extension loaded
openclaw unity status

# Check skill available
ls ~/.openclaw/workspace/skills/unity-plugin/SKILL.md

Requirements

License

MIT License - See LICENSE