screenshot-local
Installation
SKILL.md
Screenshot Local — shot-scraper
Overview
Capture screenshots of local dev servers and static HTML files with shot-scraper, a Playwright wrapper installed via pipx. Prefer a committed shots.yml over one-off commands whenever more than one image is involved — a capture the repo can regenerate stays current, while a manual one rots the moment the UI changes.
Install
pipx install shot-scraper # brew install pipx / apt install pipx first
shot-scraper install # downloads Chromium
shot-scraper --version
command not found after installing means pipx isn't on PATH: run pipx ensurepath, then reopen the shell.