wow-api-professions

Reference World of Warcraft Retail professions APIs for addon development.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a comprehensive reference for World of Warcraft's complex professions, crafting, and order systems, enabling developers to interact with these game mechanics programmatically.

Core Features & Use Cases

  • Tradeskill System: Access functions for browsing recipes, crafting items, managing reagents, and understanding profession categories.
  • Crafting Orders: Detailed API coverage for placing, claiming, fulfilling, and managing both public and personal crafting orders.
  • Profession Specialization: Information on navigating and interacting with the profession specialization trees and perks.
  • Use Case: An addon developer needs to create a system that automatically crafts a specific item when certain conditions are met, requiring knowledge of available recipes, reagent costs, and the crafting process.

Quick Start

Use the wow-api-professions skill to find all available recipes for the blacksmithing 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 get a list of available recipes for a specific WoW profession in my addon?

To get available recipes for a WoW profession, you use the tradeskill API functions to browse recipes, manage reagents, and understand profession categories programmatically. This provides comprehensive recipe management capabilities for addon development.

What API functions are needed to place and fulfill WoW crafting orders?

WoW crafting orders require specific API functions for placing, claiming, fulfilling, and managing both public and personal crafting orders. The reference covers order placement and fulfillment mechanics essential for in-game crafting interactions.

Can I interact with profession specialization trees using the WoW API?

Yes, you can interact with profession specialization trees using the WoW API. It provides information on navigating specialization trees and accessing profession perks, allowing developers to build addons that interact with these mechanics.

How does the WoW tradeskill UI API handle reagent management for crafting?

The WoW tradeskill UI API handles reagent management by providing functions to browse recipes, manage reagents, and understand profession categories. This allows developers to programmatically automate crafting processes based on reagent costs and availability.

What's the best way to automate crafting an item in World of Warcraft when conditions are met?

To automate crafting in World of Warcraft, you need to combine tradeskill API functions for recipe management with reagent cost checks. This allows your addon to automatically trigger the crafting process when specific conditions are met.