wow-api-transmog

Documents WoW Retail transmogrification, appearance collection, transmog sets, outfits, dye colors, and barber shop APIs.

39|4|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/JBurlison/WoWAddonAPIAgents --skill wow-api-transmog-jburlison
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wow-api-transmog
Source: https://github.com/JBurlison/WoWAddonAPIAgents/tree/main/.github/skills/wow-api-transmog
Command: npx skills add https://github.com/JBurlison/WoWAddonAPIAgents --skill wow-api-transmog-jburlison

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a comprehensive reference for all World of Warcraft Retail APIs related to transmogrification, appearance collection, sets, outfits, and character customization, enabling developers to easily integrate these features into their addons.

Core Features & Use Cases

  • Transmogrification: Apply and manage transmog appearances for gear slots.
  • Appearance Collection: Track collected appearances, their sources, and categories.
  • Transmog Sets & Outfits: Manage saved transmog sets and custom outfits.
  • Dye Colors & Barber Shop: Utilize the new armor dye system and character customization APIs.
  • Use Case: An addon developer can use this Skill to help players find specific transmog appearances, manage their collected items, or even apply outfits directly through an in-game interface.

Quick Start

Use the wow-api-transmog skill to get information about all available transmog sets.

Frequently Asked Questions about wow-api-transmog

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I use the WoW API to apply transmogrification appearances to gear slots?

WoW API transmogrification uses C_Transmogrify functions to apply and manage appearance settings for character gear slots. This reference details the exact API calls needed to apply transmog items programmatically during addon development.

What WoW API functions are available for tracking collected transmog appearances?

C_TransmogCollection functions track collected transmog appearances, their item sources, and visual categories. Addon developers query these APIs to retrieve player collection data and display available appearance items in custom interfaces.

Can I manage saved transmog sets and custom outfits using the WoW game API?

Yes, C_TransmogSets and C_TransmogOutfits APIs manage saved transmog sets and custom outfits. Addon developers can retrieve, modify, and apply saved outfits directly, enabling players to switch between full gear appearances seamlessly.

Does the WoW Retail API support the new armor dye system and character customization?

WoW Retail API supports armor dyes and character customization through C_DyeColor, C_DyeColorInfo, and C_BarberShop functions. Developers utilize these APIs to apply armor dye colors and manage Barber Shop character appearance changes.

How do I find specific transmog appearance sources using the WoW game API?

To find transmog appearance sources, use C_TransmogCollection functions to query appearance data and track where items drop. This API reference provides the exact function calls needed to locate and verify appearance collection sources.

Are there limitations when using C_Transmogrify functions for addon development?

C_Transmogrify functions are restricted by standard WoW API limitations, requiring valid collected appearances and appropriate gear slot matching. This reference outlines the available function calls but does not bypass Blizzard's protected UI restrictions.