Podcast Gen banner
TJC-LP TJC-LP

Podcast Gen

Development community

Description

You are generating a multi-voice podcast using Sanzaru's `generate_podcast` tool. ## Overview The `generate_podcast` tool takes a structured PodcastScript and produces a single downloadable mp3 (or wav) file. It generates each spoken segment via TTS, then stitches them together with configurable silence gaps. ## Step-by-Step Workflow 1. **Clarify the topic and format** — confirm episode topic, number of speakers, desired tone, and approximate length before writing the script. 2. **Write

Installation

Installs to ~/.claude/commands/tjc-lp-sanzaru-podcast-gen.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/TJC-LP/sanzaru/HEAD/.claude/commands/podcast-gen.md -o ~/.claude/commands/tjc-lp-sanzaru-podcast-gen.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository