Turn incoming text (email/newsletter) into a short TTS podcast with chunking + ffmpeg concat.
Scanned 9/5/2026
Install to Claude Code
npx -y skills add dvcrn/openclaw-skills-marketplace --skill podcastifier --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Podcastifier?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/dvcrn-podcastifier)More formats (shields.io, HTML) on the badges page.
---
name: podcastifier
description: "Turn incoming text (email/newsletter) into a short TTS podcast with chunking + ffmpeg concat."
---
# 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
```bash
python podcastify.py --input newsletter.txt --voice "elevenlabs" --out briefing.mp3
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!