autobrowse-cc
Installation
SKILL.md
autobrowse-cc
Self-improving browser automation, key-free. Port of Browserbase's autobrowse:
the inner agent is claude -p (reuses your session/Bedrock auth — no ANTHROPIC_API_KEY)
and the browser primitive is the local chrome-cdp skill (no browse CLI, no Browserbase).
The claude -p --output-format stream-json transcript serves as the trace.
You (the main session) ARE the outer loop. Drive it by hand per the algorithm below — this is not a bash for-loop; you read each trace and reason about the next change.
Layout
./autobrowse-cc/ # runtime workspace, in CWD (created on demand)
├── tasks/<task>/task.md # input spec (you author from references/example-task.md)
├── tasks/<task>/strategy.md # accumulated heuristics (starts empty, you edit each iter)
└── traces/<task>/run-NNN.jsonl # stream-json transcript per run; latest.jsonl symlinks it