What problem does it solve? Interacting with web pages from an AI agent or terminal workflow normally requires writing Playwright scripts or configuring MCP servers. This Skill provides a Bash-based CLI for navigating pages, filling forms, clicking elements, taking screenshots, and scraping data without writing browser automation code. ## Core Features & Use Cases - Ref-Based Element Selection: Take accessibility snapshots that assign refs (@e1, @e2) to interactive elements, then click, fill, or hover them directly. - Full Browser Control: Navigate, scroll, wait for elements, capture screenshots and PDFs, and extract text, HTML, or attribute values. - Parallel Sessions: Run multiple independent browser sessions side by side for concurrent automation tasks. - Use Case: Automate a login flow by opening a URL, snapshotting the page to find the email and password fields, filling credentials via refs, clicking the sign-in button, and verifying the result with a follow-up snapshot. ## Quick Start Ask the agent to open a website with agent-browser, snapshot the interactive elements, and fill in the login form using the returned element refs.