Track and synthesize podcasts with subscriptions, briefings, progress tracking, and smart alerts for new episodes and guests.
Scanned 9/6/2026
Install to Claude Code
npx -y skills add clawic/skills --skill podcasts --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Podcasts?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/clawic-podcasts)More formats (shields.io, HTML) on the badges page.
---
name: Podcasts
slug: podcasts
version: 1.0.0
description: Track and synthesize podcasts with subscriptions, briefings, progress tracking, and smart alerts for new episodes and guests.
homepage: https://clawic.com/skills/podcasts
metadata:
clawdbot:
emoji: 🎙️
displayName: Podcasts
---
## 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 `~/Clawic/data/podcasts/`:
```
~/Clawic/data/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` |
Is this your skill, or is something wrong with this listing? . Author removals are honored within 72 hours.
No comments yet. Be the first to comment!