🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

Youtube Download

by @bestisblessed

Downloads YouTube videos to ~/Downloads. Use when user wants to download a YouTube video to their machine.

Versionv1.0.4
Downloads1,453
Installs6
Stars⭐ 3
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

  • 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
  • πŸ’‘ Examples

    {baseDir}/download.sh "https://youtube.com/watch?v=VIDEO_ID"
    

    Or just give me the URL and I'll run it for you.