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 -ftools
Use only on the Codex CLI for native image generation or image editing without an API key. Save final PNG files under ~/.cli-jaw/uploads, report web-ready absolute-path markdown, and send to Telegram or Discord only when explicitly requested.
tools
Ranked repository structure map via `cli-jaw map`. Use for codebase overview, structure map, symbol overview, unfamiliar codebase exploration, architecture orientation. Triggers: repo map, structure map, codebase overview, 와꾸, project structure, unfamiliar code.
tools
cli-jaw Design workspace: create, preview, run, and export design pages from the right sidebar. Covers panel UX, direct-write workflow, artifact lifecycle, wireframe generation, design system, and Open Design adapter.
development
MUST USE for infrastructure and delivery work — container builds, deploy pipelines, Kubernetes, Infrastructure as Code, SRE foundations, edge/serverless, ML infrastructure. Triggers: Dockerfile, K8s manifests, CI/CD pipeline, Terraform/IaC, release/deploy, devops/infra/deploy or release_cd task_tags.