← 返回 Skills 市场
jpengcheng523-netizen

Podcast Generator

作者 jpengcheng523-netizen · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
101
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install podcast-gen
功能描述
播客生成器 — 根据用户描述,通过搜索引擎抓取最新资讯,生成口语化播客脚本,根据脚本语义自动匹配最合适的讯飞TTS声音,合成时长3分钟内的MP3音频并发送。触发词:生成播客、播客、podcast、帮我做一段音频、做一期节目。
安全使用建议
Before installing or enabling: (1) confirm the skill author/source — there is no homepage and metadata omits required env vars; (2) only provide XFYUN_APP_ID / XFYUN_API_KEY / XFYUN_API_SECRET if you trust the skill and consider using a limited-scope or disposable XFYUN key; (3) verify that the xfyun-tts skill referenced is one you installed from a trusted source and that its TTS script (tts.py) is what will be executed; (4) be aware the skill will fetch external web pages (scraping arbitrary search results) — do not ask it to summarize or fetch private or sensitive topics; (5) note it uses find ~/.openclaw to locate tts.py which reads your OpenClaw skill directory — if you have sensitive files there, consider moving them or running the skill in a sandbox; (6) if you require stronger assurance, request the publisher to update registry metadata to declare the XFYUN env vars explicitly and provide a verifiable source/homepage or supply an install spec so you can audit the referenced xfyun-tts implementation.
功能分析
Type: OpenClaw Skill Name: podcast-gen Version: 1.0.0 The skill is a podcast generator that automates news retrieval via search engines and audio synthesis using the xfyun-tts skill. It is classified as suspicious because it instructs the AI agent to construct and execute shell commands, including searching the local filesystem (~/.openclaw) and running a Python script with dynamically generated arguments. While the use of quoted heredocs in SKILL.md suggests some awareness of shell safety, the pattern of executing shell commands based on AI-selected parameters (like the voice ID) represents a high-risk capability that could be exploited via prompt injection.
能力评估
Purpose & Capability
The natural purpose (generate short podcast MP3s via XFYUN TTS from web-scraped content) is coherent with the runtime steps, but the registry metadata declares no required env vars while SKILL.md explicitly requires XFYUN_APP_ID / XFYUN_API_KEY / XFYUN_API_SECRET and the xfyun-tts skill. That metadata mismatch is an incoherence (the skill actually needs cloud TTS credentials even though none are declared).
Instruction Scope
Instructions stay largely within the stated purpose: search web pages (via web_fetch), build a spoken script, call the xfyun-tts script, produce an MP3 and send it. Two scope details to note: (1) the retrieval guidance uses arbitrary search engine URLs and free-form scraping (agents will fetch and parse external webpages), which can surface unexpected content; (2) the runtime uses find ~/.openclaw to locate the xfyun-tts script, which reads the user's home openclaw directory and could touch other skills' files — this is broader filesystem access than a purely network-only TTS integration.
Install Mechanism
This is instruction-only with no install spec or downloads, so it doesn't add new on-disk code during install — lowest install risk.
Credentials
SKILL.md requires three XFYUN_* environment variables (TTS credentials) and depends on an installed xfyun-tts skill, but the skill registry metadata lists no required env vars or primary credential. The required credentials are proportional to the stated TTS functionality, but their omission from declared requirements is an inconsistency that reduces transparency and may mislead users about what secrets they must provide.
Persistence & Privilege
always:false and no install-time modifications are requested. The skill runs commands at runtime (mktemp, write files, execute python tts script) and will be able to be invoked by the agent (default), which is expected for skills. It does probe ~/.openclaw to find other skill files but does not request permanent presence or modify other skills' configs.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install podcast-gen
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /podcast-gen 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial publish - Generate podcast audio from topics
元数据
Slug podcast-gen
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Podcast Generator 是什么?

播客生成器 — 根据用户描述,通过搜索引擎抓取最新资讯,生成口语化播客脚本,根据脚本语义自动匹配最合适的讯飞TTS声音,合成时长3分钟内的MP3音频并发送。触发词:生成播客、播客、podcast、帮我做一段音频、做一期节目。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 101 次。

如何安装 Podcast Generator?

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

Podcast Generator 是免费的吗?

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

Podcast Generator 支持哪些平台?

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

谁开发了 Podcast Generator?

由 jpengcheng523-netizen(@jpengcheng523-netizen)开发并维护,当前版本 v1.0.0。

💬 留言讨论