godot-bridge
Godot 4.x Project Generator CLI. Create 2D/3D games with 80+ CLI commands: projects, scenes, scripts, levels, UI (menu/HUD/dialog/inventory), game components (health/inventory/save/input/dialogue/quest), physics (rigid/kinematic/area/joint), particles, animations, materials, and export to HTML5/Windows/macOS/Linux/Android/iOS. Perfect for AI-driven game development, rapid prototyping, and automated workflows.
Why use this skill?
Automate your Godot 4.x game development workflow with the godot-bridge CLI. Rapidly generate scenes, scripts, components, and game projects with simple commands.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/dashiming/godot-bridgeWhat This Skill Does
The godot-bridge skill is a powerful command-line interface tool designed to streamline the development of Godot 4.x games within an AI-agent workflow. It acts as an automated project generator, enabling users to scaffold entire game structures, add complex logic, and place scene objects using natural language prompts translated into CLI commands. By abstracting the boilerplate setup of Godot, it allows developers to focus on high-level design while the agent manages the instantiation of nodes, scripts, and component systems.
Installation
You can integrate this skill into your environment by executing the installation command provided by OpenClaw: clawhub install openclaw/skills/skills/dashiming/godot-bridge. Ensure you have the Godot 4.x engine installed on your system, as the CLI will interact with the Godot filesystem and project structure.
Use Cases
- Rapid Prototyping: Quickly build game skeletons for game jams or early-stage conceptualization.
- Automated Level Design: Generate consistent levels and UI layouts (like HUDs and menus) based on design documents.
- Component Integration: Programmatically inject complex systems like inventory management, health tracking, and save/load state machines without writing redundant boilerplate code.
- Educational Tooling: Generate standard project structures for teaching game development patterns.
Example Prompts
- "Initialize a new 3D project named SpaceExplorer and add a health and inventory component to the player script."
- "Create a main menu scene for my game with a 'Start' button at position 100x100 and a 'Settings' button at 100x200."
- "Setup a quest system in my current RPG project and add a camera at 640x360, then export the project for Windows."
Tips & Limitations
- Version Compatibility: This skill is strictly designed for Godot 4.x. Compatibility with Godot 3.x is not guaranteed and may break project files.
- CLI-First Workflow: Since it uses a CLI, it is best paired with a terminal-integrated editor like VS Code or terminal-heavy workflows.
- Resource Management: While it generates files effectively, complex custom logic beyond the provided components may still require manual editing within the Godot Engine IDE. Use the CLI for scaffolding, then refine deep game logic directly inside Godot.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-dashiming-godot-bridge": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-write, file-read