← 返回 Skills 市场
watermelon11

Podcastfy Clawdbot Skill

作者 nacy · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
101
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install podcastfy-clawdbot-skill
功能描述
Generate an AI podcast (MP3) from one or more URLs using the open-source Podcastfy project. Use when the user says “make a podcast from this URL/article/vide...
安全使用建议
This skill appears to be what it claims (creates MP3s from URLs using podcastfy + Gemini + Edge TTS), but take these precautions before installing or running it: - Correct the metadata: the skill requires GEMINI_API_KEY (the registry lists no env vars). Do not supply your Gemini key unless you trust the code/maintainer. - Review the included script (scripts/podcastfy_generate.py) yourself — it will pip-install packages and run Playwright, which downloads browser binaries and executes network calls. - Expect webpage text and generated transcripts to be sent to external services (Gemini and Microsoft TTS). Do not use with URLs or content that you cannot send to those providers. - Prefer running this in an isolated environment (container or VM) or on a throwaway machine to limit exposure to supply-chain risks from pip packages and Playwright downloads. - Verify the downstream 'podcastfy' and 'edge-tts' packages are the official projects and inspect their versions before use. If you want to proceed safely: run the script in a sandbox, provide a dedicated Gemini API key with limited quota, and confirm outputs on a test URL first.
能力评估
Purpose & Capability
Name/description match the code and instructions: the script fetches URL(s), uses podcastfy + Gemini for LLM transcript generation and Edge TTS for audio. This capability justifies installing podcastfy/playwright and using Gemini/Edge TTS.
Instruction Scope
SKILL.md and the script instruct creating a local venv, installing podcastfy and Playwright, running Podcastfy via its Python API, writing conversation/config files, and saving transcripts/audio under the skill directory. The runtime will fetch webpage content and send it to external services (Gemini and Microsoft TTS) — expected for the stated purpose, but worth noting because user content is transmitted off-host.
Install Mechanism
There is no separate install spec, but the included script will call pip to install 'podcastfy' and 'playwright' inside a local venv and will run 'playwright install chromium' which downloads browser binaries. These are standard for this use case but involve network downloads and writing large binaries to disk (Playwright).
Credentials
The SKILL.md and script require GEMINI_API_KEY (and optional PODCASTFY_* env vars) but the registry metadata claims 'required env vars: none' and 'primary credential: none'. That mismatch is a red flag: the runtime will fail without GEMINI_API_KEY and the key is used to call an external LLM. Only the Gemini key is needed for functionality; no unrelated credentials are requested, but the metadata omission is inconsistent and should be corrected.
Persistence & Privilege
always:false and no system-wide config modifications are requested. The script writes a .venv and output files under the skill directory and installs Playwright browsers (cached to the environment). This is standard for such tooling, but it does create files/binaries on disk and downloads remote packages during first run.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install podcastfy-clawdbot-skill
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /podcastfy-clawdbot-skill 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of podcastfy-clawdbot skill. - Instantly generate a podcast-style MP3 audio summary from one or more URLs, articles, videos, or PDFs. - Uses Gemini for transcript generation and Edge TTS for human-like voices—no paid TTS required. - Built-in checks for valid MP3 output; falls back to Edge TTS if output is empty. - Output files are organized in local directories for audio and transcripts. - Provides setup and reliability tips, including best practices for automation and environment configuration.
元数据
Slug podcastfy-clawdbot-skill
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Podcastfy Clawdbot Skill 是什么?

Generate an AI podcast (MP3) from one or more URLs using the open-source Podcastfy project. Use when the user says “make a podcast from this URL/article/vide... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 101 次。

如何安装 Podcastfy Clawdbot Skill?

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

Podcastfy Clawdbot Skill 是免费的吗?

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

Podcastfy Clawdbot Skill 支持哪些平台?

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

谁开发了 Podcastfy Clawdbot Skill?

由 nacy(@watermelon11)开发并维护,当前版本 v1.0.0。

💬 留言讨论