youtube-transcribe

Download timestamped YouTube transcripts via the ai-transcribe command.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/hamelsmu/hamel --skill youtube-transcribe-hamelsmu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: youtube-transcribe
Source: https://github.com/hamelsmu/hamel/tree/main/plugins/hamel-tools/skills/youtube-transcribe
Command: npx skills add https://github.com/hamelsmu/hamel --skill youtube-transcribe-hamelsmu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a quick way to obtain readable, timestamped transcripts from YouTube videos so users can search, repurpose, and analyze spoken content without manual note-taking.

Core Features & Use Cases

  • CLI-powered downloads: Use the ai-transcribe command to fetch transcripts directly from YouTube URLs.
  • Timestamp formats: Outputs timestamps in HH:MM:SS by default and supports seconds-based timestamps with an option.
  • Use Case: Pull captions for lectures, interviews, or talks to create summaries, annotated blog posts, or searchable archives.

Quick Start

Download the transcript for the YouTube URL https://youtu.be/VIDEO_ID with timestamps in HH:MM:SS format.

Frequently Asked Questions about youtube-transcribe

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get a timestamped transcript from a YouTube video URL?

To get a timestamped transcript from a YouTube video URL, use the ai-transcribe CLI command to fetch captions. The output defaults to HH:MM:SS timestamps, providing searchable text for lectures, interviews, and tutorials without manual note-taking.

Can I format YouTube video transcripts in seconds instead of HH:MM:SS?

Yes, you can format YouTube video transcripts in seconds. While the default output uses HH:MM:SS timestamps, the tool supports an option to output timestamps in seconds for workflows requiring precise numerical formatting.

Do I need to install any packages to download YouTube captions?

Yes, you need the hamel package installed to download YouTube captions. Once the dependency is set up, you can run the ai-transcribe command to fetch and return timestamped transcripts from public video URLs.

What is the best way to extract text from a YouTube lecture for content repurposing?

The best way to extract text from a YouTube lecture for content repurposing is using a CLI transcription tool. Fetching timestamped captions via the command line allows you to quickly create searchable archives, summaries, or annotated blog posts from spoken video content.

Does this transcription tool work with private YouTube videos?

No, this transcription tool applies to public YouTube videos. It downloads and returns timestamped transcripts from public URLs, meaning you cannot use it to fetch captions from private or restricted-access video content.