What problem does it solve? Manually verifying that a dev server renders correctly or testing web app flows by hand is slow and error-prone. This Skill gives an AI agent a CLI to open pages, interact with elements, capture screenshots, and extract data so web verification and browser tasks run automatically. ## Core Features & Use Cases - Page Interaction via Refs: Snapshot interactive elements as refs like @e1, then click, fill, select, and press keys against them. - Dev Server Verification: Open localhost URLs after starting a dev server, wait for network idle, and capture screenshots to confirm the app renders. - State and Session Management: Save and reload authentication state, run multiple named sessions, and chain commands through a persistent background browser daemon. - Use Case: After running npm run dev, ask the agent to open http://localhost:3000, fill in the login form, submit it, and screenshot the dashboard to confirm the flow works end to end. ## Quick Start Ask the agent to open your local dev server URL with agent-browser, take an annotated screenshot, and verify the page loads correctly.