This is a lightweight Chrome DevTools Protocol wrapper for letting Claude control a browser instance. You run a script to launch Chrome with remote debugging on port 9222, then Claude can navigate, screenshot, and scrape pages through the CDP. It's minimal by design, just the core primitives you need for exploratory browsing or data extraction without a heavy framework. The "copy your profile" flag is handy if you need to work with authenticated sessions. All the actual scripts live in a skills directory and need full paths to run, which feels a bit manual but keeps things transparent. Good for when Puppeteer feels like overkill and you just want Claude poking around the web.
npx skills add https://github.com/julianromli/ai-skills --skill browser