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-02 | ✗→✓ | ▲ Improved | 169% | 0% |
| case-05 | ✗→✓ | ▲ Improved | 11% | 0% |
| case-10 | ✗→✓ | ▲ Improved | 348% | 0% |
| case-13 | ✗→✓ | ▲ Improved | -7% | 0% |
| case-16 | ✗→✓ | ▲ Improved | -7% | 0% |
Download YouTube videos with full control over quality and format settings.
The simplest way to download a video:
bashpython scripts/download_video.py "https://www.youtube.com/watch?v=VIDEO_ID"
This downloads the video in best available quality as MP4 to /mnt/user-data/outputs/.
Use -q or --quality to specify video quality:
best (default): Highest quality available1080p: Full HD720p: HD480p: Standard definition360p: Lower qualityworst: Lowest quality availableExample:
bashpython 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:
bashpython scripts/download_video.py "URL" -f webm
Use -a or --audio-only to download only audio as MP3:
bashpython scripts/download_video.py "URL" -a
Use -o or --output to specify a different output directory:
bashpython scripts/download_video.py "URL" -o /path/to/directory
bashpython scripts/download_video.py "https://www.youtube.com/watch?v=dQw4w9WgXcQ" -q 1080p
bashpython scripts/download_video.py "https://www.youtube.com/watch?v=dQw4w9WgXcQ" -a
bashpython 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:
/mnt/user-data/outputs/ by defaultOther measured skills in the registry, with their headline benchmark lift.