ida-api

Look up IDA SDK API documentation, related APIs, and task workflows.

1|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/Taardisaa/IDA-Script-Helper --skill ida-api
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ida-api
Source: https://github.com/Taardisaa/IDA-Script-Helper/tree/main/claude/skills/ida-api
Command: npx skills add https://github.com/Taardisaa/IDA-Script-Helper --skill ida-api

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Look up IDA SDK API documentation, related APIs, or task workflows.

Core Features & Use Cases

  • Named API lookup with get_api_doc to retrieve function, struct, or class details.
  • Related APIs via list_related_apis to understand common usage patterns.
  • Task-based workflows via get_workflows to discover end-to-end API sequences for common tasks.
  • Example: quickly find how to look up xrefblk_t usage and related calls to implement a feature.

Quick Start

Run get_api_doc("get_func") to view a function's signature, description, and usage.

Frequently Asked Questions about ida-api

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

FAQPage Schema
How do I look up IDA SDK API documentation for a specific function?

You can look up IDA SDK API documentation by running get_api_doc with the function name to retrieve its signature, description, and usage details for IDA Pro script development.

What is the best way to find related IDAPython APIs for common usage patterns?

To find related IDAPython APIs, use list_related_apis to understand common usage patterns and discover associated calls needed to implement your feature in IDA Pro.

How do I find task-based workflows for IDA Pro SDK development?

You can find task-based workflows by using get_workflows to discover end-to-end API sequences across C++ SDK examples and IDAPython stubs for common IDA Pro tasks.

Can I find usage examples for structs like xrefblk_t in the IDA SDK?

Yes, you can find usage examples for structs like xrefblk_t by looking up the API documentation and listing related APIs to see how to implement the feature in your scripts.

Does this support both C++ SDK examples and IDAPython stubs?

Yes, it supports developers working with both C++ SDK examples and IDAPython stubs, providing quick API details and workflow sequences across both environments for IDA Pro.