Convert a YouTube video into a summary that highlights the main points. Use when the user asks "résume cette vidéo [url]"
name summarize-youtube-video description Convert a YouTube video into a summary that highlights the main points. Use when the user asks "résume cette vidéo [url]" Summarize Youtube Video Instructions Step 1: Convert youtube video to an mp3 file Call python script: .venv/bin/python3 .claude/skills/summarize-youtube-video/scripts/yt-to-mp3.py "https://www.youtube.com/watch?v=XXXXX" -o ./audios Parameters: url, path Step 2: Transcribe the mp3 file to text Call python script: .venv/bin/python3 .claude/skills/summarize-youtube-video/scripts/mp3-to-text.py "./audios/ChannelName/video.mp3" -o ./texts Parameters: mp3 file path, output path Optional: -m <model> to choose Whisper model (tiny, base, small, medium, large). Default: small Step 3: Summarize the transcription Read the transcription file from ./texts/ChannelName/video.txt Write a summary in French in ./outputs/ChannelName/video.md with this structure:
...
[Résumé détaillé en plusieurs paragraphes qui couvre les idées principales de la vidéo]