podcastCreate and grow podcasts by planning episodes, producing audio or video, generating clips, and building audience across formats.
Install via ClawdBot CLI:
clawdbot install ivangdavila/podcastEvery podcast follows: Concept → Plan → Record/Generate → Edit → Publish → Promote.
Before starting ANY podcast:
~/podcasts/<show>/
├── brand/ # Cover art, intro/outro, music
├── episodes/ # One folder per episode
│ └── 001/
│ ├── outline.md
│ ├── recording.mp3
│ ├── transcript.md
│ ├── show-notes.md
│ └── clips/
├── guests.md # Guest tracker + relationship notes
└── analytics.md # Performance patterns
Pre-production:
Post-production:
| Need | Load |
|------|------|
| Format-specific guidance (solo, interview, panel) | formats.md |
| Audio and video production techniques | production.md |
| AI-generated podcast creation | ai-generation.md |
| Growth, SEO, social, monetization | growth.md |
| Episode planning, scripts, show notes | episodes.md |
| Tools, platforms, APIs | tools.md |
Generated Mar 1, 2026
A bootstrapped SaaS founder uses the skill to launch a weekly solo podcast targeting other SaaS founders. They follow the core workflow to plan episodes on growth hacks, record using AI-generated voiceovers, and promote via LinkedIn clips to build authority and attract early customers.
A health coach creates a biweekly interview podcast featuring experts in nutrition and fitness. They use the project structure to manage guest relationships, produce high-quality audio with cleaned recordings, and extract clips for Instagram to grow a niche audience and monetize through affiliate marketing.
An educator in the e-learning industry leverages AI-generated content to produce a narrative podcast on history topics. They follow the checklist for pre-production research and post-production editing, publishing consistently on YouTube with video thumbnails to tap into growing podcast search traffic.
A small business owner hosts a monthly panel podcast with local entrepreneurs. They use the skill to plan episodes on community challenges, record video for YouTube, and promote via 3-5 social clips per episode to engage a loyal local audience and drive in-person event attendance.
Monetize by integrating sponsor ads into podcast episodes, targeting niche audiences for higher engagement. Revenue scales with listener growth and consistent publishing, leveraging clips for social proof to attract brands.
Offer exclusive episodes, early access, or ad-free content through subscription platforms like Patreon. This model builds a dedicated community, with revenue driven by loyal listeners who value in-depth niche topics.
Generate income by promoting relevant products or services within show notes and episodes, using affiliate links. Revenue depends on audience trust and niche alignment, with clips used to highlight recommendations on social media.
💬 Integration Tip
Integrate with social media platforms to automate clip sharing and use analytics tools to track episode performance for iterative improvements.
Transcribe audio via OpenAI Audio Transcriptions API (Whisper).
Local speech-to-text with the Whisper CLI (no API key).
ElevenLabs text-to-speech with mac-style say UX.
Text-to-speech conversion using node-edge-tts npm package for generating audio from text. Supports multiple voices, languages, speed adjustment, pitch control, and subtitle generation. Use when: (1) User requests audio/voice output with the "tts" trigger or keyword. (2) Content needs to be spoken rather than read (multitasking, accessibility, driving, cooking). (3) User wants a specific voice, speed, pitch, or format for TTS output.
End-to-end encrypted agent-to-agent private messaging via Moltbook dead drops. Use when agents need to communicate privately, exchange secrets, or coordinate without human visibility.
Text-to-speech via OpenAI Audio Speech API.