youtube-downloader

Download YouTube videos with configurable quality, format, and MP3 audio extraction.

1|Updated Feb 7, 2026
One-click install
npx skills add https://github.com/sangrokjung/claude-code-config-public --skill youtube-downloader-sangrokjung
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: youtube-downloader
Source: https://github.com/sangrokjung/claude-code-config-public/tree/main/commands/youtube-downloader
Command: npx skills add https://github.com/sangrokjung/claude-code-config-public --skill youtube-downloader-sangrokjung

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 save content for offline viewing or further use without complex command-line arguments.

Core Features & Use Cases

  • Customizable Downloads: Choose specific video quality (best, 1080p, 720p, etc.) and format (mp4, webm, mkv).
  • Audio Extraction: Download only the audio track as an MP3 file.
  • Use Case: A user wants to download a tutorial video in 720p quality to watch later without an internet connection. They can use this skill to quickly get the video file.

Quick Start

Download the YouTube video from the provided URL in the best available quality.

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 720p or specific resolutions?▼

You can download YouTube videos at specific resolutions like 720p or 1080p by specifying the desired quality level. The skill handles format selection automatically, utilizing yt-dlp to fetch the best matching video file available.

Can I extract MP3 audio from a YouTube video?▼

Yes, you can extract MP3 audio from YouTube videos by requesting an audio-only download. This saves only the audio track from the provided URL, discarding the video stream entirely for efficient audio extraction.

What video formats can I save YouTube downloads as?▼

YouTube downloads can be saved as mp4, webm, or mkv files. You can specify your preferred format before downloading, and the tool processes the extraction to deliver the video in that specific container.

Do I need yt-dlp installed to download YouTube videos?▼

The skill requires yt-dlp to function, as it serves as the core engine for fetching and processing YouTube content. This dependency enables robust downloading across various resolutions and audio-only extractions.

What is the best way to save a YouTube tutorial for offline viewing?▼

To save a tutorial for offline viewing, provide the YouTube URL and select your preferred video quality and format. The tool downloads the content directly, allowing you to watch the video later without an internet connection.

Why does my YouTube video download stop or fail?▼

Download failures often stem from unavailable resolutions or unsupported formats on the source video. Selecting "best" available quality or switching to a different format like mp4 typically resolves these yt-dlp processing constraints.