← 返回 Skills 市场
weryai-developer

WeryAI Task Inspector

作者 WeryAI-Developer · GitHub ↗ · v0.1.1 · MIT-0
cross-platform ✓ 安全检测通过
164
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install weryai-task-inspector
功能描述
Inspect, query, summarize, and debug WeryAI task IDs and batch IDs through the official task query endpoints. Use when you need to query WeryAI task status,...
安全使用建议
This skill appears to do exactly what it says: read-only inspection of WeryAI tasks and batches. Before installing: 1) Only provide a WERYAI_API_KEY you trust (the key is sent as a Bearer token to the WeryAI API). 2) If you want to be extra cautious, review or run the scripts locally so you can see outgoing requests (WERYAI_BASE_URL can be overridden). 3) Revoke or rotate the API key if you later suspect misuse. 4) Note that optional env vars (WERYAI_BASE_URL, WERYAI_REQUEST_TIMEOUT_MS) are supported but not required; do not set them to untrusted endpoints.
功能分析
Type: OpenClaw Skill Name: weryai-task-inspector Version: 0.1.1 The skill is a legitimate utility for inspecting WeryAI task and batch statuses. It correctly implements read-only functionality using official API endpoints (api.weryai.com) and includes security-conscious features such as a log sanitizer in `scripts/vendor/weryai-core/client.js` to prevent API keys and sensitive content from being written to stderr. No evidence of data exfiltration, unauthorized execution, or malicious prompt injection was found.
能力评估
Purpose & Capability
Name/description match the code and files: the scripts only query task, batch, and balance endpoints and normalize results. Required artifacts (node, WERYAI_API_KEY) are appropriate for a client that calls the WeryAI API.
Instruction Scope
SKILL.md instructs only read-only lookups. The runtime code follows that boundary: client.get is used for GET endpoints (/v1/generation/* and /v1/generation/batch/* and /v1/generation/balance). There are no file reads/writes beyond normal logging and no network endpoints other than the configured WERYAI_BASE_URL (defaults to api.weryai.com).
Install Mechanism
No install spec (instruction-only) and included code is plain JavaScript. Runtime dependency is Node >=18 which is reasonable. Nothing is being downloaded from arbitrary URLs or installed into unusual system locations.
Credentials
The declared required env var is only WERYAI_API_KEY (primary credential), which is proportionate. The code also reads optional WERYAI_BASE_URL and WERYAI_REQUEST_TIMEOUT_MS if present; those are sensible optional overrides but are not documented in requires.env. No unrelated secrets or additional credentials are requested.
Persistence & Privilege
Skill is not always-enabled and does not request permanent privileges. It does not modify other skills or global agent settings. Autonomous invocation is allowed (platform default) but the skill's actions are read-only and limited to the WeryAI API.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install weryai-task-inspector
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /weryai-task-inspector 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.1
weryai-task-inspector v0.1.1 - No file changes detected in this version. - No modifications to functionality or documentation.
v0.1.0
- Initial release of weryai-task-inspector. - Inspect WeryAI task and batch IDs via official read-only endpoints. - Supports querying status, extracting artifacts, and debugging stuck or incomplete tasks. - Dedicated handling for podcast tasks using content_status. - Requires WERYAI_API_KEY and Node.js >=18. - Never creates or mutates jobs; fully read-only and safe to re-run.
元数据
Slug weryai-task-inspector
版本 0.1.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

WeryAI Task Inspector 是什么?

Inspect, query, summarize, and debug WeryAI task IDs and batch IDs through the official task query endpoints. Use when you need to query WeryAI task status,... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 164 次。

如何安装 WeryAI Task Inspector?

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

WeryAI Task Inspector 是免费的吗?

是的,WeryAI Task Inspector 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

WeryAI Task Inspector 支持哪些平台?

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

谁开发了 WeryAI Task Inspector?

由 WeryAI-Developer(@weryai-developer)开发并维护,当前版本 v0.1.1。

💬 留言讨论