wow-api-professions

Reference World of Warcraft Retail profession APIs for crafting automation.

1|Updated Feb 22, 2026
One-click install
npx skills add https://github.com/pfchrono/SimpleUnitFrames --skill wow-api-professions-pfchrono
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wow-api-professions
Source: https://github.com/pfchrono/SimpleUnitFrames/tree/main/.agents/skills/wow-api-professions
Command: npx skills add https://github.com/pfchrono/SimpleUnitFrames --skill wow-api-professions-pfchrono

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a comprehensive reference to World of Warcraft's Retail API for professions, tradeskill, crafting orders, recipes, and specialization, enabling developers to interact with and automate in-game crafting systems.

Core Features & Use Cases

  • API Reference: Detailed documentation for C_TradeSkillUI, C_CraftingOrders, C_ProfessionSpecUI, and global tradeskill functions.
  • Crafting Automation: Enables scripting for recipe lookup, crafting, recrafting, and managing crafting orders.
  • Use Case: Automate the process of finding and crafting specific items by querying available recipes, checking reagent requirements, and initiating the crafting process through the API.

Quick Start

Use the wow-api-professions skill to get a list of all available recipes for the player's current profession.

Frequently Asked Questions about wow-api-professions

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

FAQPage Schema
How do I automate crafting and recipe lookups using the WoW API?

You can automate World of Warcraft crafting by querying the C_TradeSkillUI API to list available recipes, checking reagent requirements, and initiating the crafting process programmatically. This Skill provides the reference for those tradeskill functions.

What APIs are available for managing WoW crafting orders?

The C_CraftingOrders API provides functions for managing World of Warcraft crafting orders, allowing you to programmatically interact with the in-game crafting order system. This Skill contains the reference for automating these operations.

Can I query WoW profession specializations through the API?

Yes, the C_ProfessionSpecUI API allows you to query World of Warcraft profession specialization data. This Skill provides the reference needed to interact with and automate profession specialization trees programmatically.

How do I recraft items using the World of Warcraft tradeskill API?

Recrafting items uses the global tradeskill functions and C_TradeSkillUI API to modify existing crafted gear. This Skill documents the necessary functions to automate the recrafting process and manage reagent allocation.

Does this WoW API reference cover Retail profession functions only?

Yes, this Skill provides a comprehensive reference for World of Warcraft Retail professions, covering tradeskill, crafting orders, recipes, and specialization APIs specifically for the Retail client.

What is the best way to script bulk recipe lookups for WoW professions?

The best way is querying the C_TradeSkillUI API to retrieve a list of all available recipes for the player's current profession. This Skill provides the reference to automate those recipe lookups and check reagent requirements.