# Podcastifier

> Turn incoming text (email/newsletter) into a short TTS podcast with chunking + ffmpeg concat.

- Skill: `cerbug45/podcastifier` (Agent Skill, multi-file: 4 files)
- Install (CLI): `npx skillmds@latest add cerbug45/podcastifier`
- Raw SKILL.md: https://api.skillmd.com/api/skills/cerbug45/podcastifier/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: cerbug45 (https://skillmd.com/u/cerbug45)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/cerbug45/podcastifier

---


# 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
```

