← Back to Plugins
Tools

Godot Skill

TomLeeLive By TomLeeLive ⭐ 5 stars 👁 2 views ▲ 0 votes

Companion OpenClaw skill for the Godot plugin โ€” teaches AI agents the tool surface and editor workflows so they can drive Godot remotely.

GitHub

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

Loading comments...