wow-api-guild

Reference World of Warcraft Guild APIs for management, roster, and bank operations.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides comprehensive access to World of Warcraft's Guild API, enabling detailed management and retrieval of guild information, roster data, and bank contents.

Core Features & Use Cases

  • Guild Management: Invite, promote, demote, kick, and disband members; manage guild messages.
  • Roster & Bank Access: Retrieve detailed member information, manage guild bank items and money, and view transaction logs.
  • Use Case: Automatically generate a report of all online guild members, their current zones, and their last online time, or check the contents of a specific guild bank tab.

Quick Start

List all online members of the guild along with their current zone.

Frequently Asked Questions about wow-api-guild

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

FAQPage Schema
How do I retrieve the WoW guild roster and get online member information using Lua?

To retrieve the WoW guild roster, call GuildRoster() to populate the data, then query GetGuildRosterInfo to access online member details like zones and last online times. This guild roster API provides comprehensive member data sorting and retrieval.

What World of Warcraft API functions are available for guild bank management?

The WoW guild bank API provides functions like GetGuildBankItemInfo for item retrieval, alongside deposit, withdraw, tab management, and permissions control. You can also view transaction logs to audit guild bank contents and money flow.

Can I automate guild management tasks like promote, demote, and kick in WoW addons?

Yes, WoW guild management APIs support automated invite, promote, demote, kick, and disband operations. You can also programmatically manage the guild MOTD and guild info to streamline roster administration.

Does the WoW Guild API work with the Club API for guild chat and events?

Yes, the WoW Guild API includes Club API guild integration, enabling interactions with guild chat, guild events, and guild achievements. This allows developers to extend management addons beyond basic roster and bank features.

How do I check guild perks and reputation information for a specific WoW guild?

You can retrieve guild perks and reputation data using the C_GuildInfo API provided for WoW Retail. This function set queries specific guild details, returning the associated perk statuses and reputation tracking information.