Jump to related tools in the same category or review the original source on GitHub.

Search & Research @odrobnik Updated 2/26/2026

📝 Gemini Yt Transcript OpenClaw Skill - ClawHub

Do you want your AI agent to automate Gemini Yt Transcript workflows? This free skill from ClawHub helps with search & research tasks without building custom tools from scratch.

What this skill does

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

Install

npx clawhub@latest install gemini-yt-video-transcript

Full SKILL.md

Open original
nameversiondescriptionhomepage
gemini-yt-video-transcript1.0.4Create 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).https://github.com/odrobnik/gemini-yt-video-transcript-skill

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 workspace out/ folder).

Delivery

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

Original URL: https://github.com/openclaw/skills/blob/main/skills/odrobnik/gemini-yt-video-transcript

Related skills

If this matches your use case, these are close alternatives in the same category.