wowLook up World of Warcraft characters — M+ scores, best runs, raid progression, gear, and more. Uses Raider.io (free), with optional Blizzard API and Warcraft...
Install via ClawdBot CLI:
clawdbot install tag-assistant/wowLook up WoW characters, M+ scores, raid progression, and more.
# Full character profile — M+ score, best runs, raid progression
wow lookup <name>-<realm>
wow lookup azunazx-hyjal
# Quick one-line summary
wow search azunazx-hyjal
# Current M+ affixes
wow affixes
# Top M+ runs this season
wow top-runs
The primary command. Shows M+ score, best runs, raid progression, and gear.
# Default region is US
wow lookup <name>-<realm>
# EU character
wow lookup <name>-<realm> -r eu
# Include recent runs
wow lookup <name>-<realm> --recent
# Raw JSON output (for programmatic use)
wow lookup <name>-<realm> --raw
Output includes:
One-line character summary for quick lookups:
wow search azunazx-hyjal
# → Azunazx | Fire Mage | Hyjal [US] | Alliance | M+ Score: 4002.6
wow affixes # US affixes
wow affixes -r eu # EU affixes
wow top-runs # Top runs in US
wow top-runs -r eu # Top runs in EU
wow top-runs --page 1 # Page through results
wow raids # List current raids and boss counts
BLIZZARD_CLIENT_ID and BLIZZARD_CLIENT_SECRET# When configured:
wow armory <name>-<realm>
WCL_CLIENT_ID and WCL_CLIENT_SECRET# When configured:
wow parses <name>-<realm>
# Check what's configured
wow config
| Variable | Required | Description |
|----------|----------|-------------|
| WOW_REGION | No | Default region: us, eu, kr, tw (default: us) |
| WOW_CONFIG | No | Config file path (default: ~/.config/wow/config.env) |
| BLIZZARD_CLIENT_ID | No | Blizzard API client ID |
| BLIZZARD_CLIENT_SECRET | No | Blizzard API client secret |
| WCL_CLIENT_ID | No | Warcraft Logs client ID |
| WCL_CLIENT_SECRET | No | Warcraft Logs client secret |
Create ~/.config/wow/config.env:
# Defaults
WOW_REGION=us
# Blizzard API (https://develop.battle.net/access/clients)
BLIZZARD_CLIENT_ID=your_id
BLIZZARD_CLIENT_SECRET=your_secret
# Warcraft Logs (https://www.warcraftlogs.com/api/clients)
WCL_CLIENT_ID=your_id
WCL_CLIENT_SECRET=your_secret
| Code | Region |
|------|--------|
| us | United States & Oceania |
| eu | Europe |
| kr | Korea |
| tw | Taiwan |
Use hyphenated, lowercase realm names:
area-52 (not "Area 52")moon-guard (not "Moon Guard")tichondrius (single-word realms work as-is)The CLI auto-converts spaces to hyphens and strips apostrophes.
When the user asks about a WoW character:
# "What's my M+ score?" (if you know their character)
wow lookup charactername-realmname
# "Look up this character on EU"
wow lookup charactername-realmname -r eu
# "What are the affixes this week?"
wow affixes
# "What are the top keys right now?"
wow top-runs
# Quick check
wow search charactername-realmname
# Get raw data for further processing
wow lookup charactername-realmname --raw | jq '.mythic_plus_scores_by_season[0].scores.all'
Generated Mar 1, 2026
Guild leaders and community managers can use the skill to quickly assess members' Mythic+ scores and raid progression, helping with roster selection for competitive content. It streamlines recruitment by verifying player achievements and gear levels, enhancing team coordination and performance tracking.
Streamers and content creators can integrate the skill into live broadcasts to display real-time character stats, affixes, or top runs, engaging viewers with interactive WoW data. It supports dynamic overlays or chat commands for audience queries, boosting viewer interaction and content variety.
Coaches and analysts can leverage the skill to evaluate players' performance metrics, such as M+ scores and raid parses, providing data-driven feedback for improvement. It aids in creating personalized training plans and benchmarking against top players, optimizing skill development.
Event organizers can use the skill to verify participant eligibility and track performance during WoW tournaments or community events. It automates character validation and leaderboard updates, ensuring fair competition and efficient event management.
Developers can integrate the skill into custom applications or bots to fetch WoW data programmatically, such as for Discord bots that provide character lookups or affix alerts. It enables scalable, API-driven solutions for gaming communities and third-party services.
Offer basic character lookups and affix data for free via Raider.io, while charging for premium features like detailed Blizzard API armory data or Warcraft Logs parses. Revenue comes from subscription tiers for advanced analytics, higher rate limits, and priority support.
License the skill to gaming platforms, forums, or community sites to embed WoW character profiles and leaderboards. Revenue is generated through licensing fees or revenue-sharing agreements based on user engagement and ad impressions from integrated content.
Sell aggregated WoW data insights, such as trends in M+ scores or raid progression, to game developers, marketers, or researchers. Revenue streams include one-time reports, ongoing data feeds, and consulting services for data-driven decision-making in the gaming industry.
💬 Integration Tip
Focus on setting up the required binaries (curl, jq) and optional environment variables for Blizzard and Warcraft Logs APIs to unlock advanced features like armory data and raid parses.
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
Provides a 7-step debugging protocol plus language-specific commands to systematically identify, verify, and fix software bugs across multiple environments.
A comprehensive skill for using the Cursor CLI agent for various software engineering tasks (updated for 2026 features, includes tmux automation guide).
Write, run, and manage unit, integration, and E2E tests across TypeScript, Python, and Swift using recommended frameworks.
Control and operate Opencode via slash commands. Use this skill to manage sessions, select models, switch agents (plan/build), and coordinate coding through Opencode.
Coding style memory that adapts to your preferences, conventions, and patterns for consistent coding.