🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

Podcastifier

by @cerbug45

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

Versionv0.1.0
Downloads1,055
Installs1
TERMINAL
clawhub install agents-skill-podcastifier

πŸ“– About This Skill


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
    

    πŸ’‘ Examples

    python podcastify.py --input newsletter.txt --voice "elevenlabs" --out briefing.mp3