ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Podcasts

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

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/ivangdavila/podcasts
Or

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

SituationFile
Generating briefings, summariesbriefings.md
YouTube video podcasts, clipsyoutube.md
Learning mode, knowledge extractionlearning.md
Discovery and recommendationsdiscovery.md

Metadata

Stars2102
Views0
Updated2026-03-06
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-ivangdavila-podcasts": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.