ai-podcast-creationlisted
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