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 an AI agent can navigate sites, interact with page elements, and extract information across multi-step workflows. ## Core Features & Use Cases - Persistent Browser Sessions: The browser stays open between commands, enabling complex multi-step workflows with navigation, clicking, typing, and scrolling using element indices from page state. - Multiple Browser Modes: Run headless Chromium for speed, a real Chrome instance with your logged-in profiles for authenticated sites, or cloud-hosted remote browsers with proxy support. - Data Extraction & Cloud Agents: Execute JavaScript, read element text and attributes, manage cookies, take screenshots, and launch autonomous cloud agent tasks in parallel. - 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 capture a verification screenshot. ## Quick Start Use the browser-use skill to open https://example.com, list the clickable elements on the page, and take a screenshot.