Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问许可证需确认审计通过

wow-api-professionsWOW API professions 搜索

Agent Skill

用于辅助 API 设计、接口文档、请求响应结构和服务集成说明。它适合让 Agent 梳理 endpoint、生成 OpenAPI 草稿、检查字段命名、整理错误码或辅助前后端联调。使用时需要确认真实业务语义、鉴权方式、分页和错误处理规则;涉及生成接口文档时,应避免凭空补字段,最好从现有代码、schema 或接口样例中提取事实。

总安装

186

周安装

8

GitHub Stars

22

下载量

65
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:wow-api-professions(WOW API professions 搜索)
来源仓库:https://github.com/jburlison/wowaddonapiagents
仓库路径:skills/wow-api-professions
安装命令:
npx skills add https://github.com/jburlison/wowaddonapiagents --skill wow-api-professions
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/jburlison/wowaddonapiagents --skill wow-api-professions

简介

wow-api-professions 用于辅助 API 设计、接口文档和错误码整理,适合生成 OpenAPI 草稿或联调支持。

  • 适用于前后端协作场景,如梳理 endpoint 或验证字段命名。
  • 通过 npx skills add 命令从指定 GitHub 仓库安装并使用。
  • 使用时需确认业务语义和鉴权规则,避免凭空补字段。
  • 建议结合现有代码或接口样例提取事实信息。

SKILL.md

Professions API (Retail — Patch 12.0.0)

Comprehensive reference for professions, crafting, and crafting order APIs.

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_TradeSkillUI — Recipe browsing, crafting, reagents, skill info
  • C_CraftingOrders — Crafting order system (customer & crafter)
  • C_ProfessionSpecUI — Profession specialization trees
  • Global TradeSKill — Legacy/global tradeskill functions

C_TradeSkillUI — Tradeskill System

Opening & State

FunctionReturnsDescription
C_TradeSkillUI.OpenTradeSkill(tradeSkillID)successOpen tradeskill UI
C_TradeSkillUI.CloseTradeSkill()Close tradeskill UI
C_TradeSkillUI.IsTradeSkillReady()isReadyIs tradeskill data ready?
C_TradeSkillUI.IsTradeSkillGuild()isGuildViewing guild crafters?
C_TradeSkillUI.IsTradeSkillLinked()isLinkedViewing linked tradeskill?
C_TradeSkillUI.IsNPCCrafting()isNPCCrafting at NPC?
C_TradeSkillUI.IsRecraftReady()isReadyRecraft system ready?
C_TradeSkillUI.GetTradeSkillDisplayName(tradeSkillID)nameProfession name

Profession Info

FunctionReturnsDescription
C_TradeSkillUI.GetProfessionInfoBySkillLineID(skillLineID)professionInfoProfession info
C_TradeSkillUI.GetChildProfessionInfos()infosChild profession tiers
C_TradeSkillUI.GetProfessionInfoByRecipeID(recipeID)professionInfoProfession for recipe
C_TradeSkillUI.GetBaseProfessionInfo()professionInfoBase profession info
C_TradeSkillUI.GetProfessionSlots(profession)slotsProfession slots
C_TradeSkillUI.GetProfessionChararacterSlotInfo(slot)infoCharacter slot info

Recipe List & Info

FunctionReturnsDescription
C_TradeSkillUI.GetAllRecipeIDs()recipeIDsAll available recipes
C_TradeSkillUI.GetFilteredRecipeIDs()recipeIDsFiltered recipe list
C_TradeSkillUI.GetRecipeInfo(recipeID)recipeInfoRecipe details
C_TradeSkillUI.GetRecipeSchematic(recipeID, isRecraft [, recraftItemGUID])schematicRecipe schematic
C_TradeSkillUI.GetRecipeDescription(recipeID)descriptionRecipe description text
C_TradeSkillUI.GetRecipeNumItemsProduced(recipeID)min, maxItems produced
C_TradeSkillUI.GetRecipeOutputItemData(recipeID [, reagents [, allocationItemGUID]])outputInfoOutput item data
C_TradeSkillUI.GetRecipeQualityItemIDs(recipeID)itemIDsQuality-tier item IDs
C_TradeSkillUI.GetRecipeQualityReagentItemLink(recipeSpellID, reagentIndex, qualityIndex)itemLinkQuality reagent link
C_TradeSkillUI.GetRecipeRepeatCount()repeatCountQueue repeat count
C_TradeSkillUI.SetRecipeRepeatCount(count)Set repeat count

Reagents

FunctionReturnsDescription
C_TradeSkillUI.GetRecipeReagentSlotInfo(recipeID, reagentIndex)slotInfoReagent slot info
C_TradeSkillUI.GetRecipeRequirements(recipeID)requirementsRecipe requirements
C_TradeSkillUI.GetOptionalReagentInfo(recipeID)optionalReagentsOptional reagent slots
C_TradeSkillUI.GetRecipeFixedReagentItemLink(recipeID, dataSlotIndex)itemLinkFixed reagent link

