simple-video-downloader
SKILL.md
Simple Video Downloader
Built on yt-dlp - a powerful open-source video downloader.
Prerequisites
This skill requires yt-dlp to be installed. Before proceeding:
-
Check if yt-dlp is available:
yt-dlp --version -
If not installed, let the user decide how to handle it:
- Install via:
pip install yt-dlpor download binary from yt-dlp releases - If user has no Python, they may prefer alternative approaches (browser extensions, online services, etc.)
- Install via:
Do not install yt-dlp for the user. Let them choose their preferred method.