What problem does it solve? Manually testing websites, filling repetitive web forms, and scraping page data is slow and error-prone. This Skill provides persistent, scriptable browser automation so you can navigate pages, interact with elements, and extract data through simple CLI commands. ## Core Features & Use Cases - Persistent Browser Sessions: The browser stays open between commands, enabling multi-step workflows like login, navigate, fill form, and verify. - Multiple Browser Modes: Run headless Chromium, a real Chrome instance with your existing profiles and cookies, or a cloud-hosted remote browser. - Data Extraction & Screenshots: Capture page state, element text, HTML, cookies, and screenshots for testing or scraping tasks. - Cloud Agent Tasks: Launch autonomous browser agents in parallel, monitor task status, and manage cloud sessions and tunnels. - Use Case: Test a local dev server by starting it, exposing it through a tunnel, then driving a cloud browser to open the tunnel URL, fill a signup form, and screenshot the result. ## Quick Start Use the browser-use skill to open https://example.com, list the clickable elements on the page, and take a screenshot.