recorder
Installation
SKILL.md
Recorder
Record a real browser flow performed manually by the user and save it as a deterministic replay script. Do not use this when the user wants programmatic browser automation without manual recording — use the opensteer skill instead.
Prerequisites
Verify the CLI is available:
command -v opensteer >/dev/null 2>&1 && echo "ok" || echo "opensteer not found"
For cloud recording, verify the required environment variables are set:
test -n "$OPENSTEER_API_KEY" && test -n "$OPENSTEER_CLOUD_APP_BASE_URL" && echo "ok" || echo "missing cloud env vars"
Quick Start
Related skills