What problem does it solve? Static HTTP fetches cannot reach JavaScript-rendered pages, login-gated content, or dynamic UI states, making it impossible to verify UI changes, reproduce reported bugs, or capture visual evidence from modern web apps. ## Core Features & Use Cases - Supervised Browser Verification: Navigate pages, wait for selectors or network-idle, and capture viewport or full-page screenshots as evidence. - Console and Network Inspection: Read console warnings/errors and non-2xx network responses to diagnose UI bugs and failing requests. - Interactive Flow Walkthroughs: Click through short flows step by step, re-screenshotting after each state change to confirm acceptance criteria. - Use Case: A user reports a broken checkout button. Launch the browser, reproduce the flow at a 1366x768 viewport, capture the console error and the failing 500 response, and deliver reproduction steps with screenshots. ## Quick Start Use the agent-browser skill to open the staging site, wait for the dashboard to render, and capture a full-page screenshot plus any console errors.