This connects Claude directly to your running Chrome browser via CDP, not a fresh headless instance. That means it can interact with tabs where you're already logged in, see your current page state, and work with your actual session. The persistent daemon design means you approve debugging once per tab instead of getting nagged every command. Commands cover the usual automation needs: screenshots, accessibility trees, clicking elements, typing text, evaluating JavaScript, and navigating. The loadall command for pagination is a nice touch. Requires Node.js 22+ and flipping the remote debugging toggle in chrome://inspect. Built for AI agents that need to work with real web sessions rather than isolated browser instances.
npx skills add https://github.com/aradotso/trending-skills --skill chrome-cdp-live-browser