What problem does it solve? Manually driving a browser for automation, scraping, or testing tasks is slow and error-prone. This Skill gives an AI agent direct control of a local Chrome instance or isolated cloud browsers through the Chrome DevTools Protocol (CDP), so web tasks can be executed programmatically. ## 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 Remote Browsers: Attach to a running local Chrome via remote debugging, or spin up isolated Browser Use cloud browsers for parallel tasks and captcha-prone scraping. - Interaction Skill References: Consult dedicated guides for tricky mechanics like iframes, shadow DOM, downloads, drag-and-drop, and network requests. - Use Case: Ask the agent to log into a dashboard, navigate to a reports page, screenshot the visible state, and extract table data with JavaScript — all without writing a custom Playwright script. ## Quick Start Use browser-harness to open example.com in a new tab and print the current page info.