When standard browser automation gets blocked by Cloudflare or bot detection, this is what you reach for. It's a wrapper around Camoufox, a Firefox fork with C++ level fingerprint spoofing that actually works against sites like Twitter and Amazon. The workflow is simple: open a URL, snapshot to get element refs like @e1 and @e2, then click and type using those refs. First run downloads about 300MB. The real value is in what it evades: canvas fingerprinting, WebGL tracking, and the usual JavaScript bot checks. It's slower than Playwright but that's the point. When agent-browser returns a captcha wall, switch to this.
npx skills add https://github.com/yelban/camofox-browser-skills --skill camofox-browser