Agent skill · Code Review & Quality

video-downloader

Downloads videos from YouTube and other platforms for offline viewing, editing, or archival. Handles various formats and quality options.

Prat011github.com/Prat011GitHub ↗
claude-codecodex
Install
npx skills add Prat011/awesome-llm-skills --skill video-downloader --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 3 KB
Bundled scripts: none
Path: video-downloader/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,435
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Video Downloader This skill downloads videos from YouTube and other platforms directly to your computer. ## When to Use This Skill - Downloading YouTube videos for offline viewing - Saving educational content for reference - Archiving important videos - Getting video files for editing or repurposing - Downloading your own content from platforms - Saving conference talks or webinars ## What This Skill Does 1. **Downloads Videos**: Fetches videos from YouTube and other platforms 2. **Quality Selection**: Lets you choose resolution (480p, 720p, 1080p, 4K) 3. **Format Options**: Downloads in various formats (MP4, WebM, audio-only) 4. **Batch Downloads**: Can download multiple videos or playlists 5. **Metadata Preservation**: Saves title, description, and thumbnail ## How to Use ### Basic Download ``` Download this YouTube video: https://youtube.com/watch?v=... ``` ``` Download this video in 1080p quality ``` ### Audio Only ``` Download the audio from this YouTube video as MP3 ``` ### Playlist Download ``` Download all videos from this YouTube playlist: [URL] ``` ### Batch Download ``` Download these 5 YouTube videos: 1. [URL] 2. [URL] ... ``` ## Example **User**: "Download this YouTu

What's inside
Steps it walks through
  1. When to Use This Skill
  2. What This Skill Does
  3. How to Use
  4. Basic Download
  5. Audio Only
  6. Playlist Download
  7. Batch Download
  8. Example
  9. Important Notes
  10. Tips
  11. Common Use Cases
More from awesome-llm-skills
All skills →
About this skill
What does the video-downloader skill do?

Downloads videos from YouTube and other platforms for offline viewing, editing, or archival. Handles various formats and quality options.

How do I install it?

Run `npx skills add Prat011/awesome-llm-skills --skill video-downloader --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From Prat011/awesome-llm-skills, a repository with 1,435 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going