Skills download
Downloads YouTube videos to ~/Downloads. Use when user wants to download a YouTube video to their machine.
install
source · Clone the upstream repo
git clone https://github.com/openclaw/skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/bestisblessed/youtube-download" ~/.claude/skills/clawdbot-skills-download && rm -rf "$T"
manifest:
skills/bestisblessed/youtube-download/SKILL.mdsource content
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
{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