youtube
Installation
SKILL.md
YouTube operations
This skill provides comprehensive YouTube operations using yt-dlp, always using the latest version via uvx.
Requirements
uv- The Python package runner (providesuvxcommand)
No pre-installation of yt-dlp is needed. The uvx command automatically fetches and runs the latest version.
Video downloads
Download best quality (default):
uvx yt-dlp -o "~/Downloads/%(title)s.%(ext)s" "VIDEO_URL"