using-youtube-download

Download YouTube videos and audio using yt-dlp and ffmpeg.

128|31|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/besoeasy/open-skills --skill using-youtube-download
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: using-youtube-download
Source: https://github.com/besoeasy/open-skills/tree/main/skills/using-youtube-download
Command: npx skills add https://github.com/besoeasy/open-skills --skill using-youtube-download

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the process of downloading YouTube videos and audio, ensuring you get the highest available quality without manual intervention.

Core Features & Use Cases

  • Download Highest Quality Video: Get the best video and audio streams merged into an MP4 file.
  • Extract & Convert Audio: Download audio from YouTube videos and convert it to MP3 format at the highest quality.
  • Playlist Downloads: Download entire YouTube playlists while preserving the order.

Quick Start

Download the highest quality video from the provided YouTube URL.

Frequently Asked Questions about using-youtube-download

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

FAQPage Schema
How do I download a YouTube video in the highest available quality?

To download a YouTube video in the highest available quality, the Skill automatically fetches the best video and audio streams using yt-dlp and merges them into a single MP4 file via ffmpeg.

Can I extract audio from a YouTube video and convert it to MP3?

Yes, you can extract audio from a YouTube video and convert it to MP3 format. The Skill downloads the audio stream and processes it through ffmpeg to deliver the highest quality MP3 file.

What is the best way to download an entire YouTube playlist while preserving order?

The best way to download an entire YouTube playlist while preserving order is to provide the playlist URL to the Skill, which uses yt-dlp to sequentially fetch and save all contained videos automatically.

Do I need ffmpeg to convert YouTube audio to MP3 format?

Yes, ffmpeg is required to convert YouTube audio to MP3 format. The Skill relies on ffmpeg alongside yt-dlp to handle stream extraction, merging, and audio format conversion.

Does using yt-dlp for downloading YouTube videos support offline access?

Using yt-dlp to download YouTube videos directly addresses the need for offline access. The Skill saves the extracted video or audio content locally as MP4 or MP3 files for playback without an internet connection.