Crafting

FunctionReturnsDescription
C_TradeSkillUI.CraftRecipe(recipeID [, count [, craftingReagents [, recipeLevel [, orderID]]]])Craft items
C_TradeSkillUI.RecraftRecipe(itemGUID, craftingReagents)Recraft an item
C_TradeSkillUI.CraftSalvage(recipeID, count, itemTarget)Salvage crafting
C_TradeSkillUI.CraftEnchant(recipeID [, count [, craftingReagents]])Craft enchant
C_TradeSkillUI.IsRecipeInBaseSkillLine(recipeID)inBaseIs recipe in base skill?

Categories & Filters

FunctionReturnsDescription
C_TradeSkillUI.GetCategories()categoryIDsAll categories
C_TradeSkillUI.GetCategoryInfo(categoryID)categoryInfoCategory details
C_TradeSkillUI.GetSubCategories(categoryID)subCategoryIDsSub-categories
C_TradeSkillUI.SetRecipeItemNameFilter(text)Filter by name
C_TradeSkillUI.GetRecipeItemNameFilter()textCurrent name filter
C_TradeSkillUI.SetOnlyShowMakeableRecipes(onlyMakeable)Filter to makeable
C_TradeSkillUI.GetOnlyShowMakeableRecipes()onlyMakeableShowing only makeable?
C_TradeSkillUI.SetOnlyShowSkillUpRecipes(onlySkillUp)Filter to skill-up
C_TradeSkillUI.GetOnlyShowSkillUpRecipes()onlySkillUpOnly skill-up?

C_CraftingOrders — Crafting Orders

Customer (Placing Orders)

FunctionReturnsDescription
C_CraftingOrders.PlaceNewOrder(orderInfo)Place a crafting order
C_CraftingOrders.GetMyOrders(orderType)ordersYour placed orders
C_CraftingOrders.GetOrderClaimInfo(orderType, orderID)claimInfoOrder claim info
C_CraftingOrders.CancelOrder(orderID)Cancel your order
C_CraftingOrders.GetCustomerOptions(skillLineAbilityID, orderType)optionsCustomer options
C_CraftingOrders.GetCraftingOrderCost(recipeID, reagents, orderType)costOrder commission cost
C_CraftingOrders.GetDefaultOrdersSkillLine()skillLineIDDefault skill line
C_CraftingOrders.GetPersonalOrdersInfo()infoPersonal orders info
C_CraftingOrders.HasFavoriteCustomerOptions(skillLineAbilityID)hasFavoriteHas favorited crafter?
C_CraftingOrders.ShouldShowCraftingOrderTab()shouldShowShow orders tab?

Crafter (Fulfilling Orders)

FunctionReturnsDescription
C_CraftingOrders.GetCrafterOrders(request)Query available orders
C_CraftingOrders.GetCrafterBucketTable(request)Get order grouped view
C_CraftingOrders.GetClaimedOrder()orderCurrently claimed order
C_CraftingOrders.ClaimOrder(orderID, professionID)Claim an order
C_CraftingOrders.ReleaseOrder(orderID, professionID)Release claimed order
C_CraftingOrders.FulfillOrder(orderID, crafterNote, professionID)Complete the order
C_CraftingOrders.RejectOrder(orderID, rejectionNote, professionID)Reject the order
C_CraftingOrders.GetNumFavoriteCustomerOptions()numFavoritesFavorite customers count
C_CraftingOrders.GetCrafterOrderRemainingTime(orderID)timeRemainingTime left to fulfill
C_CraftingOrders.OpenCrafterCraftingOrders()Open crafter orders UI
C_CraftingOrders.CloseCrafterCraftingOrders()Close crafter orders UI

Order Types

EnumDescription
Enum.CraftingOrderType.PublicAnyone can fulfill
Enum.CraftingOrderType.GuildGuild members only
Enum.CraftingOrderType.PersonalSpecific crafter
Enum.CraftingOrderType.NpcNPC order

C_ProfessionSpecUI — Profession Specialization

FunctionReturnsDescription
C_ProfessionSpecUI.GetSpecTabInfo()tabInfoSpec tab info
C_ProfessionSpecUI.GetSpecTabIDsForSkillLineID(skillLineID)specTabIDsSpec tabs for profession
C_ProfessionSpecUI.ShouldShowSpecTab()shouldShowShow spec tab?
C_ProfessionSpecUI.GetRootPathForTab(specTabID)rootPathRoot path for spec tab
C_ProfessionSpecUI.GetStateForPath(specTabID, pathID)statePath state (locked, etc.)
C_ProfessionSpecUI.GetStateForPerk(specTabID, perkID)statePerk state
C_ProfessionSpecUI.GetDescriptionForPath(pathID)descriptionPath description
C_ProfessionSpecUI.GetDescriptionForPerk(perkID)descriptionPerk description
C_ProfessionSpecUI.GetPerksForPath(pathID)perkIDsPerks in path
C_ProfessionSpecUI.GetChildrenForPath(pathID)childPathIDsChild paths
C_ProfessionSpecUI.GetSpendCurrencyForPath(pathID)currencyID, amountCurrency to spend
C_ProfessionSpecUI.GetUnlockInfoForPath(pathID)unlockInfoUnlock requirements
C_ProfessionSpecUI.PurchaseSpecTabPerk(specTabID, perkID)Purchase a perk

