record-web-journey
Installation
SKILL.md
Record a web journey
Produces <out>/<NAME>-<timestamp>/ with steps.md, screenshots/NNN-<kind>-<label>.png, and
videos/*.webm. steps.md keeps typed values and query strings omitted.
Run the recorder and browser driver on the same host. Save the artifacts directly on that host: a browser running in a VM writes to the VM, and a browser running locally writes to the local machine. Leave the completed folder in place for later review and report its absolute path.
Set SKILL_DIR to the absolute directory containing this SKILL.md, then use the bundled
recorder through its absolute path:
SKILL_DIR="/absolute/path/to/record-web-journey"
RECORDER="$SKILL_DIR/scripts/record-flow.mjs"
AB="$SKILL_DIR/scripts/node_modules/.bin/agent-browser"