WO

Provides accurate WoW API documentation directly from warcraft.wiki.gg for addon development.

Install

mkdir -p .claude/skills/wow-api-lookup && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/19345" && unzip -o skill.zip -d .claude/skills/wow-api-lookup && rm skill.zip

Installs to .claude/skills/wow-api-lookup

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Looks up WoW API documentation for a specific function, method, namespace, or event name. Use whenever you need the exact signature, parameters, return values, or usage notes for any World of Warcraft Lua API — for example C_MythicPlus, C_ChallengeMode, CreateFrame, or any game event.
285 charsno explicit “when” triggerlonger than Claude Code's old 250-char listing cap (fine on current versions)
Beginner

Key capabilities

  • Fetch API signatures and usage notes
  • Retrieve event definitions and parameters
  • Access widget API documentation
  • Lookup namespace-specific methods

How it works

The tool fetches documentation from warcraft.wiki.gg using the provided API name as a URL path component. It supports both command-line execution and direct web lookup.

Inputs & outputs

You give it
API name, event name, or namespace
You get back
Documentation signature and usage notes

When to use wow-api-lookup

  • Find correct parameters for C_MythicPlus functions
  • Check event signatures for game state updates
  • Verify widget API usage for custom UI elements
  • Look up Lua 5.1 usage notes for interface development

About this skill

WoW API Lookup

Fetches authoritative documentation from warcraft.wiki.gg for WoW Lua API functions, events, and namespaces.

Steps

Quick lookup (single item)

Use the web_fetch tool or the shell script:

bash Tools/wow-api-lookup.sh <API_NAME>

Examples:

bash Tools/wow-api-lookup.sh C_MythicPlus.GetRunHistory
bash Tools/wow-api-lookup.sh C_ChallengeMode.GetMapTable
bash Tools/wow-api-lookup.sh CHALLENGE_MODE_MAPS_UPDATE
bash Tools/wow-api-lookup.sh CreateFrame

URL pattern: https://warcraft.wiki.gg/wiki/<API_NAME>

Browsing

Key Namespaces Used in This Addon

NamespacePurpose
C_MythicPlusRun history, season scores, key levels
C_ChallengeModeDungeon map info, time limits, affixes
C_CurrencyInfoCurrency IDs and amounts
C_WeeklyRewardsWeekly vault slots and progress
C_PlayerInfoPlayer level, spec, class info

Important Notes

  • This addon targets Interface 120001 (Midnight expansion)
  • WoW uses Lua 5.1 — standard library differences apply
  • Always verify on warcraft.wiki.gg — some APIs change between expansions
  • Deprecated APIs may still work but should be replaced with current equivalents

Limitations

  • Targets Interface 120001 only
  • Requires verification for API changes between expansions

How it compares

It provides direct access to authoritative wiki documentation rather than relying on cached or local header files.

Compared to similar skills

wow-api-lookup side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
wow-api-lookup (this skill)01moReviewBeginner
deepwiki-rs259moReviewIntermediate
codex-cli-bridge99moReviewIntermediate
skill-development178moReviewIntermediate

Try saying

Example prompts that trigger this skill in your AI assistant.

You might also like

deepwiki-rs

sopaco

AI-powered Rust documentation generation engine for comprehensive codebase analysis, C4 architecture diagrams, and automated technical documentation. Use when Claude needs to analyze source code, understand software architecture, generate technical specs, or create professional documentation from any programming language.

25170

codex-cli-bridge

alirezarezvani

Bridge between Claude Code and OpenAI Codex CLI - generates AGENTS.md from CLAUDE.md, provides Codex CLI execution helpers, and enables seamless interoperability between both tools

9180

skill-development

anthropics

This skill should be used when the user wants to "create a skill", "add a skill to plugin", "write a new skill", "improve skill description", "organize skill content", or needs guidance on skill structure, progressive disclosure, or skill development best practices for Claude Code plugins.

17145

skill-writer

pytorch

Guide users through creating Agent Skills for Claude Code. Use when the user wants to create, write, author, or design a new Skill, or needs help with SKILL.md files, frontmatter, or skill structure.

27126

openapi-spec-generation

wshobson

Generate and maintain OpenAPI 3.1 specifications from code, design-first specs, and validation patterns. Use when creating API documentation, generating SDKs, or ensuring API contract compliance.

22122

korean-skill-creator

clwmfksek

한글 기반 클로드 스킬 자동 생성 도구. 사용자가 "클로드 스킬을 만들어줘" 또는 "[요구사항] 스킬 만들어줘"라고 요청할 때 사용. Progressive disclosure 원칙을 따르는 한글 문서 구조(SKILL.md + references/)를 자동으로 생성하고, 실전 예시를 포함한 일관성 있는 스킬 템플릿을 제공.

8132

Search skills

Search the agent skills registry