This is a lightweight browser automation setup that talks directly to Chrome via CDP instead of requiring an MCP server. You launch Chrome with remote debugging on port 9222, then use small Node scripts to navigate, run JavaScript, grab screenshots, or visually pick elements. The pick.js script is interesting because it lets you describe what you want in natural language and get back the selector and metadata. Everything runs locally, which matters if you're dealing with authenticated sessions or sensitive data. It's intentionally minimal, just five scripts that return JSON, but that covers most of what you need for scraping or testing workflows without heavyweight dependencies.
npx skills add https://github.com/cexll/myclaude --skill browser