Create AI-powered podcasts with text-to-speech, music, and audio editing. Tools: Kokoro TTS, DIA TTS, Chatterbox, AI music generation, media merger. Capabili...
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install ai-podcast-creation或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install ai-podcast-creation⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/ai-podcast-creation/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: ai-podcast-creation description: "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" allowed-tools: Bash(infsh *) ---
Create AI-powered podcasts and audio content via inference.sh CLI.
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"
}'
> Install note: The install script only detects your OS/architecture, downloads the matching binary from dist.inference.sh, and verifies its SHA-256 checksum. No elevated permissions or background processes. Manual install & verification available.
| 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 |
| Voice ID | Description | Best For | |----------|-------------|----------| | dia-conversational | Natural conversation | Dialogue, interviews |
| Voice ID | Description | Best For | |----------|-------------|----------| | chatterbox-default | Expressive | Casual, entertainment |
# 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"
}'
# Host introduction
infsh app run infsh/kokoro-tts --input '{
"text": "Welcome back to Tech Talk. Today I have a special guest to discuss AI developments.",
"voice": "am_michael"
}' > host_intro.json
# Guest response
infsh app run infsh/kokoro-tts --input '{
"text": "Thanks for having me. I am excited to share what we have been working on.",
"voice": "af_sarah"
}' > guest_response.json
# Merge into conversation
infsh app run infsh/media-merger --input '{
"audio_files": ["<host-url>", "<guest-url>"],
"crossfade_ms": 500
}'
# 1. Generate script with Claude
infsh app run openrouter/claude-sonnet-45 --input '{
"prompt": "Write a 5-minute podcast script about the impact of AI on creative work. Format as a two-person dialogue between HOST and GUEST. Include natural conversation, questions, and insights."
}' > script.json
# 2. Generate intro music
infsh app run infsh/ai-music --input '{
"prompt": "Podcast intro music, upbeat, modern, tech feel, 15 seconds"
}' > intro_music.json
# 3. Generate host segments
infsh app run infsh/kokoro-tts --input '{
"text": "<host-lines>",
"voice": "am_michael"
}' > host.json
# 4. Generate guest segments
infsh app run infsh/kokoro-tts --input '{
"text": "<guest-lines>",
"voice": "af_sarah"
}' > guest.json
# 5. Generate outro music
infsh app run infsh/ai-music --input '{
"prompt": "Podcast outro music, matching intro style, fade out, 10 seconds"
}' > outro_music.json
# 6. Merge everything
infsh app run infsh/media-merger --input '{
"audio_files": [
"<intro-music>",
"<host>",
"<guest>",
"<outro-music>"
],
"crossfade_ms": 1000
}'
Generate podcast-style discussions from documents.
# 1. Extract key points
infsh app run openrouter/claude-sonnet-45 --input '{
"prompt": "Read this document and create a podcast script where two hosts discuss the key points in an engaging, conversational way. Include questions, insights, and natural dialogue.\n\nDocument:\n<your-document-content>"
}' > discussion_script.json
# 2. Generate Host A
infsh app run infsh/kokoro-tts --input '{
"text": "<host-a-lines>",
"voice": "am_michael"
}' > host_a.json
# 3. Generate Host B
infsh app run infsh/kokoro-tts --input '{
"text": "<host-b-lines>",
"voice": "af_sarah"
}' > host_b.json
# 4. Interleave and merge
infsh app run infsh/media-merger --input '{
"audio_files": ["<host-a-1>", "<host-b-1>", "<host-a-2>", "<host-b-2>"],
"crossfade_ms": 300
}'
# Long-form narration
infsh app run infsh/kokoro-tts --input '{
"text": "Chapter One. It was a dark and stormy night when the first AI achieved consciousness...",
"voice": "bf_emma",
"speed": 0.9
}'
# 1. Generate podcast audio
infsh app run infsh/kokoro-tts --input '{
"text": "<podcast-script>",
"voice": "am_michael"
}' > podcast.json
# 2. Generate ambient music
infsh app run infsh/ai-music --input '{
"prompt": "Soft ambient background music for podcast, subtle, non-distracting, loopable"
}' > background.json
# 3. Mix with lower background volume
infsh app run infsh/media-merger --input '{
"audio_files": ["<podcast-url>"],
"background_audio": "<background-url>",
"background_volume": 0.15
}'
# Transition sounds between segments
infsh app run infsh/ai-music --input '{
"prompt": "Short podcast transition sound, whoosh, 2 seconds"
}' > transition.json
infsh app run openrouter/claude-sonnet-45 --input '{
"prompt": "Write a podcast script with these requirements:
- Topic: [YOUR TOPIC]
- Duration: 5 minutes (about 750 words)
- Format: Two hosts (HOST_A and HOST_B)
- Tone: Conversational, informative, engaging
- Include: Hook intro, 3 main points, call to action
- Mark speaker changes clearly
Make it sound natural, not scripted. Add verbal fillers like \"you know\" and \"I mean\" occasionally."
}'
HOST: Introduction and welcome
GUEST: Thank you, happy to be here
HOST: First question about background
GUEST: Response with story
HOST: Follow-up question
GUEST: Deeper insight
... continue pattern ...
HOST: Closing question
GUEST: Final thoughts
HOST: Thank you and outro
Introduction with hook
Topic overview
Point 1 with examples
Point 2 with examples
Point 3 with examples
Summary and takeaways
Call to action
Outro
Intro music
Welcome and date
Story 1: headline + details
Story 2: headline + details
Story 3: headline + details
Analysis/opinion segment
Outro
# Text-to-speech models
npx skills add inference-sh/skills@text-to-speech
# AI music generation
npx skills add inference-sh/skills@ai-music-generation
# LLM for scripts
npx skills add inference-sh/skills@llm-models
...安装 Ai Podcast Creation 后,可以对 AI 说这些话来触发它
Help me get started with Ai Podcast Creation
Explains what Ai Podcast Creation does, walks through the setup, and runs a quick demo based on your current project
Use Ai Podcast Creation to create AI-powered podcasts with text-to-speech, music, and audio ed...
Invokes Ai Podcast Creation with the right parameters and returns the result directly in the conversation
What can I do with Ai Podcast Creation in my design & creative workflow?
Lists the top use cases for Ai Podcast Creation, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/ai-podcast-creation/ 目录(个人级,所有项目可用),或 .claude/skills/ai-podcast-creation/(项目级)。重启 AI 客户端后,用 /ai-podcast-creation 主动调用,或让 AI 根据上下文自动发现并使用。
Ai Podcast Creation 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Ai Podcast Creation 可免费安装使用。请查阅仓库了解许可证信息。
Create AI-powered podcasts with text-to-speech, music, and audio editing. Tools: Kokoro TTS, DIA TTS, Chatterbox, AI music generation, media merger. Capabili...
Ai Podcast Creation 属于「Design & Creative」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my design & creative tasks using Ai Podcast Creation
Identifies repetitive steps in your workflow and sets up Ai Podcast Creation to handle them automatically