What problem does it solve? Manual browser work like QA testing, form filling, data downloads, and cross-account verification is repetitive and error-prone. This Skill gives an agent direct control of the user's real browser sessions, including logged-in accounts, cookies, and open tabs. ## Core Features & Use Cases - Two control surfaces: Browser exec for autonomous whole-task delegation, and a persistent Playwright-compatible REPL for deterministic, step-by-step interaction. - Accessibility-tree snapshots: Read pages via compact snapshots with ref IDs for reliable element targeting, plus annotated screenshots for visual verification. - Downloads and evidence capture: Handle direct downloads, blob URLs, and POST-backed exports, saving verified artifacts locally. - Use Case: Ask the agent to log into your SaaS dashboard, navigate to the reports page, export a CSV, and verify the downloaded file contents — all without manual clicking. ## Quick Start Use browser automation to open my current tab, snapshot the page, and click the export button to download the report.