skills-templates/video-downloader/SKILL.md
Downloads videos from YouTube and other platforms for offline viewing, editing, or archival. Handles various formats and quality options.
npx skillsauth add enuno/claude-command-and-control video-downloaderInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This skill downloads videos from YouTube and other platforms directly to your computer.
Download this YouTube video: https://youtube.com/watch?v=...
Download this video in 1080p quality
Download the audio from this YouTube video as MP3
Download all videos from this YouTube playlist: [URL]
Download these 5 YouTube videos:
1. [URL]
2. [URL]
...
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
⚠️ Copyright & Fair Use
tools
MemPalace local-first AI memory system. Use when setting up persistent memory for Claude Code sessions, mining project files or conversation transcripts, querying past context, configuring MCP tools, managing the knowledge graph, or troubleshooting palace operations.
tools
LangSmith Python SDK — trace, evaluate, and monitor LLM applications. Covers @traceable decorator, trace context manager, Client API, evaluate() / aevaluate(), comparative evaluation, custom evaluators, dataset management, prompt caching, ASGI middleware, and pytest plugin.
development
LangGraph (Python) — build stateful, controllable agent graphs with checkpointing, streaming, persistence, interrupts, fault tolerance, and durable execution. Covers both Graph API (StateGraph) and Functional API (@entrypoint/@task).
development
LangGraph Graph API (Python) — build explicit DAG agent workflows with StateGraph, typed state, nodes, edges, Command routing, Send fan-out, checkpointers, interrupts, and streaming. Use when you need explicit control flow and graph topology.