podcastifier

TotalClaw 作者 totalclaw

使用分块 + ffmpeg concat 将传入文本(电子邮件/新闻通讯)转换为简短的 TTS 播客。

安装 / 下载方式

TotalClaw CLI推荐
totalclaw install totalclaw:totalclaw~cerbug45-agents-skill-podcastifier
cURL直接下载,无需登录
curl -fsSL https://skills.taituai.com/api/skills/totalclaw%3Atotalclaw~cerbug45-agents-skill-podcastifier/file -o cerbug45-agents-skill-podcastifier.md
## 概述(中文)

使用分块 + ffmpeg concat 将传入文本(电子邮件/新闻通讯)转换为简短的 TTS 播客。

## 原文

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