← Back to Skills Marketplace
weryai-developer

WeryAI Task Inspector

by WeryAI-Developer · GitHub ↗ · v0.1.1 · MIT-0
cross-platform ✓ Security Clean
164
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install weryai-task-inspector
Description
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,...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install weryai-task-inspector
  3. After installation, invoke the skill by name or use /weryai-task-inspector
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug weryai-task-inspector
Version 0.1.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is 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,... It is an AI Agent Skill for Claude Code / OpenClaw, with 164 downloads so far.

How do I install WeryAI Task Inspector?

Run "/install weryai-task-inspector" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is WeryAI Task Inspector free?

Yes, WeryAI Task Inspector is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does WeryAI Task Inspector support?

WeryAI Task Inspector is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created WeryAI Task Inspector?

It is built and maintained by WeryAI-Developer (@weryai-developer); the current version is v0.1.1.

💬 Comments