youtube-downloader

Download YouTube videos in specified quality and format using yt-dlp.

Updated Jul 7, 2026
One-click install
npx skills add https://github.com/billydeeii136/black-opps-claude-skill --skill youtube-downloader-billydeeii136
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: youtube-downloader
Source: https://github.com/billydeeii136/black-opps-claude-skill/tree/main/agent-skills/video-downloader
Command: npx skills add https://github.com/billydeeii136/black-opps-claude-skill --skill youtube-downloader-billydeeii136

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires yt-dlp, and includes scripts (resource) components.

What problem does it solve?

This Skill simplifies the process of downloading YouTube videos, allowing users to select the desired quality and format.

Core Features & Use Cases

  • Customizable Quality: Offers various quality settings like 1080p, 720p, 480p, 360p, and best available.
  • Multiple Formats: Supports MP4, WebM, and MKV formats, as well as audio-only downloads as MP3.
  • Quick Start: Users can download a video by running a simple command with the video URL.

Quick Start

Use the youtube-downloader skill to download a YouTube video in 1080p quality as MP4:

python scripts/download_video.py "https://www.youtube.com/watch?v=VIDEO_ID" -q 1080p

Frequently Asked Questions about youtube-downloader

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I download a YouTube video in 1080p quality as an MP4 file?

To download a YouTube video as an MP4 file in 1080p quality, execute the provided Python script with the video URL and specify the desired resolution. The tool processes the request and saves the video locally in your chosen format.

Can I extract audio only from a YouTube video as an MP3?

Yes, you can extract audio only from a YouTube video as an MP3 file. The downloader supports audio-only downloads, allowing you to isolate and save the audio track from any provided video URL.

Do I need to install yt-dlp to use this YouTube downloader?

Yes, you need yt-dlp installed to use this YouTube downloader. The Skill relies on yt-dlp as its core dependency to handle the actual video downloading and format processing.

What video formats and resolutions are supported by this downloader?

This downloader supports MP4, WebM, and MKV video formats. Available resolutions include 1080p, 720p, 480p, 360p, and the best available quality offered by the source video.

What is the best way to automate downloading multiple YouTube videos with custom format options?

The best way to automate downloading multiple YouTube videos is to run the download script programmatically with your URLs. You can pass custom arguments for quality and format options, such as MP4 or WebM, to process each video sequentially.