What problem does it solve? Manually transcribing or copying captions from YouTube videos is slow and error-prone. This Skill retrieves the existing transcript of any YouTube video directly, giving you timestamped text ready for summarization, note-taking, or content analysis. ## Core Features & Use Cases - Transcript Fetching: Retrieves captions from YouTube videos using the youtube-transcript-plus library, supporting both auto-generated and manual transcripts. - Flexible Input: Accepts a bare video ID, a full youtube.com watch URL, or a youtu.be short link, extracting the video ID automatically. - Timestamped Output: Prints each transcript line with a formatted timestamp (e.g., [1:23]) for easy reference and citation. - Use Case: You want to summarize a 45-minute conference talk on YouTube. Run the script with the video URL, then feed the timestamped transcript to an AI for a structured summary with time references. ## Quick Start Ask the AI to fetch the transcript of a YouTube video by providing its URL or video ID, after running npm install in the skill directory once.