Documentation
README
error β capture browser failure diagnostics
Capture artifacts when the browser shows a failure, then hand control back to the calling skill. Never stops the calling run by itself.
When to invoke
Any agent-browser snapshot that reveals:
- a "Something went wrong" heading
- "Authentication Error" or similar
- a blank page or unexpected redirect
- any content indicating the page failed to render
Steps
1. Resolve the slug
Use CARBON_WORKTREE from .env.local if present; otherwise the current
branch name:
SLUG=$(grep '^CARBON_WORKTREE' .env.local | cut -d= -f2)
[ -z "$SLUG" ] && SLUG=$(git branch --show-current | tr '/' '-')
2. Capture both artifacts
This is the opening of the README. Read the full README on GitHub.