What problem does it solve? Manually transcribing YouTube videos is slow and error-prone. This Skill fetches the existing caption track from any YouTube video and returns the full text, optionally with timestamps, so you can read, summarize, or archive video content without watching it. ## Core Features & Use Cases - Transcript Extraction: Pull the complete caption text from a YouTube video using its URL or 11-character video ID. - Timestamped Output: Add the --timestamps flag to get each line prefixed with [MM:SS] or [HH:MM:SS] markers for easy navigation. - Batch Processing: Run the script sequentially across multiple URLs to collect transcripts from several videos in one session. - Use Case: You need to research a competitor's product launch video. Paste the URL, get the full transcript, then summarize key announcements without watching 45 minutes of footage. ## Quick Start Ask the AI to get the transcript of a YouTube video by pasting its URL, for example: get the transcript of https://www.youtube.com/watch?v=VIDEO_ID with timestamps.