yt-dlp-downloader

Installation
SKILL.md

yt-dlp Video Downloader

Download videos from thousands of websites using yt-dlp.

Prerequisites

Before downloading, verify dependencies are installed:

# Check yt-dlp
which yt-dlp || echo "yt-dlp not installed. Install with: pip install yt-dlp"

# Check ffmpeg (required for audio extraction and format merging)
which ffmpeg || echo "ffmpeg not installed. Install with: brew install ffmpeg"
Installs
12
Repository
openclaw/skills
GitHub Stars
4.5K
First Seen
Jan 30, 2026
yt-dlp-downloader — openclaw/skills