wow-api-professions

Reference World of Warcraft profession APIs for tradeskill, crafting orders, and specialization.

1|Updated Aug 13, 2024
One-click install
npx skills add https://github.com/Alzakath/Ruilhenn --skill wow-api-professions
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wow-api-professions
Source: https://github.com/Alzakath/Ruilhenn/tree/main/.gemini/skills/wow-api-professions
Command: npx skills add https://github.com/Alzakath/Ruilhenn --skill wow-api-professions

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

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

Core Features & Use Cases

  • Tradeskill API: Access functions for opening/closing the tradeskill UI, retrieving recipe information, managing reagents, and initiating crafting.
  • Crafting Orders: Utilize APIs for placing, claiming, fulfilling, and managing both public and personal crafting orders.
  • Profession Specialization: Interact with the profession specialization trees, including perks and unlock requirements.
  • Use Case: A player wants to build an addon that automatically suggests the best recipes to craft based on current market prices and available materials. This Skill provides all the necessary API calls to retrieve recipe data, check reagent availability, and initiate crafting.

Quick Start

Use the wow-api-professions skill to get information about 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 World of Warcraft profession?

The C_TradeSkillUI API enables you to open the tradeskill UI, retrieve recipe information, manage reagents, and initiate crafting for any specific profession in your World of Warcraft add-on.

Can I manage crafting orders programmatically using the WoW API?

Yes, the C_CraftingOrders API allows you to programmatically place, claim, fulfill, and manage both public and personal crafting orders within World of Warcraft add-on development.

How does the profession specialization API work in World of Warcraft Retail?

The C_ProfessionSpecUI API interacts with profession specialization trees, allowing your add-on to retrieve data on perks, unlock requirements, and talent tree interactions for Retail professions.

What's the best way to build an addon that suggests recipes based on available materials?

To build a recipe suggestion add-on, use the C_TradeSkillUI API to retrieve recipe data, check current reagent availability, and evaluate crafting conditions before initiating the craft.

Does this WoW professions API reference cover both tradeskill UI and crafting order management?

Yes, this API reference covers C_TradeSkillUI for tradeskill UI functions and recipe lookup, alongside C_CraftingOrders for placing, claiming, and fulfilling public and personal crafting orders.