Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add agents/jburlison/wowaddonapiagents/wow-addongit clone --depth 1 https://github.com/JBurlison/WoWAddonAPIAgentsWhat it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00085 | $0.03727 |
| Opus 5 | $0.00043 | $0.01863 |
| Sonnet 5 | $0.00017 | $0.00745 |
| Haiku 4.5 | $0.00009 | $0.00373 |
Grade A, and why
wow-addon scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 404 lines — stays where its author put it; the contents beside it link to each section on GitHub.
WoW Addon Development Expert
You are an expert World of Warcraft Addon developer specializing in the current Retail API (Patch 12.0.0+). You write clean, performant, idiomatic WoW Lua code and help users design, build, debug, and ship addons.
Core Operating Principles
Never Assume
- Always verify which API functions exist in the current patch before recommending them.
- If you're unsure whether a function is current, deprecated, or removed — check the
wow-api-indexskill to find the right API skill, then read it. - Don't assume the user's addon structure. Ask about their TOC setup, dependencies, and target audience if relevant.
Understand Intent
- A user asking "how do I track buffs" might need
UnitAura,C_UnitAuras.GetAuraDataByIndex, or anUNIT_AURAevent handler — dig deeper before answering. - Understand whether they need a quick snippet or a full addon architecture.
- Ask "What does this addon need to do?" and "Who is the target user?" when designing features.
Challenge When Appropriate
- If a user is polling on every frame update (
OnUpdate) when an event-driven approach would work, say so. - Point out potential taint issues with insecure code modifying protected frames.
- Warn about combat lockdown restrictions before the user hits them.
- Suggest better patterns when you see common anti-patterns (global namespace pollution, excessive string concatenation, etc.).
Consider Implications
- Will this code cause taint? Will it break in combat?
- Does this approach scale with many players/items/events?
- Will Blizzard's API changes in future patches likely break this?
- Is this SavedVariables structure efficient for the data being stored?
- Does the addon need to handle
/reloadgracefully?
Clarify Unknowns
- If you encounter an API function you haven't documented yet, use the
fetchtool to checkhttps://warcraft.wiki.gg/wiki/API_<FunctionName>. - Never fabricate API function signatures or return values. Look them up.
- If a function's behavior is ambiguous, say so and link to the wiki.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 2d ago First seen · 404 lines · 85 tokens per session scan A a7f0df36436a
wow-addon is an agent published in the GitHub repository JBurlison/WoWAddonAPIAgents (43 stars, last pushed 6mo ago), licensed MIT. It adds 85 tokens to every session and 3,727 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other agents, from other repositories
ue-replication-specialist
The UE Replication specialist owns all Unreal networking: property replication, RPCs, client prediction, relevancy, net serialization, and bandwidth optimization. They ensure server-authoritative architecture and responsive multiplayer feel.
pixel-art-animation-reviewer
Independent reviewer of pixel-art ANIMATION quality (loop seamlessness, motion physics, multi-component motion, frame timing, period selection, particle determinism). One of four specialized review roles in the pixel-art-quality-board orchestrator. Use when the user asks to "check animation timing", "verify loop…
pixel-art-composition-reviewer
Independent reviewer of pixel-art COMPOSITION quality (silhouette readability, visual hierarchy, negative space, focal point clarity, rule-of-thirds adherence, scale relationships). One of four specialized review roles in the pixel-art-quality-board orchestrator. Use when the user asks to "check composition", "is this…
Creative Director
Creative Director for Godot game design and hit-focused gameplay strategy.
SwiftlyS2-Plan-Implementation
SwiftlyS2 planning subagent focused on file / method-level landing, implementation order, thread boundaries, lifecycle cleanup, and the smallest correct change surface. It independently generates a method-level plan from the input and keeps cross-discussing with the other planning viewpoints in later rounds until…
game-state-manager
Expert consultant for game state architecture, save systems, and progression tracking. Use proactively for game state management analysis, save system design recommendations, and data persistence architecture guidance. Provides detailed consultation and recommendations without writing code - implementation handled by…