/install dz-podcast
Dual-Host Daily Podcast Generator
Automated daily podcast with two AI hosts. Generates text brief + dual-voice audio, publishes to RSS, delivers via messaging.
Concept
- Format: Two hosts — one explains/analyzes, the other asks and transitions
- Duration: Configurable, default ~7 minutes
- Style: Casual, opinionated, conversational — like two friends chatting about the news
- Topics: Customizable (default: AI/Tech, Stocks, Macro, Crypto)
Architecture
Fetch News → Text Brief → Dual-Voice Script → TTS Audio → S3 Upload → RSS Update → Deliver
Configuration
Set these in your environment:
| Variable | Description |
|---|---|
S3_BUCKET |
S3 bucket name |
PODCAST_DOMAIN |
Custom domain or S3 URL |
FISH_API_KEY |
Fish Audio API key (https://fish.audio) |
FISH_VOICE_A |
Fish Audio voice ID for Host A |
FISH_VOICE_B |
Fish Audio voice ID for Host B |
Step 1: Fetch News
Use web_fetch to scrape sources in parallel. Default sources:
https://news.ycombinator.com/— Techhttps://www.coindesk.com/— Cryptohttps://techcrunch.com/category/artificial-intelligence/— AIhttps://finance.yahoo.com/— Markets
Customize sources to match your podcast topic.
Step 2: Generate Text Brief
Organize news into sections with emoji headers:
☀️ Daily Brief | Mar 3, 2026
━━━━━━━━━━━━━━━━━━
🤖 Tech / AI
① Headline
→ One-line take
━━━━━━━━━━━━━━━━━━
📈 Markets
① Headline
→ One-line take
━━━━━━━━━━━━━━━━━━
🎯 Key Takeaway
Summary paragraph
Step 3: Generate Dual-Voice Script
Rewrite the brief as a dialogue. Prefix each line with speaker tag:
HostA: Welcome to today's episode...
HostB: Some big stories today...
HostA: Right, let's start with...
Guidelines:
- Host A: Explains and analyzes, knowledgeable but casual
- Host B: Asks, transitions, reacts
- Substantial turns, not one-liners
- Include analysis and discussion, not just headlines
- End with a lighter topic + sign-off
Step 4: Generate Audio
Fish Audio (recommended — natural, multi-voice):
python3 scripts/fish_dual_tts.py \x3Cscript.txt> \x3Coutput.mp3>
Parses speaker tags, sends each segment to Fish Audio, concatenates into final MP3.
Edge TTS (free fallback, single voice):
edge-tts --voice en-US-GuyNeural --rate "+5%" --file script.txt --write-media output.mp3
Step 5: Publish
bash scripts/generate_episode.sh \x3Cdate> \x3CEP-number> \x3Ctitle> \x3Cdescription> \x3Cmp3-file>
What it does:
- Upload MP3 to S3
- Get actual duration via ffprobe
- Insert
\x3Citem>into RSS feed (newest first) - Update
\x3ClastBuildDate>
Step 6: Deliver
Send text brief + audio via your preferred channel (Telegram, Discord, Slack, etc.)
RSS Feed
See references/rss-format.md for XML template.
Key rules:
\x3Citunes:duration>= actual duration from ffprobe (never hardcode)\x3Cenclosure length>= actual file size in bytes\x3Citunes:owner>with email for Apple/Spotify verification- Cover: 3000x3000 JPEG minimum
Hosting Options
| Option | Notes |
|---|---|
| S3 + Cloudflare Worker | Free HTTPS, recommended |
| S3 + CloudFront | Native AWS |
| Any static host | Just serve MP3 + feed.xml |
Cron (OpenClaw)
openclaw cron add --task "Generate daily podcast" --cron "0 8 * * *" --tz "Your/Timezone"
Dependencies
python3+requests— Fish Audio TTSffmpeg/ffprobe— Audio processingawsCLI — S3 uploadedge-tts(optional) — Free fallback TTS
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install dz-podcast - After installation, invoke the skill by name or use
/dz-podcast - Provide required inputs per the skill's parameter spec and get structured output
What is Dual-Host Daily Podcast Generator?
Generate and publish a dual-host daily podcast. Fetches news, generates a conversational script between two hosts, synthesizes audio via Fish Audio or Edge T... It is an AI Agent Skill for Claude Code / OpenClaw, with 421 downloads so far.
How do I install Dual-Host Daily Podcast Generator?
Run "/install dz-podcast" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Dual-Host Daily Podcast Generator free?
Yes, Dual-Host Daily Podcast Generator is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Dual-Host Daily Podcast Generator support?
Dual-Host Daily Podcast Generator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Dual-Host Daily Podcast Generator?
It is built and maintained by Dachao (@dz1922); the current version is v1.0.0.