What problem does it solve?
This Skill removes the friction of managing Godot projects manually by giving you an agent-native command-line interface for common project, scene, export, and script workflows.
Core Features & Use Cases
- Godot project management: Create projects and inspect project info, scenes, scripts, and resources.
- Scene operations: Read scene structure and make scene edits like adding nodes.
- GDScript execution and validation: Run GDScript files, run inline snippets, and validate script syntax.
- Exports and engine introspection: List export presets, export builds, and check engine availability/version.
How it helps in practice
If you’re iterating on a game level, you can quickly list and inspect scenes/resources, read the node graph, adjust scenes programmatically, validate GDScript changes, and produce export builds without opening the Godot editor.
Quick Start
Ask the agent to export your Godot project with: "Run cli-anything-godot to export preset Windows Desktop for ./my-game into build/game.exe."