s-research
Installation
SKILL.md
Researching WoW APIs
Expert guidance for discovering and understanding World of Warcraft APIs and patterns.
Related Commands
- c-research - API research workflow
CLI Commands (Use These First)
MANDATORY: Always use CLI commands before manual exploration.
| Task | Command |
|---|---|
| Search APIs (Offline) | mech call api.search -i '{"query": "*Spell*"}' |
| API Info | mech call api.info -i '{"api_name": "C_Spell.GetSpellInfo"}' |
| List by Namespace | mech call api.list -i '{"namespace": "C_Spell"}' |
| Search Icons | mech call atlas.search -i '{"query": "sword"}' |
| API Stats | mech call api.stats |