
Podcast Transcript Txt
Pull a full, cleaned podcast transcript into a TXT file from YouTube, episode pages, Apple Podcasts, X links, or a plain episode title with a deterministic agent workflow.
Overview
podcast-transcript-txt is an agent skill most often used in Idea (also Grow, Validate) that finds and exports full podcast transcripts as cleaned TXT from diverse URLs and titles with a deterministic workflow.
Install
npx skills add https://github.com/KingJing1/podcast-transcript-txt-skill --skill SKILL.mdWhat is this skill?
- Deterministic step order to minimize trial-and-error when hunting full episode transcripts
- Accepts YouTube URLs, episode webpages (including Xiaoyuzhou), Apple Podcasts title search, X/Twitter links, direct audi
- Outputs cleaned TXT suitable for quoting, summarization, or content repurposing
- Tuned for 逐字稿/文字版/transcript/txt requests in user language
- Focuses on find-and-export workflow—not show hosting, editing, or publishing
Adoption & trust: 32 GitHub stars.
What problem does it solve?
You need a complete podcast 逐字稿 or transcript as TXT but bouncing between YouTube, Apple Podcasts, and show pages wastes time and often yields partial or messy text.
Who is it for?
Builders researching markets via podcasts, preparing show notes, or feeding long-form text into summarization and content pipelines.
Skip if: Users who need guaranteed official transcripts for every private paywalled show, real-time transcription of live audio, or podcast production/editing inside a DAW.
When should I use this skill?
User asks for 逐字稿/文字版/transcript/txt from a podcast and provides a YouTube URL, episode webpage (including Xiaoyuzhou), Apple Podcasts title search, X/Twitter link, direct audio URL, or plain episode title.
What do I get? / Deliverables
You receive a cleaned TXT transcript file sourced through a repeatable agent workflow from the best available public transcript path for that episode.
- Cleaned plain-text (.txt) transcript file for the target episode
- Documented source path used in the deterministic workflow (per skill steps)
Recommended Skills
Journey fit
Spans multiple journey phases - primary shelf plus alternate fits below.
Transcript capture is canonical on Idea research when you are mining episodes for market, competitor, and audience insight before you build. Research subphase covers sourcing primary text from podcasts and shows instead of guessing from summaries or clips.
Where it fits
Download full transcripts of three competitor-founder podcasts to extract recurring pain points for your niche memo.
Pull a TXT transcript of a target-customer interview show to quote exact language for your landing page headline tests.
Export a long interview transcript to TXT before asking the agent to draft a newsletter thread with citations.
Collect transcripts from audience-facing shows in your category to map vocabulary and objections before building.
How it compares
Use as a structured fetch-and-clean transcript workflow—not as a hosted transcription API or podcast analytics platform.
Common Questions / FAQ
Who is podcast-transcript-txt for?
Solo builders and indie creators who use coding agents to research shows, document interviews, or repurpose episodes and want full transcripts saved as TXT with less guesswork.
When should I use podcast-transcript-txt?
Use it in Idea research when mining competitor or founder podcasts; in Validate when quoting episodes to test positioning; in Grow content when turning episodes into posts—whenever the user asks for 逐字稿, 文字版, transcript, or txt from YouTube, Xiaoyuzhou, Apple Podcasts, X links, a
Is podcast-transcript-txt safe to install?
Check the Security Audits panel on this Prism page for audit results and scope; the skill implies network and page fetching, so review what domains and tools your agent is allowed to call.
SKILL.md
READMESKILL.md - Podcast Transcript Txt
Deterministic workflow to find and export full podcast transcripts as cleaned TXT files from YouTube URLs, episode webpages (including Xiaoyuzhou), Apple Podcasts title search, X/Twitter links, direct audio URLs, or plain episode titles. Use when users ask for 逐字稿/文字版/transcript/txt and want minimal trial-and-error. # podcast-transcript-txt { "name": "podcast-transcript-txt", "description": "Deterministic workflow to find and export full podcast transcripts as cleaned TXT files from YouTube URLs, episode webpages (including Xiaoyuzhou), Apple Podcasts title search, X/Twitter links, direct audio URLs, or plain episode titles. Use when users ask for 逐字稿/文字版/transcript/txt and want minimal trial-and-error." }