π¦ ClawHub
Youtube Download
by @bestisblessed
Downloads YouTube videos to ~/Downloads. Use when user wants to download a YouTube video to their machine.
TERMINAL
clawhub install youtube-downloadπ About This Skill
name: download description: Downloads YouTube videos to ~/Downloads. Use when user wants to download a YouTube video to their machine. metadata: {"openclaw": {"emoji": "β¬οΈ", "requires": {"bins": ["yt-dlp"]}, "install": [{"id": "brew", "kind": "brew", "formula": "yt-dlp", "bins": ["yt-dlp"], "label": "Install yt-dlp (brew)"}], "user-invocable": true}}
Download
Downloads YouTube videos to your ~/Downloads folder using yt-dlp.
What it does
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
brew install yt-dlpπ‘ Examples
{baseDir}/download.sh "https://youtube.com/watch?v=VIDEO_ID"
Or just give me the URL and I'll run it for you.