skillfed

youtube-downloader

YouTube Downloader automates video and audio extraction from YouTube and HLS platforms like Mux and Vimeo. It handles quality selection, authentication for protected streams, and common download failures—all without requiring you to run commands yourself. The skill defaults to best-quality MP4 output and offers simple choices for audio-only, specific resolutions, and subtitle inclusion.

YouTube Downloader lets you fetch YouTube videos and HLS streams in high quality using yt-dlp and ffmpeg.

AI-generated summary based on this skill's SKILL.md

1,299 210 MIT updated by daymade

Install

daymade/claude-code-skills/youtube-downloader · repository language: Python

git clone https://github.com/daymade/claude-code-skills
cp -r claude-code-skills/youtube-downloader ~/.claude/skills/youtube-downloader
npx skillfed install daymade/claude-code-skills/youtube-downloader

Frequently asked questions

AI-generated answers based on this skill's SKILL.md and metadata

How do I download a YouTube video to my computer?

YouTube Downloader automates the process of saving YouTube videos locally. Simply provide the video URL, and the skill handles format selection and quality optimization automatically. By default, it downloads in high-quality MP4 format with audio included, so you get the best result without manual configuration.

Can YouTube Downloader extract audio from YouTube as MP3?

Yes. YouTube Downloader supports audio-only extraction, letting you save YouTube videos as MP3 files. This is useful for music, podcasts, or when you only need the audio track. Just specify audio-only mode and the skill handles the conversion automatically.

What quality options does YouTube Downloader support?

YouTube Downloader lets you download in 1080p, 4K, and other available resolutions depending on what the source provides. It defaults to the best quality available and offers simple choices for specific resolutions. You can also select audio-only mode or request subtitles to be included with your download.

Does YouTube Downloader work with Vimeo and HLS streams?

YouTube Downloader handles protected content from platforms like Vimeo and Mux, including HLS streams and M3U8 playlists. It manages authentication for restricted streams, so you can download from multiple video platforms beyond YouTube with the same tool.

What should I do if my YouTube download fails?

YouTube Downloader includes troubleshooting for common download failures, including 403 errors and age-restricted videos. If a download fails, the skill diagnoses format availability issues and suggests alternatives. Check that the URL is correct and the video is accessible; the skill will guide you through resolution steps.

Can YouTube Downloader convert video formats like WebM to MP4?

Yes. YouTube Downloader supports format conversion and can convert downloaded videos from WebM to MP4 or other formats. It also handles YouTube playlist downloads, letting you batch-download multiple videos and convert them all to your preferred format in one operation.

SKILL.md

rendered from the published skill — quoted content, verbatim

YouTube Downloader

Overview

Enable reliable video and audio downloads from YouTube and HLS streaming platforms (Mux, Vimeo, etc.) using yt-dlp and ffmpeg. This skill provides workflows for: - YouTube downloads (up to 4K) using PO token providers or browser cookies - HLS stream downloads with authentication headers - Handling protected content and troubleshooting common download failures

Non-Technical User Experience (Default)

Assume the user is non-technical. Do not ask them to run commands. Execute everything yourself and report progress in plain language. Avoid mentioning tooling unless the user asks.

Default flow: 1. Ask for the URL (if not provided). 2. Fetch video metadata (title/uploader/duration/thumbnail) and confirm it matches the user's intent. - If yt-dlp is

(truncated - see the full file via the links below)

Read as markdown · JSON record · Browse the source repository

File tree — 5 files
youtube-downloader/.security-scan-passed
youtube-downloader/SKILL.md
youtube-downloader/references/internal-sop.md
youtube-downloader/references/po-token-setup.md
youtube-downloader/scripts/download_video.py

Related skills

Tags

video-archival stream-capture format-conversion quality-selection authentication-handling