What problem does it solve? Manually testing web pages, filling repetitive forms, and scraping data from websites 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 interaction. ## Core Features & Use Cases - Full Browser Automation: Navigate pages, click elements by index, fill inputs, select dropdowns, upload files, and send keyboard events using the browser-use command set. - Data Extraction & Inspection: Capture screenshots, read page state, extract element text and attributes, execute JavaScript, and manage cookies for authenticated sessions. - Flexible Browser Modes: Run headless Chromium, connect to the user's real Chrome with existing logins, use named Chrome profiles, or provision a cloud browser via the Cloud API. - Use Case: Imagine you need to verify a checkout flow on a staging site. Open the URL, run browser-use state to list clickable elements, fill the form fields by index, submit, and take a screenshot to confirm the order completed. ## Quick Start Ask the agent to open a website with browser-use, list the clickable elements on the page, and fill in and submit a specific form.