What problem does it solve? AI agents cannot natively browse the web, click buttons, or fill forms, which blocks tasks like web scraping, automated testing, and authenticated data collection. This Skill provides a session-based browser controlled through simple CLI commands with compact element references. ## Core Features & Use Cases - Element Interaction via @e Refs: Snapshot pages to get compact refs, then click, fill, drag, upload, or press keys without parsing full DOM trees. - Session Persistence: Maintain cookies, login state, and history across multi-step workflows, including OAuth and 2FA login flows. - Capture and Debugging: Take viewport or full-page screenshots, record session video with an optional cursor indicator, and execute arbitrary JavaScript. - Use Case: Log into a web app with stored credentials, navigate to a dashboard, extract table data with JavaScript, and save a full-page screenshot as evidence. ## Quick Start Ask the agent to open a website, list the interactive elements on the page, fill in a form, and take a screenshot of the result.