Yt Transcript banner
lelandg lelandg

Yt Transcript

Communication community

Description

--- description: Download a YouTube transcript into the yt-transcript project's Notes directory argument-hint: <youtube-url-or-video-id> [extra flags] --- Invoke the `yt-transcript` skill to download the transcript for: $ARGUMENTS Save the file to the yt-transcript project's `Notes/` directory (the skill's `scripts/run.sh` handles that automatically via its configured project path). Pass through any extra flags the user included (`-t`, `-r`, `-l <code>`, `-o <name>`, etc.). If no argument was

Installation

Installs to ~/.claude/commands/lelandg-.claude_code-yt-transcript.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/lelandg/.claude_code/HEAD/.claude/commands/yt-transcript.md -o ~/.claude/commands/lelandg-.claude_code-yt-transcript.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository