s-research

Installation
SKILL.md

Researching WoW APIs

Expert guidance for discovering and understanding World of Warcraft APIs and patterns.

Related Commands

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
Installs
2
GitHub Stars
11
First Seen
Jan 28, 2026
s-research — falkicon/mechanic