gemini-yt-video-transcript
// Create a verbatim transcript for a YouTube URL using Google Gemini (speaker labels, paragraph breaks; no time codes). Use when the user asks to transcribe a YouTube video or wants a clean transcript (no timestamps).
$ git log --oneline --stat
stars:370
forks:70
updated:February 19, 2026
SKILL.mdreadonly
SKILL.md Frontmatter
namegemini-yt-video-transcript
descriptionCreate a verbatim transcript for a YouTube URL using Google Gemini (speaker labels, paragraph breaks; no time codes). Use when the user asks to transcribe a YouTube video or wants a clean transcript (no timestamps).
summaryGenerate a verbatim YouTube transcript via Google Gemini (speaker labels, no time codes).
version1.0.2
homepagehttps://github.com/odrobnik/gemini-yt-video-transcript-skill
metadata[object Object]
Gemini YouTube Video Transcript
Create a verbatim transcript for a YouTube URL using Google Gemini.
Output format
- First line: YouTube video title
- Then transcript lines only in the form:
Speaker: text
Requirements
- No time codes
- No extra headings / lists / commentary
Usage
python3 {baseDir}/scripts/youtube_transcript.py "https://www.youtube.com/watch?v=..."
Options:
--out <path>Write transcript to a specific file (default: auto-named in the workspaceout/folder).
Delivery
When chatting: send the resulting transcript as a document/attachment.