godot-api

Retrieve version-specific Godot class API documentation for GDScript or C#.

511|44|Updated Apr 13, 2026
One-click install
npx skills add https://github.com/RandallLiuXin/GodotMaker --skill godot-api
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: godot-api
Source: https://github.com/RandallLiuXin/GodotMaker/tree/main/skills/core/godot-api
Command: npx skills add https://github.com/RandallLiuXin/GodotMaker --skill godot-api

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

It removes the time-consuming trial-and-error of searching Godot class docs so you can quickly identify the correct class members, methods, signals, and enums for your current task.

Core Features & Use Cases

  • Version-aware Godot API lookup: Detects the Godot version from your project files (or accepts an explicit version) and ensures the matching API docs are available.
  • Class-level API retrieval: Returns either the exact parts needed for a specific question or the full class documentation when requested.
  • GDScript vs C# support: Defaults to GDScript docs, and switches to C#-specific API docs and syntax references when needed.

Quick Start

Ask a question like: "Look up the Godot 4.4 API for the AnimationPlayer signal and summarize the exact method names and signal parameters I should use in my scene."

Frequently Asked Questions about godot-api

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I look up Godot API methods and signals for a specific class version?

Looking up Godot API details involves retrieving the matching per-version class documentation, which returns the exact methods, properties, signals, and enums for that specific class.

Can I find C# specific syntax in Godot class reference docs?

Yes, Godot class reference docs support C# specific API lookup. You can switch from the default GDScript documentation to retrieve C#-specific syntax references and API details for your implementation.

Does Godot API lookup work with version 4.4?

Yes, Godot API lookup is version-aware and works with version 4.4. It detects the Godot version from your project files or accepts an explicit version to ensure the matching API docs are available.

What is the best way to get exact signal parameters for an AnimationPlayer in Godot?

The best way to get exact signal parameters for an AnimationPlayer is to perform a version-specific Godot API lookup, which reads the class markdown files and returns the exact signal parameters for your scene implementation.

How do I retrieve the full class documentation instead of just a subset in Godot?

To retrieve the full Godot class documentation, you request the full class reference during your API lookup instead of asking for a specific subset, which returns the complete markdown file for that class.

Why does my Godot API lookup fail when I don't specify a version?

Godot API lookup fails without a version because it requires version detection from your project files or an explicitly stated version to read the correct per-version doc index and avoid returning outdated class references.