📝
AutomationPython

YouTube Transcript Extraction

by feiskyer

YouTube Transcript Extraction is an Automation skill for Claude Code, published by feiskyer in claude-code-settings.

1.6K stars244 forkson feiskyer/claude-code-settingsAdded 2026/08/19Repository updated 2026/08/13
agentic-aiagentsaiclaude-codeclaude-code-agentsclaude-code-pluginsclaude-skillscodexcopilotlitellmvibe-coding
Install in seconds
Install YouTube Transcript Extraction
Copy YouTube Transcript Extraction 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/feiskyer/claude-code-settings/tree/main/skills/youtube-transcribe-skill ~/.claude/skills/youtube-transcribe-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/feiskyer/claude-code-settings.git

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

In this catalog

Source file
skills/youtube-transcribe-skill/SKILL.md in feiskyer/claude-code-settings
Installs to
~/.claude/skills/youtube-transcribe-skill
Collection
One of 12 skills cataloged from this repository
Category
Automation1523 skills

What YouTube Transcript Extraction does

YouTube Transcript Extraction extracts subtitles or transcripts from a YouTube video URL and saves them as a local text file. Use it when you need a video's captions for summarization, analysis, or repurposing.

YouTube Transcript Extraction is cataloged under Automation on DirSkills. YouTube Transcript Extraction comes from a repository tagged agentic-ai, agents, ai, claude-code and claude-code-agents.

Documentation

README

YouTube Transcript Extraction

Extract subtitles/transcripts from a YouTube video URL and save them as a local file.

Input YouTube URL: $ARGUMENTS

Step 1: Verify URL

Confirm the input is a valid YouTube URL (supports youtube.com/watch?v=, youtu.be/, and youtube.com/shorts/ formats). If no URL is provided via arguments, check the conversation context for a YouTube link.

Step 2: CLI Quick Extraction (Priority Attempt)

Use command-line tools to quickly extract subtitles.

2.1 Check Tool Availability

Execute which yt-dlp.

  • If yt-dlp is found, proceed to 2.2.
  • If yt-dlp is not found, skip to Step 3.

2.2 Get Video Title

yt-dlp --cookies-from-browser=chrome --get-title "[VIDEO_URL]"

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

Frequently asked about YouTube Transcript Extraction

  • What else does feiskyer publish alongside YouTube Transcript Extraction?

    YouTube Transcript Extraction is one of 12 skills that DirSkills catalogs from feiskyer/claude-code-settings, the repository it ships in. Its siblings there include Brainstorming, Codex and Deep Research. Each one is a separate skill with its own page in this directory, installs the same way YouTube Transcript Extraction does, and is maintained by feiskyer in that same repository. The rest of the collection is listed on the feiskyer/claude-code-settings page.

  • How does YouTube Transcript Extraction compare to other Automation skills?

    YouTube Transcript Extraction ranks #563 by stars among the 1523 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 YouTube Transcript Extraction against them. Open each page to compare what they document and how they install.

More from feiskyer/claude-code-settings

YouTube Transcript Extraction is one of 12 skills cataloged on DirSkills from feiskyer/claude-code-settings.

See all 12 skills
🧠
2w ago

Brainstorming

Brainstorming explores user intent, requirements, and design options through collaborative dialogue before implementation. It is used before building new features, components, or systems when design decisions are involved, not for bug fixes or tasks with an obvious implementation path.
AI Engineering
1.6K244
🤖
2w ago

Codex

Codex runs OpenAI Codex/GPT models through the Codex CLI to autonomously implement code, review changes, and review plans. Use it when delegating coding tasks, getting a second-opinion review, or running tasks in sandboxed modes.
AI Engineering
1.6K244
🔬
2w ago

Deep Research

Deep Research orchestrates multiple headless claude -p subprocesses to split a research goal into parallel sub-goals, gather sources, and aggregate findings into a polished report file. Use it for systematic web research, competitive analysis, batch link processing, or evidence synthesis.
AI Engineering
1.6K244
🛠️
2w ago

Fix GitHub Issue

Fix GitHub Issue guides analysis, branch creation, implementation, testing, and PR submission for a reported issue. Use it when working from an issue number, issue URL, or a request to fix an issue end to end.
Automation
1.6K244
🎨
2w ago

GPT Image

GPT Image generates and edits images using OpenAI GPT Image API models (gpt-image-2, gpt-image-1, etc). Use it when the user explicitly asks for OpenAI or GPT image generation or editing.
AI Engineering
1.6K244
🧐
2w ago

Grill Me

Grill Me runs high-intensity adversarial design reviews and grill sessions, challenging assumptions and missing constraints before implementation. It also maintains a domain model with a terminology glossary and ADRs as decisions crystallize.
Quality
1.6K244