web-recap
Installation
SKILL.md
web-recap
Extracts browser history from Chrome, Chromium, Brave, Firefox, Safari, Edge. Run web-recap --help for all flags.
Prerequisite
The web-recap CLI must be installed and on PATH. Check with web-recap --help; if missing, install a release binary (macOS Apple Silicon shown — pick the matching asset for your platform):
curl -L https://github.com/robzolkos/web-recap/releases/latest/download/web-recap-darwin-arm64 -o ~/.local/bin/web-recap
chmod +x ~/.local/bin/web-recap
Or build from source (needs Go 1.21+):
git clone https://github.com/robzolkos/web-recap.git && cd web-recap && go build ./cmd/web-recap