Agent skill
youtube-transcribe
Download YouTube video transcripts with timestamps. Use when asked to transcribe a YouTube video, get transcript, or extract text from a video URL.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/youtube-transcribe
SKILL.md
YouTube Transcript Downloader
Use the ai-transcribe CLI tool to download transcripts from YouTube videos.
Usage
ai-transcribe "https://youtu.be/VIDEO_ID"
ai-transcribe "https://youtu.be/VIDEO_ID" --seconds # Use seconds for timestamps
ai-transcribe "https://youtu.be/VIDEO_ID" > transcript.txt # Save to file
Requirements
- The
hamel_toolspackage must be installed:pip install hamel_tools
Output
Returns transcript text with timestamps in HH:MM:SS format (default) or seconds with --seconds flag.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?