podcastsTrack and synthesize podcasts with subscriptions, briefings, progress tracking, and smart alerts for new episodes and guests.
Install via ClawdBot CLI:
clawdbot install ivangdavila/podcastsStore podcast data in ~/podcasts/:
~/podcasts/
βββ subscriptions.md # Shows I follow
βββ queue.md # Episodes to listen
βββ briefings/ # Generated summaries by show
βββ knowledge.md # Extracted insights (learner mode)
βββ guests.md # VIP guest watchlist
| User Says | Agent Does |
|-----------|------------|
| "I follow Lex Fridman" | Add to subscriptions |
| "Summarize latest Huberman" | Generate episode briefing |
| "What should I listen to?" | Prioritize queue by time available |
| "Did Naval appear anywhere?" | Check guest across all podcasts |
| "I finished episode X" | Mark complete, update progress |
| "Too many episodes" | Suggest what to skip, create catch-up plan |
| Situation | File |
|-----------|------|
| Generating briefings, summaries | briefings.md |
| YouTube video podcasts, clips | youtube.md |
| Learning mode, knowledge extraction | learning.md |
| Discovery and recommendations | discovery.md |
AI Usage Analysis
Analysis is being generated⦠refresh in a few seconds.
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.