Skip to content

The-Focus-AI/pocketcast-skill

Repository files navigation

pocketcast-skill

Claude Code plugin providing read-only access to your Pocket Casts listening data. Search episodes, view starred content, pull show notes, and explore podcast metadata -- all from within Claude Code.

Features

  • List starred episodes
  • Browse recent listening history
  • Search episodes by title or podcast name
  • Get show notes and episode metadata
  • Full podcast info lookup

Commands

Command Description
starred List all starred episodes
recent [--limit=N] Recent listening history (default: 50)
search <query> Search starred and recent episodes
shownotes <uuid> Get show notes for an episode
episode <uuid> Detailed episode metadata
podcast <uuid> Full podcast metadata

Authentication

Credentials are resolved in order:

  1. Project-local: .claude/pocketcast-skill.local.json
  2. Global config: ~/.config/pocketcast-skill/credentials.json
  3. 1Password: Item named pocketcasts.com

Setup

npm install

Create .claude/pocketcast-skill.local.json:

{
  "email": "you@example.com",
  "password": "your-pocket-casts-password"
}

Usage

npx tsx scripts/pocketcast.ts starred
npx tsx scripts/pocketcast.ts search "claude"
npx tsx scripts/pocketcast.ts recent --limit=10

About

Claude Code plugin for Pocket Casts — search episodes, starred content, show notes, and podcast metadata

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors