Download Youtube Transcript banner
jeffvincent jeffvincent

Download Youtube Transcript

Communication community

Description

Download YouTube workout video, extract transcript, analyze workout details, and create formatted markdown file. Arguments: YOUTUBE_URL [OPTIONAL_NAME] This command performs a complete workflow: 1. Download video and transcript using download-workout.sh 2. Extract YouTube creator name and video title metadata 3. Read and analyze the transcript (SRT format) 4. Extract workout details including: - Warmup protocols - Exercise names, sets, reps, weights - Form cues and technique tips -

Installation

Installs to ~/.claude/skills/jeffvincent-claude-config-download-youtube-transcript/SKILL.md

Terminal
mkdir -p ~/.claude/skills/jeffvincent-claude-config-download-youtube-transcript && curl -fsSL https://raw.githubusercontent.com/jeffvincent/claude-config/HEAD/commands/download-youtube-transcript.md -o ~/.claude/skills/jeffvincent-claude-config-download-youtube-transcript/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository