extract-transcript
Installation
SKILL.md
Extract transcript from YouTube video
Run the extract_transcript.py script to fetch a timestamped transcript:
uv run .agents/skills/extract-transcript/extract_transcript.py <youtube_url> [output_file]
Arguments
youtube_url(required): YouTube video URL. Supported formats:https://www.youtube.com/watch?v=VIDEO_IDhttps://youtu.be/VIDEO_IDhttps://www.youtube.com/embed/VIDEO_ID
output_file(optional): Path to save the transcript. If omitted, prints to stdout.
Output format
Each line has a timestamp followed by the transcript text:
[00:00] Welcome to this talk about...
[00:15] Today we'll be covering...
[01:30] Let's start with the first topic...
Timestamps use [MM:SS] format for videos under an hour, [HH:MM:SS] for longer videos.
Related skills
More from pamelafox/presentation-skills
pdf-to-markdown
Converts PDF files to Markdown using Microsoft's markitdown package. Use this skill when the user asks to convert a PDF to Markdown, extract text from a PDF, or read/parse PDF content.
17generate-writeup
>-
15review-presentation
Use this to review slides for accuracy
15fetch-slides
>-
14outline-slides
>-
14convert-slides-to-images
>-
14