What problem does it solve? Manually testing web pages, filling forms, and scraping data from websites is repetitive and error-prone. This Skill gives an AI agent direct control of a persistent browser session so it can navigate sites, interact with page elements, capture screenshots, and extract information without writing custom automation scripts. ## Core Features & Use Cases - Persistent Browser Sessions: The browser stays open across commands, supporting multi-step workflows like login, navigation, form submission, and verification. - Multiple Browser Modes: Run headless Chromium, your real Chrome with existing logins, or a cloud-hosted remote browser with proxy and profile support. - Element-Level Interaction: Inspect pages with indexed element states, then click, type, select, hover, or execute JavaScript and persistent Python against the live page. - Cloud Subagents: Launch parallel remote agent tasks, monitor them with token-efficient status polling, and manage cloud sessions and profiles. - Use Case: Test a local dev server by tunneling it through Cloudflare, opening it in a cloud browser, filling the contact form, and capturing a full-page screenshot for verification. ## Quick Start Ask the agent to open a website with browser-use, list the clickable elements on the page, fill in a form, and take a screenshot to confirm the result.