defold-api-fetch

Retrieve Defold API documentation for Lua and C++ engine namespaces.

81|6|Updated Feb 17, 2026
One-click install
npx skills add https://github.com/indiesoftby/defold-agent-config --skill defold-api-fetch-indiesoftby
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: defold-api-fetch
Source: https://github.com/indiesoftby/defold-agent-config/tree/main/.agents/skills/defold-api-fetch
Command: npx skills add https://github.com/indiesoftby/defold-agent-config --skill defold-api-fetch-indiesoftby

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides ready access to Defold API documentation, enabling quick lookups of engine Lua and C++ APIs during game development.

Core Features & Use Cases

  • API lookup: Retrieve Defold API references for common namespaces (go, gui, vmath, factory, etc.) and built-in Lua APIs.
  • Cross-language support: Access Lua and C++ extension documentation for Defold integrations.
  • Use Case: Imagine you are implementing a new game object and need to confirm a function signature; this skill provides direct links to the official docs so you can verify parameters quickly.

Quick Start

Use the defold-api-fetch skill to fetch the API reference for a requested Defold namespace or function.

Frequently Asked Questions about defold-api-fetch

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

FAQPage Schema
How do I look up Defold API references for Lua namespaces?

To look up Defold API references, retrieve official documentation for Lua namespaces like go, gui, vmath, and factory. This provides direct links to Markdown reference pages for quick verification of function signatures and parameters.

Can I find C++ engine API documentation for Defold extensions?

Defold C++ engine API documentation is available for extension integrations. You can access references for C++ APIs to verify native function signatures and engine namespaces required for cross-language game development.

What is the best way to verify function signatures during Defold game development?

The best way to verify function signatures is to fetch plain Markdown references to official Defold documentation pages. This allows quick lookup of exact parameters and namespaces across both Lua and C++ engine APIs.

Does the Defold API lookup support built-in Lua APIs?

Defold API lookup supports built-in Lua APIs alongside engine-specific namespaces. You can retrieve references for standard Lua functions and Defold modules like factory to confirm syntax and usage during implementation.

Are there limitations to retrieving Defold API documentation for offline use?

Defold API documentation retrieval returns plain Markdown references to official documentation pages, meaning it requires online access to view the full pages. It provides links for quick lookups rather than storing full offline copies.