Global Tradeskill Functions

FunctionReturnsDescription
GetProfessions()prof1, prof2, arch, fish, cookCharacter professions (indices)
GetProfessionInfo(profIndex)name, icon, skillLevel, maxSkillLevel, numAbilities, spellOffset, skillLineID, skillModifier, specIndex, specOffsetProfession details
CastSpell(spellID)Open profession via spell

Common Patterns

List Player's Professions

local prof1, prof2, archaeology, fishing, cooking = GetProfessions()
local function PrintProf(index)
    if index then
        local name, icon, skillLevel, maxSkillLevel = GetProfessionInfo(index)
        print(name, skillLevel .. "/" .. maxSkillLevel)
    end
end
PrintProf(prof1)
PrintProf(prof2)
PrintProf(cooking)

Search Recipes by Name

C_TradeSkillUI.SetRecipeItemNameFilter("Enchant")
local recipeIDs = C_TradeSkillUI.GetFilteredRecipeIDs()
for _, recipeID in ipairs(recipeIDs) do
    local info = C_TradeSkillUI.GetRecipeInfo(recipeID)
    if info then
        print(info.name, "Skill:", info.relativeDifficulty)
    end
end

Craft an Item

-- Craft 5 of a recipe
local recipeID = 12345
C_TradeSkillUI.CraftRecipe(recipeID, 5)

Key Events

EventPayloadDescription
TRADE_SKILL_SHOWTradeskill UI opened
TRADE_SKILL_CLOSETradeskill UI closed
TRADE_SKILL_UPDATETradeskill data updated
TRADE_SKILL_LIST_UPDATERecipe list changed
TRADE_SKILL_DATA_SOURCE_CHANGEDData source changed
TRADE_SKILL_DATA_SOURCE_CHANGINGData source changing
TRADE_SKILL_CRAFT_BEGINStarted crafting
UPDATE_TRADESKILL_CAST_COMPLETECraft cast completed
UPDATE_TRADESKILL_CAST_STOPPEDCraft cast stopped
TRADE_SKILL_ITEM_CRAFTED_RESULTresultDataCrafted item result
CRAFTINGORDERS_ORDER_PLACEMENT_RESPONSEresultOrder placement result
CRAFTINGORDERS_CLAIMED_ORDER_ADDEDOrder claimed
CRAFTINGORDERS_CLAIMED_ORDER_REMOVEDOrder released
CRAFTINGORDERS_CLAIMED_ORDER_UPDATEDClaimed order updated
CRAFTINGORDERS_FULFILL_ORDER_RESPONSEresult, orderIDOrder fulfilled result
CRAFTINGORDERS_REJECT_ORDER_RESPONSEresult, orderIDOrder rejected result
CRAFTINGORDERS_ORDER_CANCEL_RESPONSEresult, orderIDOrder cancelled result
CRAFTINGORDERS_CUSTOMER_OPTIONS_PARSEDCustomer options loaded
CRAFTINGORDERS_CRAFTER_ORDER_LIST_UPDATEDCrafter order list refreshed
CRAFTINGORDERS_CAN_REQUESTCan request crafter orders
SKILL_LINES_CHANGEDSkill lines changed
LEARNED_SPELL_IN_SKILL_LINEspellID, skillLineID, isTrackedAsTradeskillNew recipe learned

Gotchas & Restrictions

  1. Tradeskill must be open — Most C_TradeSkillUI functions only work when the tradeskill window is open.
  2. CraftRecipe requires hardware event — Crafting requires a user-initiated action (click/key).
  3. Recipe schematic vs recipe infoGetRecipeSchematic() provides reagent slots and quality data; GetRecipeInfo() provides name/icon/difficulty.
  4. Crafting orders are asyncGetCrafterOrders() is async. Wait for CRAFTINGORDERS_CRAFTER_ORDER_LIST_UPDATED.
  5. Quality tiers — Dragonflight+ recipes have quality tiers (1-5). Use GetRecipeQualityItemIDs() to get items per tier.
  6. Recraft — Recrafting uses RecraftRecipe() with the item's GUID, not CraftRecipe().
  7. Profession specs use C_Traits — Under the hood, profession specializations use the same C_Traits system as class talents with a different config type.
  8. GetProfessions returns indices — Pass the index to GetProfessionInfo(), not a profession ID.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

40.57%
按下载量换算26

Claude

28.31%
按下载量换算18

Cursor

19.01%
按下载量换算12

Gemini CLI

9.27%
按下载量换算6

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills