Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
pamelafox avatar

Extract Transcript

  • 71 installs
  • 112 repo stars
  • Updated July 8, 2026
  • pamelafox/presentation-skills

Helps with ai & agent building tasks.

About

extract-transcript is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.

  • extract-transcript
  • AI & Agent Building
  • AI-coding skill

Extract Transcript by the numbers

  • 71 all-time installs (skills.sh)
  • +2 installs in the week ending Aug 4, 2026 (Skillselion tracking)
  • Ranked #5,673 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
  • Data as of Aug 4, 2026 (Skillselion catalog sync)
npx skills add https://github.com/pamelafox/presentation-skills --skill extract-transcript

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs71
repo stars112
Last updatedJuly 8, 2026
Repositorypamelafox/presentation-skills

What it does

Helps with ai & agent building tasks.

Files

SKILL.mdMarkdownGitHub ↗

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_ID
  • https://youtu.be/VIDEO_ID
  • https://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

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.