# video-transcript-downloader

> Claude/Codex skill by [@steipete](https://omgskills.com/library/steipete/index.md) · 6.6k stars · Updated 2026-09-06

yt-dlp downloads: video, audio, subtitles, transcripts, clips, playlists.

Tags: ai-agents

## Install

```sh
git clone https://github.com/steipete/agent-scripts /tmp/agent-scripts && ln -s /tmp/agent-scripts/skills/video-transcript-downloader ~/.claude/skills/video-transcript-downloader
```

## From README

Video Transcript Downloader ./scripts/vtd.js can: Print a transcript as a clean paragraph (timestamps optional). Download video/audio/subtitles. Transcript behavior: YouTube: fetch via youtube-transcript-plus when possible. Otherwise: pull subtitles via yt-dlp, then clean into a paragraph. CLI syntax: Subcommands support focused help without requiring --url. Transcript (default: clean paragraph) Download video / audio / subtitles Formats (list + choose) List available formats (format ids, resolution, container, audio-only, etc): Download a specific format id (example): Prefer MP4 container without re-encoding (remux when possible): Notes Default transcript output is a single paragraph. Use --timestamps only when asked. Bracketed cues like \[Music\] are stripped by default; keep them via --keep-brackets. Pass extra yt-dlp args after -- for transcript fallback, download, audio, subs, formats. Troubleshooting (only when needed) Missing yt-dlp / ffmpeg: Verify:

## Links

- HTML page: https://omgskills.com/skills/steipete/agent-scripts/video-transcript-downloader/
- GitHub: https://github.com/steipete/agent-scripts
- Author: [@steipete](https://omgskills.com/library/steipete/index.md)

## More from this repo

- [1password](https://omgskills.com/skills/steipete/agent-scripts/1password/index.md) — Set up and use 1Password CLI (op, one-password).
   - [@steipete](https://omgskills.com/library/steipete/index.md) · 2.5k stars
- [brave-search](https://omgskills.com/skills/steipete/agent-scripts/brave-search/index.md) — Web search and content extraction via Brave Search API.
   - [@steipete](https://omgskills.com/library/steipete/index.md) · 2.5k stars

## More skills by this author

- [bluebubbles](https://omgskills.com/skills/steipete/clawdis/bluebubbles/index.md) — Send and manage iMessages via BlueBubbles, including attachments, tapbacks, edits, replies, and groups.
   - [@steipete](https://omgskills.com/library/steipete/index.md) · 369k stars
