Downloads YouTube videos to ~/Downloads. Use when user wants to download a YouTube video to their machine.
Scanned 9/5/2026
Install to Claude Code
npx -y skills add dvcrn/openclaw-skills-marketplace --skill download --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Download?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/dvcrn-download)More formats (shields.io, HTML) on the badges page.
---
name: download
description: "Downloads YouTube videos to ~/Downloads. Use when user wants to download a YouTube video to their machine."
---
# Download
Downloads YouTube videos to your ~/Downloads folder using yt-dlp.
## What it does
- Takes a YouTube URL as input
- Downloads the best available quality (video + audio merged to MP4)
- Saves to ~/Downloads with the video title as filename
## Usage
```bash
{baseDir}/download.sh "https://youtube.com/watch?v=VIDEO_ID"
```
Or just give me the URL and I'll run it for you.
## Requirements
- yt-dlp must be installed: `brew install yt-dlp`
- On first run, if yt-dlp is missing, the skill will prompt you to install it
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!