What problem does it solve? Manually testing websites, filling forms, and scraping page data is repetitive and slow. This Skill gives an AI agent direct control of a real browser through the browser-use CLI, so it can navigate pages, click elements, fill inputs, take screenshots, and extract content without writing custom automation scripts. ## Core Features & Use Cases - Persistent Browser Sessions: A background daemon keeps the browser open across commands with ~50ms latency, supporting headless, headed, Chrome profile, and CDP-connected modes. - Full Interaction & Extraction: Click, type, scroll, upload files, manage cookies, run JavaScript, and execute persistent Python snippets against the live page. - Cloud Browsers & Tunnels: Provision cloud browsers via the Browser Use API and expose local dev servers through Cloudflare tunnels. - Use Case: Ask the agent to log into a site using your Chrome profile, navigate to a dashboard, fill out a report form, and save 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.