mmk-youtube-transcript

Get YouTube video transcript in text, JSON, SRT, or VTT format. Triggers on "youtube transcript", "get transcript", "video transcript", "subtitles", "captions".

MMK YouTube — Transcript

Prerequisite: Read ../mmk-shared/SKILL.md for auth, global flags, and error handling. Parent: mmk-youtube — includes positional argument note.

Always use -o json when parsing results or composing with other commands.

All commands accept a positional argument — either a full YouTube URL or a plain video ID. The CLI auto-detects the format.


transcript — Get video transcript

mmk youtube transcript <video_url_or_id> -o json
mmk youtube transcript <video_url_or_id> --format srt
mmk youtube transcript <video_url_or_id> --format vtt

Optional: --formattext (default), json, srt, vtt

In table mode, prints raw transcript text. In JSON mode, returns structured response with content, video_id, and format fields.


See Also