Install
openclaw skills install weryai-task-inspectorInspect, 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,...
openclaw skills install weryai-task-inspectorInspect existing WeryAI tasks and batches through the official task query endpoints. This skill is read-only: it never submits new jobs and never mutates remote state.
Inspect this WeryAI task ID and tell me whether it is finished.Query this WeryAI batch ID and summarize the state of each task.Check whether this podcast task reached audio-success yet.Show me the output artifacts for this WeryAI task, including audio or video URLs if present.task status lookup, batch status lookup, artifact inspection, podcast content_status inspectiontaskId or batchIdcontent_status handlingWERYAI_API_KEY must be set before running task queries.>=18 is required.node {baseDir}/scripts/task-inspector.js --task-id <task-id>
node {baseDir}/scripts/task-inspector.js --batch-id <batch-id>
taskId or a batchId.content_status as the primary lifecycle signal.Successful output includes:
okphasequeryTypetaskId or batchIdtaskStatuscontentStatus when presentartifactsrawFailure output includes:
errorCodeerrorMessagetaskId returns normalized task state plus best-effort artifacts and the raw payload.batchId returns a batch-level phase and per-task normalized state.contentStatus when present.errorCode and errorMessage.task_status=completed as final if content_status has not reached audio-success.