Agents Skill Podcastifier OpenClaw Plugin & Skill | ClawHub
Looking to integrate Agents Skill Podcastifier into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate image & video generation tasks instantly, without having to write custom tools from scratch.
What this skill does
Turn incoming text (email/newsletter) into a short TTS podcast with chunking + ffmpeg concat.
Install
npx clawhub@latest install agents-skill-podcastifierFull SKILL.md
Open original| name | description |
|---|---|
| podcastifier | Turn incoming text (email/newsletter) into a short TTS podcast with chunking + ffmpeg concat. |
SKILL.md content below is scrollable.
podcastifier
Turn incoming text (email/newsletter) into a short TTS podcast with chunking + ffmpeg concat.
Features
- Parses plain text/HTML input and extracts story bullets.
- Generates TTS per chunk (char limit safe), concatenates via ffmpeg.
- Outputs mp3 with intro/outro.
Usage
python podcastify.py --input newsletter.txt --voice "elevenlabs" --out briefing.mp3