download
Downloads YouTube videos to ~/Downloads. Use when user wants to download a YouTube video to their machine.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/bestisblessed/youtube-downloadDownload
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
{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
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-bestisblessed-youtube-download": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
clip
Downloads given video from YouTube, clips from given start and end time, saves to folder on your Desktop
simplify
Refactor code for clarity, consistency, and maintainability without changing behavior. Use when the user types /simplify or asks to simplify code.
export
Export a Codex session JSONL from ~/.codex/sessions into a clean Markdown transcript in ~/Documents/Exports. Use when the user wants to export, save, or convert the current Codex conversation or another conversation by session id.