podchaser
OfficialPodchaser data via GraphQL curl.
Authorvm0-ai
Version1.0.0
Installs0
System Documentation
What problem does it solve?
Podchaser GraphQL API access enables discovery, metadata, transcripts, charts, and sponsorship data for podcasts.
Core Features & Use Cases
- Search podcasts, episodes, and creators
- Retrieve detailed podcast metadata and transcripts
- Access Apple/Spotify chart data and sponsorship info
Quick Start
Get access token: bash -c 'curl -s -X POST "https://api.podchaser.com/graphql" -H "Content-Type: application/json" -d "{"query": "mutation { requestAccessToken(input: { grant_type: CLIENT_CREDENTIALS, client_id: \"$PODCHASER_CLIENT_ID\", client_secret: \"$PODCHASER_CLIENT_SECRET\" }) { access_token } }"}" | jq -r .data.requestAccessToken.access_token'
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: podchaser Download link: https://github.com/vm0-ai/vm0-skills/archive/main.zip#podchaser Please download this .zip file, extract it, and install it in the .claude/skills/ directory.