🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

Gemini Yt Video Transcript

by @odrobnik

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).

Versionv1.0.4
Downloads3,819
Installs15
Stars⭐ 3
TERMINAL
clawhub install gemini-yt-video-transcript

πŸ“– About This Skill


name: gemini-yt-video-transcript description: "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)." summary: "Generate a verbatim YouTube transcript via Google Gemini (speaker labels, no time codes)." version: 1.0.4 homepage: https://github.com/odrobnik/gemini-yt-video-transcript-skill metadata: {"openclaw":{"emoji":"πŸ“","requires":{"env":["GEMINI_API_KEY"],"bins":["python3"]}}}

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 Write transcript to a specific file (default: auto-named in the workspace out/ folder).
  • Delivery

    When chatting: send the resulting transcript as a document/attachment.

    πŸ’‘ Examples

    python3 {baseDir}/scripts/youtube_transcript.py "https://www.youtube.com/watch?v=..."
    

    Options:

  • --out Write transcript to a specific file (default: auto-named in the workspace out/ folder).