← Back to Skills Marketplace
613
Downloads
1
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install 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...
Usage Guidance
Do not install or run the symlink command as-is. The SKILL.md expects a local 'wow' CLI but the package contains no executable — the install step would create /usr/local/bin/wow pointing at $(pwd)/wow, which could fail or overwrite an existing binary. Ask the publisher for source code or a release (GitHub/github releases, official project site) before proceeding. If you still want to try it, inspect the 'wow' binary first (from a trusted source), avoid running the ln command with elevated privileges until you verify its target, and only provide Blizzard or Warcraft Logs credentials if you trust the skill's origin. Consider running in a sandbox or container and request the skill author to include code or a trustworthy install mechanism (e.g., official release URL or package manager).
Capability Analysis
Type: OpenClaw Skill
Name: wow
Version: 1.0.0
The OpenClaw AgentSkills bundle 'wow' is classified as benign. Its purpose is to look up World of Warcraft character data using external APIs (Raider.io, Blizzard, Warcraft Logs). The `SKILL.md` clearly documents its functionality, required binaries (`curl`, `jq`), and optional API integrations. The installation command (`ln -sf $(pwd)/wow /usr/local/bin/wow`) is a standard symlink creation for a CLI tool. There is no evidence of malicious prompt injection, data exfiltration, unauthorized execution, persistence mechanisms, or obfuscation. All described actions are consistent with a legitimate utility.
Capability Assessment
Purpose & Capability
Name, description, and runtime commands all align with a World of Warcraft character lookup tool (Raider.io, optional Blizzard and Warcraft Logs integration). Requested runtime tools (curl, jq) and optional OAuth credentials match the described external services.
Instruction Scope
The SKILL.md instructs the agent to run a local 'wow' CLI (e.g., 'wow lookup ...') but the skill bundle contains no binary or code implementing that CLI. The instructions also include an install step that creates a symlink to $(pwd)/wow — which implies a local executable that is not present in the package. This mismatch means the runtime instructions are incomplete or inconsistent.
Install Mechanism
The only install action in the SKILL.md is a shell symlink: 'ln -sf $(pwd)/wow /usr/local/bin/wow'. That writes into a system-wide path (/usr/local/bin) and will require appropriate permissions; it can also overwrite an existing /usr/local/bin/wow. The command references a local file in the current working directory that is not included in the skill bundle, increasing the chance of failure or misuse if executed blindly.
Credentials
No required secrets are listed. Optional environment variables (BLIZZARD_CLIENT_ID/SECRET, WCL_CLIENT_ID/SECRET) are appropriate for the optional integrations named in the description. Declared config defaults (WOW_REGION, WOW_CONFIG) are reasonable.
Persistence & Privilege
The symlink install modifies a system-wide PATH location, creating persistent system presence outside the skill runtime. Although 'always' is false and autonomous invocation is normal, this install step grants the skill the ability to place or replace a binary on the system, which is more privilege than expected for an instruction-only descriptor.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install wow - After installation, invoke the skill by name or use
/wow - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial publish
Metadata
Frequently Asked Questions
What is WoW Lookup?
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... It is an AI Agent Skill for Claude Code / OpenClaw, with 613 downloads so far.
How do I install WoW Lookup?
Run "/install wow" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is WoW Lookup free?
Yes, WoW Lookup is completely free (open-source). You can download, install and use it at no cost.
Which platforms does WoW Lookup support?
WoW Lookup is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created WoW Lookup?
It is built and maintained by Tag (@tag-assistant); the current version is v1.0.0.
More Skills