LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

Skills tagged: godot

Browse skills that share this tag.

  • gamestudio - Codex-native game studio workflow
    game-developmentworkflowgodotunity

    ★ 96 · Updated 2026-09-21

    Provides an end-to-end game production workflow for designing, building, testing, debugging, and operating games across engines and platforms.

    ⚙ Design game mechanics and systems⚙ Build game prototypes and slices⚙ Debug engine and gameplay issues
  • press-kit - Generate itch.io press kit assets from running game
    godotitch-iopress-kitscreenshots

    ★ 0 · Updated 2026-09-20

    Captures game screenshots, composes cover images, and generates theme metadata for itch.io store pages using Godot presskit tools.

    ⚙ Capture game screenshots⚙ Compose cover image⚙ Calculate theme contrast
  • godot-organize-scripts - Organize Script Files
    godotscript-organizationgdscriptfile-structure

    ★ 18 · Updated 2026-09-20

    Organizes Godot scripts by architectural category while preserving all file references and class declarations.

    ⚙ Scan and analyze script files⚙ Classify scripts by architectural category⚙ Relocate scripts to target directories
  • godot-csharp-standards - Godot and C# Coding Standards
    godotcsharpcoding-standardsarchitecture

    ★ 0 · Updated 2026-09-18

    Coding standards covering layer dependencies, SOLID principles, and Godot scene, signal, and autoload rules for C# and scene files.

    ⚙ Enforce architectural layer dependencies⚙ Define code naming conventions⚙ Prohibit magic numbers in code
  • godot-platform-desktop - Desktop Platform Features and Best Practices in Godot
    desktopgodotwindowslinux

    ★ 198 · Updated 2026-09-16

    Provides desktop platform guidelines for Godot, covering window management, settings persistence, keybind remapping, and Steam integration.

    ⚙ Manage window modes and resolution⚙ Save settings to user directory⚙ Remap input using physical keycode
  • godot-resource-creator - Create Godot 4 text resource (.tres) files.
    godotgodot-4tresgame-development

    ★ 1 · Updated 2026-09-12

    Programmatically creates Godot 4 text resource files (.tres) for themes, materials, environments, physics materials, and audio bus layouts.

    ⚙ Create Godot 4 .tres resource files⚙ Generate custom themes and styleboxes⚙ Configure 3D environment sky settings
  • add-part - Guided scaffold for Starblaster ship Parts
    starblasterscaffoldpart-authorgodot

    ★ 0 · Updated 2026-09-11

    Scaffolds a new Starblaster Part with Mk.1–9 scaling, implements stats mutation patterns, registers in PartFactory, and verifies implementation.

    ⚙ Gather stat and slot specifications⚙ Scaffold Part class implementation⚙ Implement apply and unapply logic
  • godot-gdscript-integration - Integrate GDScript scripting with game systems
    godotgdscriptgame-logicscripting-systems

    ★ 2 · Updated 2026-09-10

    Integrate GDScript scripting with game systems.

    ⚙ Write GDScript⚙ Integrate systems⚙ Test functionality
  • godot-genre-party - Godot Party Game & Minigame Collection Blueprint
    godotparty gameminigame collectionlocal multiplayer

    ★ 738 · Updated 2026-06-30

    Expert blueprint for building party games with local multiplayer input, minigame resource system, asymmetric 1v3 gameplay, split-screen rendering, and persistent scoring in Godot.

    ⚙ Define minigames via Resource files⚙ Map physical controllers to players dynamically⚙ Register player-specific input actions at runtime
  • godot-clean-conflicts - Clean Conflicting Godot Operations
    godotgdscriptconflictsgame-development

    ★ 4 · Updated 2026-05-28

    Detects and resolves conflicting operations in Godot code that create undefined behavior

    ⚙ scan code files⚙ scan scene files⚙ detect conflicts
  • godot-clean-conflicts - Clean Godot Conflicting Operations
    godotgame-developmentcode-analysisconflict-resolution

    ★ 18 · Updated 2026-05-28

    Detects and resolves conflicting operations in Godot code including property conflicts, duplicate signals, physics modes, and competing animations

    ⚙ scan code and scenes⚙ detect property conflicts⚙ detect signal conflicts
  • godot-clean-conflicts - Clean Godot Conflicting Operations
    godotgame-developmentconflictsdebugging

    ★ 602 · Updated 2026-05-28

    Detects and resolves conflicting operations in Godot code and scenes

    ⚙ scan code and scenes⚙ analyze property conflicts⚙ detect signal conflicts
  • godot-mcp-setup - Install and Configure Godot MCP Server for Automation
    godotmcpautomationconfiguration

    ★ 211 · Updated 2026-02-24

    Installs and configures the Godot MCP server for programmatic scene management.

    ⚙ check MCP installation status⚙ install MCP server using npm⚙ generate Claude Desktop configuration
  • godot-mcp-setup - Godot MCP Server Installation and Configuration Tool
    mcpdevelopment-toolsconfigurationgodot

    ★ 738 · Updated 2026-02-23

    Install and configure Godot MCP server for programmatic scene manipulation via Model Context Protocol

    ⚙ check MCP installation status⚙ install Godot MCP server⚙ configure Claude Desktop
  • godot - Godot Game Engine Development Assistant
    game-developmentgodotdocumentationapi-reference

    ★ 1 · Updated 2026-02-13

    Assist with Godot game engine development tasks using official documentation and references

    ⚙ read Godot documentation⚙ reference Godot APIs⚙ debug Godot code
  • godot - Godot Engine Development Assistant
    game-developmentgodotengineAPI

    ★ 18 · Updated 2026-02-13

    Assists with Godot game engine development, API usage, and debugging

    ⚙ work with godot⚙ answer godot questions⚙ implement godot solutions