← 返回 Skills 市场
86
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install url2podcast
功能描述
Use when 需要把网页内容转成双人中文播客,并按脚本逐句参数合成音频后输出成品
安全使用建议
This skill appears to do what it says: it fetches a webpage, generates a two-person podcast script, and calls ByteDance's (Volc) TTS API to synthesize audio, then merges audio with ffmpeg. Before installing/providing credentials, consider: 1) any webpage text sent to the TTS endpoint will leave your environment—do not send sensitive/private content to a third-party TTS service; 2) VOLC_APPID and VOLC_TOKEN are secrets—treat them like API keys and rotate/revoke if compromised; 3) the skill will clear and reuse skills/podcast-maker/workspace each run—ensure you have no other critical data there; 4) the Authorization header shown uses an unusual 'Bearer;${VOLC_TOKEN}' format (note the semicolon) — confirm with your Volc docs that this is correct. If you need stronger guarantees about data handling or offline synthesis, consider running local TTS or reviewing an implementation that avoids external APIs.
功能分析
Type: OpenClaw Skill
Name: url2podcast
Version: 1.0.0
The skill is a legitimate tool designed to convert web content into a two-person podcast using the ByteDance Volcano Engine TTS API. It follows a structured workflow involving content extraction, script generation, and audio synthesis using standard utilities like curl, ffmpeg, and a small Python helper for base64 decoding. The instructions in SKILL.md include security-conscious constraints, such as restricting file operations to a specific workspace and clearing it before use, and there is no evidence of data exfiltration or malicious intent.
能力评估
Purpose & Capability
Name/description (convert webpage to two-person Chinese podcast) match the declared requirements: ffmpeg/curl/python3 for audio handling and HTTP calls, and VOLC_APPID/VOLC_TOKEN for the Volc/openspeech TTS API.
Instruction Scope
SKILL.md instructs fetching page content, generating drafts/scripts, calling the external TTS endpoint for each line, decoding base64 audio, and merging with ffmpeg. These actions are coherent for the stated task, but they will transmit the webpage text (potentially sensitive) to an external third party (openspeech.bytedance.com). The runtime also demands clearing and writing files in skills/podcast-maker/workspace each run—this is expected for a workspace but could remove previous workspace data if present.
Install Mechanism
Instruction-only skill with no install steps or downloaded code. Low install risk: it relies on existing system binaries (ffmpeg, curl, python3) rather than fetching arbitrary code.
Credentials
Only VOLC_APPID and VOLC_TOKEN are required and are directly used in the documented TTS requests. No unrelated credentials or extra env vars are requested. These are sensitive secrets and will be sent to the external TTS API as part of requests.
Persistence & Privilege
always is false and the skill is instruction-only; it does not request permanent system presence or modify other skills. It will read/write and clear a workspace directory limited to skills/podcast-maker/workspace as part of normal operation.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install url2podcast - 安装完成后,直接呼叫该 Skill 的名称或使用
/url2podcast触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
podcast-maker 1.0.0
- Initial release of the podcast-maker skill.
- Converts any web page content into a two-speaker Chinese podcast, with automatic summarization, script generation, and audio synthesis.
- Fully automated workflow with quality control: structured content extraction, oral dialogue drafting, scoring & rewriting, structured TTS scripting, and audio merging.
- Ensures output of source_brief.json, podcast_content.md, podcast_script.json, and podcast_final.mp3.
- Uses Volcano Engine TTS API with strict role, emotion, and process constraints for consistent, high-quality podcast output.
元数据
常见问题
url2podcast 是什么?
Use when 需要把网页内容转成双人中文播客,并按脚本逐句参数合成音频后输出成品. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 86 次。
如何安装 url2podcast?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install url2podcast」即可一键安装,无需额外配置。
url2podcast 是免费的吗?
是的,url2podcast 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
url2podcast 支持哪些平台?
url2podcast 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 url2podcast?
由 Mr.Yang(@yangjinghua0127)开发并维护,当前版本 v1.0.0。
推荐 Skills