wow-api-collections

wow-api-collections is a skill for Claude Code, Codex from JBurlison/WoWAddonAPIAgents. It costs 162 tokens per session (4,460 once invoked), scanned A, original, MIT.

A reference guide to World of Warcraft Retail APIs for collection systems such as mounts, pets, pet battles, toys, hunter stables, and heirlooms. It lists functions for viewing, filtering, favoriting, summoning, and managing these collections.

In plain words
What is it for?
Use it when building addon features around a player’s mounts, pets, pet battles, toys, stable pets, or heirlooms.
Why use it?
It gathers the relevant API information in one guide instead of requiring searches across the wider World of Warcraft API reference. The Retail-only scope is stated clearly.

Skill for Claude CodeCodex

Install

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.

agentmods
npx agentmods add skills/jburlison/wowaddonapiagents/wow-api-collections
Any agent
npx skills add JBurlison/WoWAddonAPIAgents --skill wow-api-collections
Clone the repo
git clone --depth 1 https://github.com/JBurlison/WoWAddonAPIAgents

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for wow-api-collections

README.md
[![agentmods](https://agentmods.dev/badge/skills/jburlison/wowaddonapiagents/wow-api-collections.svg)](https://agentmods.dev/skills/jburlison/wowaddonapiagents/wow-api-collections)
Your own site
<a href="https://agentmods.dev/skills/jburlison/wowaddonapiagents/wow-api-collections"><img src="https://agentmods.dev/badge/skills/jburlison/wowaddonapiagents/wow-api-collections.svg" alt="Measured on agentmods" height="20"></a>
Per session 162 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,460 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What 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.

ModelPer sessionOnce invoked
Fable 5 $0.00162 $0.04460
Opus 5 $0.00081 $0.02230
Sonnet 5 $0.00032 $0.00892
Haiku 4.5 $0.00016 $0.00446

Measured 4d ago against content hash a63d730bfdfa, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

wow-api-collections 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 4d 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.

.github/skills/wow-api-collections/SKILL.md · 273 lines

How it starts

The opening of the file, as written. The whole thing — 273 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Collections API (Retail — Patch 12.0.0)

Comprehensive reference for mounts, pets, pet battles, toys, stables, and heirlooms.

Source: https://warcraft.wiki.gg/wiki/World_of_Warcraft_API Current as of: Patch 12.0.0 (Build 65655) — January 28, 2026 Scope: Retail only.


Scope

  • C_MountJournal — Mounts collection and summoning
  • C_PetJournal — Pet collection management
  • C_PetBattles — Pet battle system
  • C_PetInfo — Pet info utilities
  • C_ToyBox / C_ToyBoxInfo — Toy collection
  • C_StableInfo — Hunter pet stables
  • C_Heirloom / C_HeirloomInfo — Heirloom collection

C_MountJournal — Mounts

Mount List & Info

Function Returns Description
C_MountJournal.GetNumMounts() numMounts Total mounts in journal
C_MountJournal.GetNumDisplayedMounts() numDisplayed Filtered mount count
C_MountJournal.GetDisplayedMountInfo(displayIndex) name, spellID, icon, isActive, isUsable, sourceType, isFavorite, isFactionSpecific, faction, shouldHideOnChar, isCollected, mountID, ... Mount display info
C_MountJournal.GetDisplayedMountInfoExtra(displayIndex) creatureDisplayInfoID, description, source, isSelfMount, mountTypeID, uiModelSceneID, animID, spellVisualKitID, disablePlayerMountPreview Extra mount display info
C_MountJournal.GetMountInfoByID(mountID) name, spellID, icon, isActive, isUsable, sourceType, isFavorite, isFactionSpecific, faction, shouldHideOnChar, isCollected, mountID Mount info by ID
C_MountJournal.GetMountInfoExtraByID(mountID) creatureDisplayInfoID, description, source, isSelfMount, mountTypeID, ... Extra info by ID
C_MountJournal.GetMountFromItem(itemID) mountID Mount from item
C_MountJournal.GetMountFromSpell(spellID) mountID Mount from spell
C_MountJournal.GetMountIDs() mountIDs All mount IDs
C_MountJournal.GetCollectedFilterSetting(filterIndex) isChecked Collection filter
C_MountJournal.SetCollectedFilterSetting(filterIndex, isChecked) Set collection filter
C_MountJournal.GetMountAllCreatureDisplayInfoByID(mountID) displayInfo All creature displays
C_MountJournal.GetMountUsabilityByID(mountID, checkIndoors) isUsable, useError Check mount usability

Read the full file on GitHub · 273 lines

Changes

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.

  1. 4d ago First seen · 273 lines · 162 tokens per session scan A a63d730bfdfa

Subscribe to this mod's changes

wow-api-collections is a skill published in the GitHub repository JBurlison/WoWAddonAPIAgents (43 stars, last pushed 6mo ago), licensed MIT. It adds 162 tokens to every session and 4,460 once invoked, about $0.0008 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.