TL;DR: Vibe-code your game development remotely from anywhere! 🌍
한줄요약: 이제 집밖에서도 원격으로 바이브코딩으로 게임 개발 가능합니다! 🎮
Companion skill for the OpenClaw Godot Plugin. Provides AI workflow patterns and gateway extension for Godot Editor control.
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.
# Clone to OpenClaw workspace
git clone https://github.com/TomLeeLive/openclaw-godot-skill.git ~/.openclaw/workspace/skills/godot-plugin
# Install gateway extension
cd ~/.openclaw/workspace/skills/godot-plugin
./scripts/install-extension.sh
# Restart gateway
openclaw gateway restartgodot-plugin/
├── SKILL.md # AI workflow guide (30 tools)
├── extension/ # Gateway extension (required)
│ ├── index.ts
│ ├── openclaw.plugin.json
│ └── package.json
├── scripts/
│ └── install-extension.sh
└── references/
└── tools.md # Detailed tool documentation
| Component | Purpose | Location |
|---|---|---|
| Gateway Extension | Enables godot_execute tool |
~/.openclaw/extensions/godot/ |
| Skill | AI workflow patterns | ~/.openclaw/workspace/skills/godot-plugin/ |
| Godot Plugin | Godot Editor addon | openclaw-godot-plugin |
# Check extension loaded
openclaw godot status
# Check skill available
ls ~/.openclaw/workspace/skills/godot-plugin/SKILL.md- OpenClaw 2026.2.3+
- OpenClaw Godot Plugin in Godot
MIT License - See LICENSE
This project has been licensed under Apache-2.0 since its initial release. Copyright 2026 Tom Lee (TomLeeLive)