← Back to Skills Marketplace
Weryai Podcast Generator
by
WeryAI-Developer
· GitHub ↗
· v0.1.2
· MIT-0
141
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install weryai-podcast-generator
Description
Generate, query, and deliver WeryAI podcasts through the official podcast generation API. Use when the user needs podcast speaker lookup, podcast text genera...
Usage Guidance
This skill appears to be what it says: a Node-based client for the WeryAI podcast API. Before installing, note: (1) you must provide a WERYAI_API_KEY (and optionally WERYAI_BASE_URL); keep that key secret. (2) Running submit-text/generate-audio/wait may consume paid credits. (3) The code can read local file paths you supply and upload those files to the configured base URL — do not pass sensitive files or allow the base URL to be overridden to an untrusted host. (4) There is an undocumented env var WERYAI_ALLOW_INSECURE_UPLOAD that, if set, suppresses warnings about non-official upload domains; do not set it unless you trust the endpoint. Use dry-run first (scripts support --dry-run) to verify request shapes and avoid unintended spending.
Capability Analysis
Type: OpenClaw Skill
Name: weryai-podcast-generator
Version: 0.1.2
The skill bundle is a legitimate integration for the WeryAI Podcast API, providing a structured workflow for generating multi-speaker podcasts. The code includes robust error handling, API key sanitization in debug logs (client.js), and a file upload utility (upload.js) that implements security best practices such as file extension whitelisting and official domain verification. No evidence of data exfiltration, unauthorized execution, or malicious prompt injection was found; the instructions for the AI agent are strictly focused on operational efficiency and user delivery.
Capability Assessment
Purpose & Capability
Name/description, required binaries (node), and required env vars (WERYAI_API_KEY, WERYAI_BASE_URL) align with a client that calls WeryAI podcast generation endpoints. The included scripts map cleanly to the declared intents (speakers, submit-text, generate-audio, status, wait).
Instruction Scope
SKILL.md limits actions to listing speakers, submitting text, triggering audio, and polling for status. The code additionally supports uploading local files (resolvePublicUrlFromSource / uploadLocalFileToPublicUrl) — which will read local files and POST them to the configured WeryAI upload endpoint. This is reasonable for a media-generation client, but SKILL.md does not prominently call out local-file reads/uploads or the optional WERYAI_ALLOW_INSECURE_UPLOAD toggle. If the agent is allowed to run scripts with file-path inputs, be aware files can be read and uploaded to the API base URL (or to an overridden base URL if set).
Install Mechanism
No install spec — this is instruction/code-only and does not download remote archives or run an installer. All code is included in the package; no external install URLs or extract operations are present.
Credentials
The primary credential (WERYAI_API_KEY) and base URL are appropriate and expected. The package also reads an undocumented environment variable WERYAI_ALLOW_INSECURE_UPLOAD (to suppress a warning when uploading to a non-official domain) and uses ctx.* settings like requestTimeoutMs or verbose; these are typical but worth knowing. No unrelated high-privilege credentials are requested.
Persistence & Privilege
always:false and normal autonomous invocation settings. The skill does not request permanent platform-wide elevation or modify other skills. It only operates within its own scripts and runtime context.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install weryai-podcast-generator - After installation, invoke the skill by name or use
/weryai-podcast-generator - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.2
- Initial release with core podcast workflow scripts: speakers lookup, text submission, audio generation, and end-to-end waiting.
- Added vendor core utility modules for WeryAI podcast, music, and general API support.
- Supports `WERYAI_API_KEY` and new optional `WERYAI_BASE_URL` environment overrides.
- Documentation and examples updated for clarity, including new environment prerequisites and safer verification steps.
- All user-facing audio URLs rendered as Markdown links with helpful summaries.
v0.1.1
- Removed 19 vendor files related to core, music, and podcast utilities.
- Tightened skill boundaries and command guidance in documentation.
- Updated user-facing requirements: always render final audio URLs as clickable Markdown links, include a brief parameter summary, and handle timeouts gracefully.
- Added enforcement of a maximum 30-minute timeout for podcast generation polling.
- Condensed command examples and emphasized natural language usage help over shell command output.
v0.1.0
weryai-podcast-generator 0.1.0 – Initial Release
- Introduces podcast generation via the official WeryAI API, supporting complete text-to-audio podcast workflows.
- Enables speaker lookup, podcast text generation, audio generation, and task status queries.
- Supports multiple podcast modes: quick, debate (two speakers), and deep.
- Requires explicit speaker selection, WERYAI_API_KEY setup, and Node.js >=18.
- Documents safe dry-run support and read-only operations.
- Clearly defines use cases, commands, workflow, and integration boundaries.
Metadata
Frequently Asked Questions
What is Weryai Podcast Generator?
Generate, query, and deliver WeryAI podcasts through the official podcast generation API. Use when the user needs podcast speaker lookup, podcast text genera... It is an AI Agent Skill for Claude Code / OpenClaw, with 141 downloads so far.
How do I install Weryai Podcast Generator?
Run "/install weryai-podcast-generator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Weryai Podcast Generator free?
Yes, Weryai Podcast Generator is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Weryai Podcast Generator support?
Weryai Podcast Generator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Weryai Podcast Generator?
It is built and maintained by WeryAI-Developer (@weryai-developer); the current version is v0.1.2.
More Skills