What problem does it solve? Manually driving a browser for automation, scraping, or testing is slow and error-prone. This Skill gives an AI agent direct control of a local or cloud-hosted Chrome browser through the Chrome DevTools Protocol (CDP), enabling navigation, clicking, screenshots, and DOM extraction without writing low-level automation code. ## Core Features & Use Cases - Direct CDP Browser Control: Navigate pages, click by coordinates, run JavaScript, capture screenshots, and inspect the DOM through pre-imported helper functions. - Local and Cloud Browsers: Attach to a running local Chrome instance or spin up isolated cloud browsers for parallel tasks and captcha-sensitive scraping. - Interaction Skill References: Consult dedicated guides for tricky mechanics like iframes, shadow DOM, downloads, drag-and-drop, and network requests. - Use Case: Imagine you need to scrape pricing data from a bot-protected site. Start a cloud browser, navigate to the page, screenshot the state, extract the data with JavaScript, and stop the remote browser when finished. ## Quick Start Ask the agent to open a website in the browser, take a screenshot, and extract the page's main content using the browser-use command.