📄
AutomationPython

Podcast Transcript TXT

by KingJing1

Podcast Transcript TXT is an Automation skill for Claude Code, published by KingJing1 in podcast-transcript-txt-skill.

37 stars2 forkson KingJing1/podcast-transcript-txt-skillAdded 2026/07/16Repository updated 2026/07/09
agent-skillsclaudeclaude-codepodcastspeech-to-texttranscriptxiaoyuzhouyoutube
Install in seconds
Install Podcast Transcript TXT
Copy Podcast Transcript TXT into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/KingJing1/podcast-transcript-txt-skill ~/.claude/skills/podcast-transcript-txt-skill

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/KingJing1/podcast-transcript-txt-skill.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
SKILL.md in KingJing1/podcast-transcript-txt-skill
Installs to
~/.claude/skills/podcast-transcript-txt-skill
Collection
The only skill cataloged from this repository
Category
Automation2226 skills

What Podcast Transcript TXT does

Export podcast transcripts as clean TXT files from YouTube, episode pages, Apple Podcasts, X links, and direct audio URLs using a deterministic decision tree and local ASR fallback.

Podcast Transcript TXT is cataloged under Automation on DirSkills. Podcast Transcript TXT comes from a repository tagged agent-skills, claude, claude-code, podcast and speech-to-text.

Documentation

README

Podcast Transcript TXT

Overview

Produce clean TXT transcript-like outputs for podcast/video episodes with a fixed decision tree. Prioritize official transcript sources first, then platform subtitles or official page text, then local ASR fallback. ASR fallback uses faster-whisper with selectable --asr-model small|medium (default small). All transcript outputs are working drafts; always recommend one strong-LLM proofreading pass.

Workflow Decision Tree

  1. Normalize input.
  • Accept one or more --input values.
  • Support (stable): YouTube URL/ID, episode webpages (including Xiaoyuzhou), direct audio URLs, or plain title.
  • X/Twitter status URL: best-effort resolver to outbound sources.

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Podcast Transcript TXT

  • How does Podcast Transcript TXT compare to other Automation skills?

    Podcast Transcript TXT ranks #2155 by stars among the 2226 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Podcast Transcript TXT against them. Open each page to compare what they document and how they install.