video-use
Installation
SKILL.md
/video-use — record & cut a web demo into a narrated promo
Self-contained. Installs to ~/.claude/skills/video-use/ and builds its own venv
(.venv — playwright + pillow + requests). Uses system Chrome (no browser download) and
ffmpeg (must be on PATH). For demo/marketing material — not a product feature.
First run (one-time setup)
bash ~/.claude/skills/video-use/scripts/setup.sh # builds .venv, ensures Chrome, checks ffmpeg
PY=~/.claude/skills/video-use/.venv/bin/python in the commands below.