Yt Dlp Downloader
Downloads YouTube videos in various resolutions and formats using dynamic playlists β useful for archiving content or extracting specific clips.
Install on your platform
We auto-selected Claude Code based on this skillβs supported platforms.
Run in terminal (recommended)
claude mcp add azure12355-yt-dlp-downloader npx -- -y @trustedskills/azure12355-yt-dlp-downloader
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"azure12355-yt-dlp-downloader": {
"command": "npx",
"args": [
"-y",
"@trustedskills/azure12355-yt-dlp-downloader"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill uses yt-dlp to download videos from various online platforms. It can handle a wide range of sites, including YouTube, Vimeo, and others supported by yt-dlp. The downloaded files are saved locally, allowing for offline access or further processing.
When to use it
- Research: Download video lectures or tutorials for later review when an internet connection isn't available.
- Content Archiving: Save videos from websites that might change or disappear over time.
- Personal Use: Download music videos, funny clips, or other content you enjoy for personal entertainment.
- Data Collection: Gather video data for analysis or training machine learning models (ensure compliance with terms of service).
Key capabilities
- Downloads videos from numerous online platforms.
- Supports various video formats and resolutions.
- Uses the
yt-dlplibrary, a robust and actively maintained downloader. - Provides local file saving for offline access.
Example prompts
- "Download the latest episode of [show name] from YouTube."
- "Get the video '[video title]' from Vimeo and save it as 'my_video.mp4'."
- βCan you download this video: [URL]β
Tips & gotchas
- Ensure
yt-dlpis properly installed and configured within the AI agent's environment. The skill depends on its availability. - Be mindful of copyright restrictions and terms of service when downloading videos.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates β what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
π Community
Passed automated security scans.