What problem does it solve? It gives AI agents a governed way to drive a real browser for web automation, inspection, and testing without inventing stale CLI flags or mishandling sessions, profiles, and CDP endpoints. ## Core Features & Use Cases - Version-matched CLI guidance: Verifies the installed agent-browser CLI and loads its bundled core skill before issuing any commands, failing closed when unsupported. - Session and profile governance: Enforces task-unique session prefixes, stable named sessions, approval gates for private profiles and external CDP endpoints, and owned-resource-only cleanup. - Use Case: An agent needs to test a web app login flow. It checks the CLI version, loads the core skill, creates a named session, takes fresh accessibility snapshots after each navigation, and cleans up only its own sessions. ## Quick Start Ask the agent to use agent-browser to open a web page, take an accessibility snapshot, and click a specified element in a named session.