← ClaudeAtlas

ai-podcast-creationlisted

Create AI-powered podcasts with text-to-speech, music, and audio editing. Tools: Kokoro TTS, DIA TTS, Chatterbox, AI music generation, media merger. Capabilities: multi-voice conversations, background music, intro/outro, full episodes. Use for: podcast production, audiobooks, voice content, audio newsletters. Triggers: podcast, ai podcast, text to speech podcast, audio content, voice over, ai audiobook, multi voice, conversation ai, notebooklm alternative, audio generation, podcast automation, ai narrator, voice content, audio newsletter, podcast maker
aiskillstore/marketplace · ★ 329 · AI & Automation · score 82
Install: claude install-skill aiskillstore/marketplace
# AI Podcast Creation Create AI-powered podcasts and audio content via [inference.sh](https://inference.sh) CLI. ## Quick Start ```bash curl -fsSL https://cli.inference.sh | sh && infsh login # Generate podcast segment infsh app run infsh/kokoro-tts --input '{ "text": "Welcome to the AI Frontiers podcast. Today we explore the latest developments in generative AI.", "voice": "am_michael" }' ``` ## Available Voices ### Kokoro TTS | Voice ID | Description | Best For | |----------|-------------|----------| | `af_sarah` | American female, warm | Host, narrator | | `af_nicole` | American female, professional | News, business | | `am_michael` | American male, authoritative | Documentary, tech | | `am_adam` | American male, conversational | Casual podcast | | `bf_emma` | British female, refined | Audiobooks | | `bm_george` | British male, classic | Formal content | ### DIA TTS (Conversational) | Voice ID | Description | Best For | |----------|-------------|----------| | `dia-conversational` | Natural conversation | Dialogue, interviews | ### Chatterbox | Voice ID | Description | Best For | |----------|-------------|----------| | `chatterbox-default` | Expressive | Casual, entertainment | ## Podcast Workflows ### Simple Narration ```bash # Single voice podcast segment infsh app run infsh/kokoro-tts --input '{ "text": "Your podcast script here. Make it conversational and engaging. Add natural pauses with punctuation.", "voice": "am_michael" }' ``` ### Multi-Voice