youtube-transcript

Extract YouTube transcripts with synchronized frames using yt-dlp and ffmpeg.

57|6|Updated Jan 23, 2026
One-click install
npx skills add https://github.com/b33eep/claude-code-setup --skill youtube-transcript-b33eep
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: youtube-transcript
Source: https://github.com/b33eep/claude-code-setup/tree/main/skills/youtube-transcript
Command: npx skills add https://github.com/b33eep/claude-code-setup --skill youtube-transcript-b33eep

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the retrieval of YouTube transcripts and pairs them with frame-extracted visuals to support quick video analysis and review.

Core Features & Use Cases

  • Transcript download: Retrieve auto-generated or manual subtitles with timestamps.
  • Visual reference extraction: Detect timestamps that refer to visuals and extract frames for context.
  • Integrated review: Present transcripts with inline images for deep analysis.
  • Use Case: Analyze a conference talk by extracting key frames at referenced moments and aligning them with the transcript.

Quick Start

Use the youtube-transcript command to fetch a transcript for a YouTube URL. The skill will check dependencies, download transcripts, detect visual references, extract frames, and present results with embedded images.

Frequently Asked Questions about youtube-transcript

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I download a YouTube transcript with synchronized video frames for analysis?

To download a YouTube transcript with synchronized frames, you provide the video URL, and the tool automatically retrieves subtitles and extracts visual frames at referenced timestamps to produce a structured, integrated review file.

Do I need to install yt-dlp and ffmpeg to extract YouTube subtitles and frames?

Yes, you need yt-dlp and ffmpeg installed, as the tool checks for these dependencies to automate the download of YouTube subtitles and the extraction of synchronized visual frames.

Can I extract both auto-generated and manual subtitles from a YouTube video?

Yes, you can extract both auto-generated and manual subtitles, as the tool processes either subtitle type and pairs them with timestamped frame extractions for comprehensive video analysis.

What is the best way to analyze conference talks or video tutorials using transcripts?

The best way to analyze conference talks or tutorials is by extracting an integrated transcript with inline visual frames, allowing you to align spoken content with referenced visual context for deeper review.

How does frame extraction work when processing YouTube video transcripts?

Frame extraction works by detecting timestamps within the downloaded transcript that refer to specific visual moments, then capturing those exact frames to embed alongside the text for contextual analysis.

What are the limitations of extracting video subtitles and frames for analysis?

A limitation of extracting subtitles and frames is that the output quality depends entirely on the source video; if a video lacks available subtitles, the tool cannot generate a transcript or perform synchronized frame extraction.