返回顶部
p

podcastfy-clawdbot

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/video/PDF”, “turn this webpage into a podcast”, or wants an MP3 conversation-style summary from links. Uses Gemini for transcript generation via GEMINI_API_KEY and Edge TTS for free voice.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
69
下载量
0
收藏
概述
安装方式
版本历史

podcastfy-clawdbot

# Podcastfy (Clawdbot) Generate a podcast-style audio conversation (MP3) from a URL (or multiple URLs) using `podcastfy`. This skill provides a wrapper script that: - creates/uses a local venv (`{baseDir}/.venv`) - installs/updates `podcastfy` - runs Podcastfy with **Gemini** for transcript generation and **Edge** for TTS ## One-time setup 1) Ensure `ffmpeg` is installed on the host. Ubuntu/Debian: ```bash sudo apt-get update && sudo apt-get install -y ffmpeg ``` 2) Provide a Gemini API key: Set env var `GEMINI_API_KEY` (recommended), or create a project `.env` and export it before running. Example keys file: `{baseDir}/references/env.example` ## Quick start Generate an MP3 from a single URL: ```bash cd {baseDir} export GEMINI_API_KEY="..." ./scripts/podcastfy_generate.py --url "https://example.com/article" ``` Multiple URLs: ```bash cd {baseDir} ./scripts/podcastfy_generate.py --url "https://a" --url "https://b" ``` Long-form: ```bash cd {baseDir} ./scripts/podcastfy_generate.py --url "https://example.com/long" --longform ``` ## Output The script writes outputs under: - `{baseDir}/output/audio/` (MP3) - `{baseDir}/output/transcripts/` (transcript) Podcastfy prints the final MP3 path on success. ## Optional tuning - `PODCASTFY_LLM_MODEL` (default: `gemini-1.5-flash`) - `PODCASTFY_EDGE_VOICE_Q` (default: `en-US-JennyNeural`) - `PODCASTFY_EDGE_VOICE_A` (default: `en-US-EricNeural`) ## Automation / reliability tips (important) ### Prefer RSS feeds over browser automation for cron jobs In isolated cron jobs, avoid relying on a system browser (Chrome/Chromium) or extra Python deps (e.g. `bs4`). For TechCrunch categories, prefer the RSS feed: - https://techcrunch.com/category/artificial-intelligence/feed/ This reduces breakage from: - “No supported browser found …” - missing site parsing dependencies in the cron runtime ### Validate MP3 output (avoid 0-second audio) We observed `podcastfy` can occasionally produce an MP3 that is effectively empty/truncated (e.g., a ~261-byte file), which shows up as **0s** in Telegram. This wrapper now validates MP3 output and will automatically fall back to **edge-tts** synthesis from the latest transcript when the MP3 is invalid. ## Safety / workflow - Prefer “draft-first”: tell the user what will be generated (language/length) before running. - Never paste API keys into chat logs.

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 podcastfy-clawdbot-skill-1776076398 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 podcastfy-clawdbot-skill-1776076398 技能

通过命令行安装

skillhub install podcastfy-clawdbot-skill-1776076398

下载 Zip 包

⬇ 下载 podcastfy-clawdbot v1.0.0

文件大小: 7.97 KB | 发布时间: 2026-4-14 11:31

v1.0.0 最新 2026-4-14 11:31
- 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.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部