HomeBrowseUpload
← Back to registry
// Skill profile

podcastifier

name: podcastifier

by cerbug45 · published 2026-03-22

邮件处理数据处理
Total installs
0
Stars
★ 0
Last updated
2026-03
// Install command
$ claw add gh:cerbug45/cerbug45-agents-skill-podcastifier
View on GitHub
// Full documentation

---

name: podcastifier

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

metadata:

{

"openclaw": {

"requires": { "bins": ["python3", "ffmpeg"] },

"category": "media"

}

}

---

# 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
    // Comments
    Sign in with GitHub to leave a comment.
    // Related skills

    More tools from the same signal band