Agent skill
video-downloader
Download videos from various platforms (YouTube, Vimeo, etc.) for offline viewing and archiving
Install this agent skill to your Project
npx add-skill https://github.com/ljchg12-hue/dotfiles/tree/main/skills/video-downloader
SKILL.md
Video Downloader Skill
Download videos from streaming platforms for offline viewing and archiving.
When to Use
- Offline viewing
- Content archiving
- Research materials
- Backup creation
Core Capabilities
- Multi-platform support (YouTube, Vimeo, Twitter, etc.)
- Quality selection
- Subtitle download
- Playlist support
- Format conversion
- Thumbnail extraction
Tools
# yt-dlp (recommended)
yt-dlp "VIDEO_URL"
# Best quality
yt-dlp -f bestvideo+bestaudio "VIDEO_URL"
# Specific format
yt-dlp -f 'bestvideo[height<=1080]+bestaudio' "VIDEO_URL"
# Download playlist
yt-dlp -o "%(playlist_index)s-%(title)s.%(ext)s" "PLAYLIST_URL"
# Extract audio only
yt-dlp -x --audio-format mp3 "VIDEO_URL"
Best Practices
- Check terms of service
- Respect copyright
- Use for personal/educational use
- Select appropriate quality
- Organize downloads by platform/date
Resources
- yt-dlp: https://github.com/yt-dlp/yt-dlp
- Supported sites: https://github.com/yt-dlp/yt-dlp/blob/master/supportedsites.md
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
random-selection
Randomly select items from lists using various algorithms for fair and unbiased selection
threat-hunting
Proactive threat detection using Sigma rules, IOCs, and behavioral analytics
auth-implementation-patterns
Master authentication and authorization patterns including JWT, OAuth2, session management, and RBAC to build secure, scalable access control systems. Use when implementing auth systems, securing APIs, or debugging security issues.
debugging-strategies
Master systematic debugging techniques, profiling tools, and root cause analysis to efficiently track down bugs across any codebase or technology stack. Use when investigating bugs, performance issues, or unexpected behavior.
sql-optimization-patterns
Master SQL query optimization, indexing strategies, and EXPLAIN analysis to dramatically improve database performance and eliminate slow queries. Use when debugging slow queries, designing database schemas, or optimizing application performance.
monorepo-management
Master monorepo management with Turborepo, Nx, and pnpm workspaces to build efficient, scalable multi-package repositories with optimized builds and dependency management. Use when setting up monorepos, optimizing builds, or managing shared dependencies.
Didn't find tool you were looking for?