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 evidence from single-page applications. ## 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 the reported viewport, capture the console error and failing network request, and deliver reproduction steps with screenshots. ## Quick Start Use the agent-browser skill to open the staging site, take a full-page screenshot, and report any console errors.