video-downloader/SKILL.md
Download videos using yt-dlp. Supports quality selection, format conversion, and audio extraction.
npx skillsauth add lidge-jun/cli-jaw-skills 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.
Download videos via yt-dlp with quality, format, and audio-only options.
Download a video (or extract audio) from a URL to a local directory.
Run scripts/download_video.py with the target URL. The script wraps yt-dlp and installs it automatically if missing.
python scripts/download_video.py "<URL>" [options]
| Flag | Values | Default | Effect |
|------|--------|---------|--------|
| -q / --quality | best, 1080p, 720p, 480p, 360p, worst | best | Video resolution cap |
| -f / --format | mp4, webm, mkv | mp4 | Container format (video only) |
| -a / --audio-only | flag | off | Extract audio as MP3 |
| -o / --output | path | /mnt/user-data/outputs/ | Output directory |
-a) always outputs MP3 regardless of -fdevelopment
Native Web UI structured renderer schemas for compose-block drafts, search-results cards, dataframe tables, chart-json charts, and diff output
tools
Unified search hub. Route any web/real-time/X lookup through a 4-tier escalation: built-in web search → cli-jaw browser CDP → progrok Grok OAuth → web-ai (Grok Expert / GPT Pro). Use for: search, 검색, web search, latest news, real-time info, X/Twitter, fact lookup, deep research.
development
UI/UX intent discovery, design vocabulary, product personalities, UX state patterns, typography line break judgment, favicon/product logo design, and logo trust section design. Use when user design direction is vague, when building onboarding/empty/error states, when setting up favicons or product logos, or when referencing a product aesthetic.
development
Canonical owner of module boundary rules, circular dependency detection/prevention, implicit coupling taxonomy, barrel/re-export discipline, and boundary-only defensive programming. Referenced by dev, dev-code-reviewer, dev-backend, dev-frontend stubs.