Token导航 LogoToken导航TokenDH.com
研究检索敏感数据clawhub未标认证来源可访问clear审计提醒

wow

Agent Skill

wow 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

18,956

周安装

782

GitHub Stars

1

下载量

6,193
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:wow(哇)
来源仓库:https://github.com/tag-assistant/wow
安装命令:
openclaw skills install wow
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

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

ClawHubOpenClaw
openclaw skills install wow

简介

查询《魔兽世界》角色M+分数与突袭进度。wow 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

  • 集成Raider.io及可选暴雪API数据。
  • 通过clawhub安装,需确认API访问权限和速率限制。
  • 使用前应评估是否会发起网络请求获取游戏数据。
  • 建议结合原始文档了解装备解析和跑动记录方式。

SKILL.md

name
wow
description
Look up World of Warcraft characters — M+ scores, best runs, raid progression, gear, and more. Uses Raider.io (free), with optional Blizzard API and Warcraft Logs integration for armory data and raid parses.
metadata
openclaw
emoji
⚔️
requires
bins
["curl", "jq"]
env_optional
["BLIZZARD_CLIENT_ID", "BLIZZARD_CLIENT_SECRET", "WCL_CLIENT_ID", "WCL_CLIENT_SECRET"]
install
kind
shell
command
ln -sf $(pwd)/wow /usr/local/bin/wow
label
Install wow CLI (symlink)

World of Warcraft

Look up WoW characters, M+ scores, raid progression, and more.

Quick Start

# 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

Character Lookup

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:

  • Character info (name, class, spec, race, faction, realm)
  • Mythic+ score (overall + per-role breakdown)
  • Best M+ runs (dungeon, key level, time, score)
  • Raid progression (Normal/Heroic/Mythic kills per raid)
  • Equipped item level

Quick Search

One-line character summary for quick lookups:

wow search azunazx-hyjal
# → Azunazx | Fire Mage | Hyjal [US] | Alliance | M+ Score: 4002.6

M+ Affixes

wow affixes           # US affixes
wow affixes -r eu     # EU affixes

Top M+ Runs

wow top-runs              # Top runs in US
wow top-runs -r eu        # Top runs in EU
wow top-runs --page 1     # Page through results

Raid Info

wow raids           # List current raids and boss counts

API Sources

Raider.io (Active — No Auth Required)

  • ✅ Character profiles, M+ scores, best/recent runs
  • ✅ Raid progression summary
  • ✅ Current affixes
  • ✅ Top M+ runs / rankings
  • ✅ Gear / item level
  • Free, no rate limit issues for normal use

Blizzard API (Optional — OAuth2 Required)

  • Armory data: detailed gear, stats, achievements
  • M+ rating (Blizzard's own rating system)
  • Character media (renders)
  • Requires BLIZZARD_CLIENT_ID and BLIZZARD_CLIENT_SECRET
  • Register at: https://develop.battle.net/access/clients
# When configured:
wow armory <name>-<realm>

Warcraft Logs API v2 (Optional — OAuth2 Required)

  • Raid parses and percentiles
  • Damage/healing breakdowns per encounter
  • Character rankings across difficulties
  • GraphQL API
  • Requires WCL_CLIENT_ID and WCL_CLIENT_SECRET
  • Register at: https://www.warcraftlogs.com/api/clients
# When configured:
wow parses <name>-<realm>

Configuration

# Check what's configured
wow config

Environment Variables

VariableRequiredDescription
WOW_REGIONNoDefault region: us, eu, kr, tw (default: us)
WOW_CONFIGNoConfig file path (default: ~/.config/wow/config.env)
BLIZZARD_CLIENT_IDNoBlizzard API client ID
BLIZZARD_CLIENT_SECRETNoBlizzard API client secret
WCL_CLIENT_IDNoWarcraft Logs client ID
WCL_CLIENT_SECRETNoWarcraft Logs client secret

Config File

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

Regions

CodeRegion
usUnited States & Oceania
euEurope
krKorea
twTaiwan

Realm Names

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.

Examples for the Agent

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'

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

补充不同宿主或平台的使用分布数据

能力 5

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

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

平台分布

OpenClaw

91.03%
按下载量换算5,637

安全审计

VirusTotal

通过

ClawScan

可疑

Static analysis

未展示

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

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

来源信息

继续浏览同类 Skills