What problem does it solve? Manually driving a browser for testing, form filling, or scraping is slow and error-prone. This Skill gives an AI agent direct control of a real browser through the browser-use CLI, with a persistent daemon that keeps the browser open across commands for low-latency automation. ## Core Features & Use Cases - Full Browser Control: Navigate pages, click and type into elements by index, scroll, manage tabs, take screenshots, and wait for selectors or text. - Flexible Browser Modes: Run headless Chromium, connect to the user's real Chrome with existing logins, attach a specific Chrome profile, or provision a zero-config cloud browser. - Data Extraction & Sessions: Execute JavaScript, read element text and attributes, manage cookies, and run multiple isolated browser sessions in parallel. - Use Case: Ask the agent to log into a site using your Chrome profile, fill out a multi-field form, submit it, and capture a screenshot of the confirmation page. ## Quick Start Use the browser-use skill to open https://example.com, list the clickable elements on the page, and take a screenshot.