agent-browser
Installation
SKILL.md
Browser Automation with agent-browser
Required lifecycle (must follow)
Define agent-browser once per shell:
agent-browser(){ nix run github:numtide/llm-agents.nix#agent-browser -- "$@"; }
Then use agent-browser <command> everywhere below.
Hard rules:
- Before each new task, run
agent-browser closeonce to clear stale sessions. - End every task with
agent-browser close, even when a command fails. - If interrupted or unsure about state, run
agent-browser closeimmediately, then restart fromopen.
Auth check policy: do not infer missing auth from absent environment variables alone. agent-browser may authenticate via its auth vault, saved browser state, or an existing session. Verify with real commands like agent-browser auth list, agent-browser state list, or the actual login flow.