Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Download YouTube videos with customizable quality and format options. Use this skill when the user asks to download, save, or grab YouTube videos. Supports various quality settings (best, 1080p, 720p, 480p, 360p), multiple formats (mp4, webm, mkv), and audio-only downloads as MP3.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | 6% | 0% |
| case-02 | ✗→✓ | ▲ Improved | 26% | 0% |
| case-04 | ✗→✓ | ▲ Improved | 88% | 0% |
| case-07 | ✗→✓ | ▲ Improved | -39% | 0% |
| case-05 | ✗→✓ | ▲ Improved | -3% | 0% |
Download YouTube videos with full control over quality and format settings.
The simplest way to download a video:
powershelluv run python scripts/download_video.py "https://www.youtube.com/watch?v=VIDEO_ID"
This downloads the video in best available quality as MP4 to ./downloads/, or to OPENAKITA_OUTPUT_DIR when that environment variable is set.
Use -q or --quality to specify video quality:
best (default): Highest quality available1080p: Full HD720p: HD480p: Standard definition360p: Lower qualityworst: Lowest quality availableExample:
bashuv run python scripts/download_video.py "URL" -q 720p
Use -f or --format to specify output format (video downloads only):
mp4 (default): Most compatiblewebm: Modern formatmkv: Matroska containerExample:
bashuv run python scripts/download_video.py "URL" -f webm
Use -a or --audio-only to download only audio as MP3:
bashuv run python scripts/download_video.py "URL" -a
Use -o or --output to specify a different output directory:
bashuv run python scripts/download_video.py "URL" -o /path/to/directory
bashuv run python scripts/download_video.py "https://www.youtube.com/watch?v=dQw4w9WgXcQ" -q 1080p
bashuv run python scripts/download_video.py "https://www.youtube.com/watch?v=dQw4w9WgXcQ" -a
bashuv run python scripts/download_video.py "https://www.youtube.com/watch?v=dQw4w9WgXcQ" -q 720p -f webm -o /custom/path
The skill uses yt-dlp, a robust YouTube downloader that:
yt-dlp is unavailableOPENAKITA_OUTPUT_DIR or ./downloads/ by defaultuv tool install yt-dlp when it is not managed by OpenAkitaOther measured skills in the registry, with their headline benchmark lift.