A lightweight Chrome DevTools Protocol wrapper that lets Claude drive a real browser for automation and scraping tasks. You get five simple scripts: start Chrome with remote debugging on port 9222, navigate to URLs, eval JavaScript in the active tab, grab screenshots, and interactively pick DOM elements by clicking them. The setup is refreshingly minimal compared to full Playwright or Puppeteer, and the profile flag is clever since it mirrors your actual Chrome state so you're already logged into everything. Adapted from Mario Zechner's "What if you don't need MCP?" article, which tells you the philosophy here. Good for quick scraping jobs or exploring sites collaboratively without the ceremony of heavyweight browser frameworks.
npx skills add https://github.com/iamzhihuix/happy-claude-skills --skill browser