gdscript-api-lookup

Look up GDScript and Godot Engine APIs via Deepwiki and Context7.

11|Updated Nov 29, 2025
One-click install
npx skills add https://github.com/minami110/claude-godot-tools --skill gdscript-api-lookup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gdscript-api-lookup
Source: https://github.com/minami110/claude-godot-tools/tree/main/gdscript-toolkit/skills/gdscript-api-lookup
Command: npx skills add https://github.com/minami110/claude-godot-tools --skill gdscript-api-lookup

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quickly locate implementation guidance and API documentation for GDScript and Godot projects using AI-powered sources.

Core Features & Use Cases

  • Deepwiki integration: Ask for implementation approaches and recommended nodes/signals.
  • Context7 library docs: Retrieve code examples and API references tailored to the topic.
  • Research workflow: Use combined results to design or implement features faster.

Quick Start

Ask Deepwiki for an implementation approach using mcp__deepwiki__ask_question with: repoName: "godotengine/godot" question: "How to implement [feature]? What nodes and signals should be used?" Then fetch relevant library docs with mcp__context7__get-library-docs using a Context7 library ID like "/websites/godotengine_en".

Frequently Asked Questions about gdscript-api-lookup

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

FAQPage Schema
How do I look up GDScript API documentation quickly?

GDScript API lookup uses Deepwiki and Context7 to retrieve documentation, nodes, signals, and methods. Query Deepwiki with your feature question, then fetch Godot library docs from Context7 to get code examples and references tailored to your implementation need.

What nodes and signals should I use for a Godot feature?

Deepwiki provides implementation guidance by suggesting recommended nodes and signals for your feature. Ask Deepwiki how to implement your feature, specifying whether you're working in 2D or 3D context, and it returns relevant node and signal recommendations.

Can I get code examples for Godot Engine APIs?

Yes. Context7 library docs deliver code examples and API references for Godot. After identifying your implementation approach with Deepwiki, use Context7 to retrieve working code snippets and detailed API documentation for the nodes and methods you need.

How do I research Godot implementation approaches faster?

Combine Deepwiki and Context7 in a research workflow: ask Deepwiki for architectural guidance and node selection, then pull code examples and API details from Context7. This dual-source approach accelerates feature design and implementation decisions.

Does this work for both 2D and 3D Godot projects?

Yes. GDScript API lookup applies to both 2D and 3D Godot projects. Specify your context when querying Deepwiki, and it returns nodes, signals, and implementation approaches appropriate to your project type.