← 返回 Skills 市场
tag-assistant

WoW Lookup

作者 Tag · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
613
总下载
1
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install wow
功能描述
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...
安全使用建议
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).
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install wow
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /wow 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial publish
元数据
Slug wow
版本 1.0.0
许可证
累计安装 2
当前安装数 2
历史版本数 1
常见问题

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 613 次。

如何安装 WoW Lookup?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install wow」即可一键安装,无需额外配置。

WoW Lookup 是免费的吗?

是的,WoW Lookup 完全免费(开源免费),可自由下载、安装和使用。

WoW Lookup 支持哪些平台?

WoW Lookup 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 WoW Lookup?

由 Tag(@tag-assistant)开发并维护,当前版本 v1.0.0。

💬 留言讨论