CloakBrowser
Wraps a third-party stealth-Chromium tool for anti-bot scraping, but needs a 206 MB proprietary binary the repo doesn't ship.
Werkt met setup
Wat het doet
A thin CLI wrapper (fetch/screenshot/pdf/eval-js/serve scripts) around the separate CloakHQ/CloakBrowser project, a patched Chromium that spoofs browser fingerprints at the C++ level to get past Cloudflare Turnstile, reCAPTCHA v3, and similar bot-detection. Triggers well on bot-detection language ('403 on curl', 'Playwright got caught', 'CloakBrowser'), but every script fails until the user separately runs install.sh to pull the CloakBrowser package via uv/pipx and download its ~206 MB patched Chromium binary — a real external, separately-licensed dependency not included in this GitHub repo.
Testrapport
The scripts and argparse surface are clean and well-designed (all 6 py_compile cleanly, --help works standalone), and a local throwaway anti-bot server on 127.0.0.1 confirmed the real problem it targets (plain curl gets a 403, a browser-shaped UA gets 200) — but I could not verify the actual bypass claim because every script needs a separate uv/pipx install plus a ~206 MB proprietary Chromium binary from CloakHQ that isn't in this repo, and even the skill's own README admits its stealth codepaths were 'not end-to-end verified against a real protected target.'
Getest op: 2026-07-15 · Claude Code 2.x (agent harness)
Installatie
git clone https://github.com/OctavianTocan/cloakbrowser-skill mkdir -p ~/.claude/skills cp -r cloakbrowser-skill ~/.claude/skills/cloakbrowser ~/.claude/skills/cloakbrowser/install.sh # separately installs CloakBrowser + downloads ~206MB patched Chromium
Commando's en voorbeeldprompts
/cloakbrowserWraps a third-party stealth-Chromium tool for anti-bot scraping, but needs a 206 MB proprietary binary the repo doesn't ship.
Skills reageren op gewone verzoeken — geen commando's om te onthouden. Na installatie activeren prompts zoals deze de skill (in het Engels):
curl keeps getting a 403 from this site, how do I get past the bot checkplaywright got flagged by Cloudflare Turnstile, need a way around itgrab a screenshot of this page even though it blocks headless browsers