Godot Ui
Automates Godot UI creation and modification based on text prompts, streamlining game development workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add godot-ui npx -- -y @trustedskills/godot-ui
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"godot-ui": {
"command": "npx",
"args": [
"-y",
"@trustedskills/godot-ui"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The godot-ui skill enables AI agents to interact with and manipulate the user interface elements within Godot, a popular open-source game engine. It allows for dynamic UI creation, modification of scene nodes, and handling of input events related to UI components.
When to use it
- Developing interactive menus or HUDs in Godot-based games
- Automating UI testing by simulating user interactions with buttons and panels
- Customizing UI elements during runtime based on game state or player actions
Key capabilities
- Create and modify UI nodes (e.g., buttons, labels) dynamically
- Handle input events for UI components
- Access and manipulate Godot’s scene tree for UI-related tasks
Example prompts
- "Create a button labeled 'Start Game' and position it at the center of the screen."
- "Simulate a mouse click on the 'Pause' button in the current scene."
- "Update the text of the score label to show 'Score: 150'."
Tips & gotchas
- Ensure that Godot is running with the correct project loaded for UI interactions.
- Some advanced UI features may require familiarity with Godot’s node system and scripting capabilities.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.