This is Chrome automation that actually looks like a real browser to websites. It launches your local Chrome installation completely hidden via AppleScript and controls it through the Chrome DevTools Protocol, so sites see your real browser profile, extensions, and fingerprint instead of detecting Puppeteer or Selenium. The skill maintains a learned blocklist of domains that reject normal requests and automatically routes them through stealth mode on future attempts. It's macOS only and handles the full range of browser tasks: scraping JS-rendered content, filling forms, clicking elements, taking screenshots. The persistence model is smart: Chrome stays running and hidden after the first launch, so subsequent operations are instant with no visible flashing. Use it when WebFetch gets blocked by Cloudflare, bot detection, or returns 403s.
npx skills add https://github.com/changeflowhq/skills --skill stealth-browser