wow-api-items-inventory

Documents World of Warcraft Retail API functions for item and inventory management.

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

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 Item, Container, Bank, Loot, Equipment, Socket, Upgrade, and Merchant APIs, enabling developers to programmatically manage in-game inventory and interactions.

Core Features & Use Cases

  • Item Information: Query details like name, link, icon, quality, and type.
  • Inventory Management: Interact with bags, bank tabs, and equipment slots.
  • Looting & Merchants: Handle loot windows, rolls, and vendor transactions.
  • Use Case: Automatically sort your bags, check item cooldowns, or compare item stats for equipping.

Quick Start

Use the wow-api-items-inventory skill to get the name and link for the item in your backpack's first slot.

Frequently Asked Questions about wow-api-items-inventory

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

FAQPage Schema
How do I get item information from a bag slot using the WoW API?

The C_Item and C_Container namespaces provide item management functions to query item name, link, icon, quality, and type from bag slots. Use these WoW API functions to retrieve inventory details for addon development.

What APIs are available for managing inventory and banks in World of Warcraft addons?

World of Warcraft addons use the C_Container and C_Bank namespaces for inventory and bank management. These APIs allow developers to interact with bags, bank tabs, and equipment slots to programmatically manage in-game inventory.

How do I handle loot windows and vendor transactions with the WoW API?

The C_Loot and C_MerchantFrame namespaces handle loot windows, loot rolls, and vendor transactions. Use these WoW API functions to programmatically manage looting and merchant interactions in addon development.

Can I manage item sockets and upgrades through the World of Warcraft API?

Yes, you can manage item sockets and upgrades through the C_ItemSocketInfo and C_ItemInteraction namespaces. These WoW API functions allow developers to interact with socket information and item upgrade systems.

Does this WoW API reference cover equipment set management for addons?

Yes, this WoW API reference covers equipment set management through global inventory and equipment set functions. Developers can use these functions to interact with player equipment slots and equipment sets in addon development.

What is the C_WorldLootObject namespace used for in WoW addon development?

The C_WorldLootObject namespace is used for world loot object interactions in WoW addon development. It provides functions to manage and interact with loot objects in the game world, complementing the C_Loot namespace.