What problem does it solve? Verifying that a web page actually loads, renders, and behaves correctly requires opening a real browser, which agents cannot do by default. This Skill gives the agent eyes: it drives the user's real Aside browser (with existing logged-in sessions) or gstack's own headless Chromium fallback to inspect pages, click through flows, and collect evidence. ## Core Features & Use Cases - Page inspection: Open a URL, capture an interactive accessibility snapshot, page text, console errors, and a screenshot in one scripted pass. - Flow driving: Fill forms, click elements by ref or selector, and diff snapshots before and after each action to verify behavior. - Evidence capture: Take annotated, responsive (mobile/tablet/desktop), element-level, and full-page screenshots, plus PDF exports, saved into a report directory. - Use Case: After deploying a change, ask the agent to open the staging URL, click through the signup flow, and report console errors with before/after screenshots. ## Quick Start Ask the agent to open a URL with the browse skill and report what loads, including a screenshot and any console errors.