PluginBench
Skill
Review
Audit score 70

video-downloader

davila7/claude-code-templates

How to install video-downloader

npx skills add https://github.com/davila7/claude-code-templates --skill video-downloader
Claude Code
Cursor
Windsurf
Cline
Full instructions (SKILL.md)

Source of truth, from davila7/claude-code-templates.


name: video-downloader description: Downloads videos from YouTube and other platforms for offline viewing, editing, or archival. Handles various formats and quality options.

Video Downloader

This skill downloads videos from YouTube and other platforms directly to your computer.

When to Use This Skill

  • Downloading YouTube videos for offline viewing
  • Saving educational content for reference
  • Archiving important videos
  • Getting video files for editing or repurposing
  • Downloading your own content from platforms
  • Saving conference talks or webinars

What This Skill Does

  1. Downloads Videos: Fetches videos from YouTube and other platforms
  2. Quality Selection: Lets you choose resolution (480p, 720p, 1080p, 4K)
  3. Format Options: Downloads in various formats (MP4, WebM, audio-only)
  4. Batch Downloads: Can download multiple videos or playlists
  5. Metadata Preservation: Saves title, description, and thumbnail

How to Use

Basic Download

Download this YouTube video: https://youtube.com/watch?v=...
Download this video in 1080p quality

Audio Only

Download the audio from this YouTube video as MP3

Playlist Download

Download all videos from this YouTube playlist: [URL]

Batch Download

Download these 5 YouTube videos:
1. [URL]
2. [URL]
...

Example

User: "Download this YouTube video: https://youtube.com/watch?v=abc123"

Output:

Downloading from YouTube...

Video: "How to Build Products Users Love"
Channel: Lenny's Podcast
Duration: 45:32
Quality: 1080p

Progress: ████████████████████ 100%

✓ Downloaded: how-to-build-products-users-love.mp4
✓ Saved thumbnail: how-to-build-products-users-love.jpg
✓ Size: 342 MB

Saved to: ~/Downloads/

Inspired by: Lenny's workflow from his newsletter

Important Notes

⚠️ Copyright & Fair Use

  • Only download videos you have permission to download
  • Respect copyright laws and platform terms of service
  • Use for personal, educational, or fair use purposes
  • Don't redistribute copyrighted content

Tips

  • Specify quality if you need lower file size (720p vs 1080p)
  • Use audio-only for podcasts or music to save space
  • Download to a dedicated folder to stay organized
  • Check file size before downloading on slow connections

Common Use Cases

  • Education: Save tutorials and courses for offline learning
  • Research: Archive videos for reference
  • Content Creation: Download your own content from platforms
  • Backup: Save important videos before they're removed
  • Offline Viewing: Watch videos without internet access

Related skills

More from davila7/claude-code-templates and the wider catalog.

WHwhisper logo

whisper

davila7/claude-code-templates

OpenAI's general-purpose speech recognition model. Supports 99 languages, transcription, translation to English, and language identification. Six model sizes from tiny (39M params) to large (1550M params). Use for speech-to-text, podcast transcription, or multilingual audio processing. Best for robust, multilingual ASR.

1.1k installs
3D3d-web-experience logo

3d-web-experience

davila7/claude-code-templates

Expert in building 3D experiences for the web - Three.js, React Three Fiber, Spline, WebGL, and interactive 3D scenes. Covers product configurators, 3D portfolios, immersive websites, and bringing depth to web experiences. Use when: 3D website, three.js, WebGL, react three fiber, 3D experience.

735 installs
AGagent-evaluation logo

agent-evaluation

davila7/claude-code-templates

Testing and benchmarking LLM agents including behavioral testing, capability assessment, reliability metrics, and production monitoring—where even top agents achieve less than 50% on real-world benchmarks Use when: agent testing, agent evaluation, benchmark agents, agent reliability, test agent.

613 installs
AGagent-memory-systems logo

agent-memory-systems

davila7/claude-code-templates

Memory is the cornerstone of intelligent agents. Without it, every interaction starts from zero. This skill covers the architecture of agent memory: short-term (context window), long-term (vector stores), and the cognitive architectures that organize them. Key insight: Memory isn't just storage - it's retrieval. A million stored facts mean nothing if you can't find the right one. Chunking, embedding, and retrieval strategies determine whether your agent remembers or forgets. The field is fragm

643 installsAudited
BTbtca-cli logo

btca-cli

davis7dotsh/better-context

Operate the btca CLI for local resources and source-first answers. Use when setting up btca in a project, connecting a provider, adding or managing resources, and asking questions via btca commands. Invoke this skill when the user says "use btca" or needs to do more detailed research on a specific library or framework.

710 installs
CAcapture-screen logo

capture-screen

daymade/claude-code-skills

Programmatic screenshot capture on macOS. Find window IDs with Swift CGWindowListCopyWindowInfo, control application windows via AppleScript (zoom, scroll, select), and capture with screencapture. Use when automating screenshots, capturing application windows for documentation, or building multi-shot visual workflows.

650 installs