🧪 Skills
YouTube Downloader
Downloads YouTube videos to ~/Downloads. Use when user wants to download a YouTube video to their machine.
v1.0.3
Description
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
- 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
Reviews (0)
Sign in to write a review.
No reviews yet. Be the first to review!
Comments (0)
No comments yet. Be the first to share your thoughts!