Search for podcast episodes and fetch their transcripts as clean markdown with speaker names and timestamps. Uses the spoken.md API.
Search for podcast episodes and fetch transcripts as clean markdown with speaker names and timestamps.
This medium 329-word instruction set is purpose-built for debugging work in AI coding agents. Paste directly into your CLAUDE.md or AI agent settings.
Search for podcast episodes and fetch transcripts as clean markdown with speaker names and timestamps.
GET https://spoken.md/search?q={query or URL}
- Include header x-api-key: {SPOKEN_API_KEY} (use pt_demo if no key is set - returns demo episode only)
- Show the user the results and let them pick, or pick the best match if unambiguous
- If unclear what episode they want, askhttps://spoken.md/transcripts/{id}
- Include header x-api-key: {SPOKEN_API_KEY} (use pt_demo if no key is set - demo episode only)top_up_url - they need to POST to it to buy more credits
- 404: Tell the user no transcript was found for that episode
- 502: Upstream error - suggest retrying in a momentX-Credits-Remaining header, mention how many credits remain. Note: X-Credits-Charged: 0 means this episode was already fetched before (repeat fetches are free).To transcribe a podcast's entire back-catalog (e.g. "get me every episode of X"):
podcastId. Every /search result includes one.GET https://spoken.md/podcasts/{podcastId}/episodes with the x-api-key header. This is free (metadata only) and returns a JSON episodes array, each with an id, title, and date.id through https://spoken.md/transcripts/{id} as in step 2 above. Each new episode costs 1 credit; repeat fetches are free. Make sure the key has enough credits for the whole show before starting.Spoken is a free debugging skill for AI coding agents. Search for podcast episodes and fetch their transcripts as clean markdown with speaker names and timestamps. Uses the spoken.md API.. It provides a specialized system prompt that configures your agent with debugging expertise.
Copy the system prompt below and paste it into your CLAUDE.md file or Claude Code's custom instructions to activate Spoken.
Spoken is compatible with Claude Code, Cursor, GitHub Copilot, Windsurf, OpenClaw, Cline, and any AI agent that supports custom system prompts or .cursorrules files.
Yes, Spoken is completely free and open source. The full source is available on GitHub at https://github.com/spokenmd/spoken/blob/master/SKILL.md. You only need a subscription to the AI agent you use it with.
Weekly roundup of top Claude Code skills, MCP servers, and AI coding tips.