What problem does it solve?
This skill automates the extraction of transcripts from YouTube videos by using yt-dlp to fetch available subtitles and convert them into readable text, saving time and enabling quick analysis or content repurposing.
Core Features & Use Cases
- Subtitle retrieval: List and download manual subtitles or auto-generated subtitles when available.
- Plain-text output: Convert subtitles into clean, deduplicated text suitable for notes, summaries, or data pipelines.
- Use Case: Imagine you need to compile key quotes from multiple YouTube videos for a literature review; this skill lets you batch fetch transcripts and generate a single text file per video.
Quick Start
Provide a YouTube URL to the skill (e.g., https://www.youtube.com/watch?v=VIDEO_ID). The skill will check for available subtitles, download the best quality version (manual preferred, then auto-generated), and present a plain-text transcript. If no subtitles exist, you will be guided through options to transcribe with Whisper and post-process the result.