ida-api

Look up IDA SDK API documentation using the ida-api-mcp MCP tools. Operates in three modes depending on what the user asks for.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "ida-api" with this command: npx skills add taardisaa/ida-script-helper/taardisaa-ida-script-helper-ida-api

IDA API Lookup

Look up IDA SDK API documentation using the ida-api-mcp MCP tools. Operates in three modes depending on what the user asks for.

Mode 1: Named API lookup

When the user asks about a specific function, struct, or class by name:

get_api_doc("<name>")

Examples:

  • "what does get_func do?" → get_api_doc("get_func")

  • "tell me about xrefblk_t " → get_api_doc("xrefblk_t")

  • "what is cfunc_t ?" → get_api_doc("cfunc_t")

Then call list_related_apis to show what's commonly used alongside it:

list_related_apis("<name>")

Present results as:

  • The API's signature, parameters, and return type

  • A brief description of what it does

  • Related APIs that are commonly used with it

Mode 2: Related APIs

When the user asks "what APIs are related to X" or "what else do I need with X":

list_related_apis("<name>")

Then call get_api_doc on the top results to provide full details.

Mode 3: Task-based search

When the user describes a task rather than naming a specific API:

get_workflows("<task description>")

Then call get_api_doc on each API in the returned workflow to provide full documentation.

Examples:

  • "how do I iterate segments?" → get_workflows("iterate over segments")

  • "how to get imports?" → get_workflows("enumerate file imports")

Present results as:

  • The recommended call sequence with data-flow dependencies

  • Brief docs for each API in the sequence

  • Source file where the pattern was found

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

write-ida-script

No summary provided by upstream source.

Repository SourceNeeds Review
General

image-gen

Generate AI images from text prompts. Triggers on: "生成图片", "画一张", "AI图", "generate image", "配图", "create picture", "draw", "visualize", "generate an image".

Archived SourceRecently Updated
General

explainer

Create explainer videos with narration and AI-generated visuals. Triggers on: "解说视频", "explainer video", "explain this as a video", "tutorial video", "introduce X (video)", "解释一下XX(视频形式)".

Archived SourceRecently Updated
General

asr

Transcribe audio files to text using local speech recognition. Triggers on: "转录", "transcribe", "语音转文字", "ASR", "识别音频", "把这段音频转成文字".

Archived SourceRecently Updated