wow-api-widget

Installation
SKILL.md

WoW Widget API (Curated)

This skill documents the Widget API for World of Warcraft Retail. It is curated: it highlights the core types, methods, and patterns you use most. For exhaustive lists, follow the source links.

Source of truth: https://warcraft.wiki.gg/wiki/Widget_API Script handlers: https://warcraft.wiki.gg/wiki/Widget_script_handlers XML schema: https://warcraft.wiki.gg/wiki/XML_schema Current as of: Patch 12.0.0 (Retail)

When to Use This Skill

Use this skill when you need to:

  • Create or manipulate UI frames (CreateFrame, Frame:SetPoint, Frame:Show)
  • Work with textures and visual regions (Texture:SetTexture, TextureBase:SetAtlas)
  • Handle font strings and text display (FontString:SetText, FontInstance:SetFont)
  • Build animations (AnimationGroup:Play, Animation:SetDuration)
  • Manage tooltips (GameTooltip:SetOwner, GameTooltip:AddLine)
  • Handle buttons and interactive controls (Button:SetText, EditBox:SetText, Slider:SetValue)
  • Work with status bars and cooldowns (StatusBar:SetValue, Cooldown:SetCooldown)
Related skills

More from jburlison/wowaddonapiagents

Installs
10
GitHub Stars
25
First Seen
Mar 5, 2026