Tools
Godot Skill
Companion OpenClaw skill for the Godot plugin โ teaches AI agents the tool surface and editor workflows so they can drive Godot remotely.
README
# ๐ฆ OpenClaw Godot Skill
> **TL;DR:** Vibe-code your game development remotely from anywhere! ๐
>
> **ํ์ค์์ฝ:** ์ด์ ์ง๋ฐ์์๋ ์๊ฒฉ์ผ๋ก ๋ฐ์ด๋ธ์ฝ๋ฉ์ผ๋ก ๊ฒ์ ๊ฐ๋ฐ ๊ฐ๋ฅํฉ๋๋ค! ๐ฎ
Companion skill for the [OpenClaw Godot Plugin](https://github.com/TomLeeLive/openclaw-godot-plugin). Provides AI workflow patterns and gateway extension for Godot 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](LICENSE.md) for full terms.
## Installation
```bash
# 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 restart
```
## What's Included
```
godot-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
```
## Components
| 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](https://github.com/TomLeeLive/openclaw-godot-plugin) |
## Quick Verify
```bash
# Check extension loaded
openclaw godot status
# Check skill available
ls ~/.openclaw/workspace/skills/godot-plugin/SKILL.md
```
## Requirements
- [OpenClaw](https://github.com/openclaw/openclaw) 2026.2.3+
- [OpenClaw Godot Plugin](https://github.com/TomLeeLive/openclaw-godot-plugin) in Godot
## License
MIT License - See [LICENSE](LICENSE.md)
## License
This project has been licensed under [Apache-2.0](LICENSE) since its initial release.
Copyright 2026 Tom Lee (TomLeeLive)
tools
Comments
Sign in to leave a comment