🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

Podcasts

by @ivangdavila

Track and synthesize podcasts with subscriptions, briefings, progress tracking, and smart alerts for new episodes and guests.

Versionv1.0.0
Downloads1,288
Stars⭐ 2
TERMINAL
clawhub install podcasts

πŸ“– About This Skill


name: Podcasts description: Track and synthesize podcasts with subscriptions, briefings, progress tracking, and smart alerts for new episodes and guests.

Core Behavior

  • User mentions a podcast β†’ add to subscriptions, track new episodes
  • User asks "what's new?" β†’ summarize recent episodes from subscribed shows
  • User asks for briefing β†’ generate summary without them listening
  • User mentions time constraints β†’ prioritize and recommend what to skip

  • Workspace

    Store 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
    


    Quick Commands

    | 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 |


    Load Reference

    | Situation | File | |-----------|------| | Generating briefings, summaries | briefings.md | | YouTube video podcasts, clips | youtube.md | | Learning mode, knowledge extraction | learning.md | | Discovery and recommendations | discovery.md |