What problem does it solve? Automating real web pages often requires launching a separate browser instance, losing the user's logged-in sessions, and fighting brittle selector-based automation. This Skill connects directly to the user's already-running Chrome over CDP, so agents can navigate, click, scrape, and verify pages using the user's actual browser state. ## Core Features & Use Cases - Direct CDP control: Navigate pages, click by screenshot-derived coordinates, run JavaScript, and issue raw CDP commands against the user's live Chrome. - Screenshot-driven interaction: Capture screenshots to locate targets, click at pixel coordinates that pass through iframes, shadow DOM, and cross-origin frames, then re-screenshot to verify. - Remote and parallel browsers: Start isolated cloud browsers via the Browser Use API for parallel sub-agents or headless servers, with optional cloud profiles and proxies. - Use Case: Scrape hundreds of static pages with bulk HTTP requests, or automate a multi-step workflow on a site where the user is already logged in, without launching a new browser. ## Quick Start Ask the agent to open a specific URL in a new tab of your running Chrome and report back the page information.