cloakbrowser

Bypass anti-bot detection with a patched Chromium and Playwright-compatible APIs.

1|Updated May 13, 2026
One-click install
npx skills add https://github.com/erencoding/cloakbrowser-hermes-skill --skill cloakbrowser-erencoding
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cloakbrowser
Source: https://github.com/erencoding/cloakbrowser-hermes-skill/tree/main
Command: npx skills add https://github.com/erencoding/cloakbrowser-hermes-skill --skill cloakbrowser-erencoding

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

CloakBrowser provides a patch-level Chromium that bypasses major anti-bot detections, delivering a drop-in Playwright replacement with no JS injection or fragile workarounds.

Core Features & Use Cases

  • 57 fingerprint patches enable the browser to appear like a real user across sites with aggressive bot defenses.
  • Playwright-compatible API for Python and JavaScript, with identical semantics and no config gymnastics.
  • Docker and Python deployment options for easy integration into CI, scraping, and automation pipelines.
  • Safe, auditable automation: avoids page-script injections and preserves standard WebDriver semantics.

Quick Start

Install CloakBrowser and initialize the browser in your automation script to visit a protected site.

Frequently Asked Questions about cloakbrowser

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I bypass Cloudflare and reCAPTCHA when scraping with Playwright?

You can bypass Cloudflare and reCAPTCHA during automated browsing by using a patch-level Chromium browser with 57 fingerprint patches, acting as a drop-in Playwright replacement that avoids fragile JS injections.

Does Playwright work with antibot fingerprint patching for Python and JavaScript automation?

Playwright-compatible antibot fingerprint patching works with both Python and JavaScript APIs, providing identical semantics for automation tasks while requiring no configuration gymnastics to operate.

What is the best way to automate web scraping on sites using FingerprintJS defenses?

The best way to automate web scraping on FingerprintJS-protected sites is using a patch-level Chromium browser that applies C++ fingerprint patching, enabling the browser to appear like a real user without page-script injections.

Can I deploy a stealth Chromium browser in Docker for CI automation pipelines?

You can deploy a stealth Chromium browser in Docker for CI automation pipelines, offering easy integration alongside Python deployment options for web scraping and testing tasks requiring antibot evasion.

Why does standard Playwright get detected by antibot defenses during automated testing?

Standard Playwright gets detected by antibot defenses because it relies on standard WebDriver semantics that fingerprinting scripts can identify, whereas a C++ patch-level approach modifies the browser directly to prevent detection.

Are there limitations to using C++ fingerprint patching for bypassing bot detection?

C++ fingerprint patching is limited to bypassing major anti-bot detections like Cloudflare and reCAPTCHA, but it preserves standard WebDriver semantics and avoids page-script injections, meaning it cannot bypass fully manual verification challenges.