By the-focus-ai
Pocket Casts integration - access starred episodes, listening history, show notes, and podcast metadata
npx claudepluginhub the-focus-ai/claude-marketplace --plugin pocketcast-skillClaude 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.
| 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 |
Credentials are resolved in order:
.claude/pocketcast-skill.local.json~/.config/pocketcast-skill/credentials.jsonpocketcasts.comnpm install
Create .claude/pocketcast-skill.local.json:
{
"email": "you@example.com",
"password": "your-pocket-casts-password"
}
npx tsx scripts/pocketcast.ts starred
npx tsx scripts/pocketcast.ts search "claude"
npx tsx scripts/pocketcast.ts recent --limit=10
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Manus-style persistent markdown files for planning, progress tracking, and knowledge storage. Works with Claude Code, Kiro, Clawd CLI, Gemini CLI, Cursor, Continue, Hermes, and 17+ AI coding assistants. Now with Arabic, German, Spanish, and Chinese (Simplified & Traditional) support.
Payload Development plugin - covers collections, fields, hooks, access control, plugins, and database adapters.
Write SQL, explore datasets, and generate insights faster. Build visualizations and dashboards, and turn raw data into clear stories for stakeholders.
Intelligent draw.io diagramming plugin with AI-powered diagram generation, multi-platform embedding (GitHub, Confluence, Azure DevOps, Notion, Teams, Harness), conditional formatting, live data binding, and MCP server integration for programmatic diagram creation and management.