cloakbrowser

Automate stealth browsing tasks against bot-protected sites via CloakBrowser.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires cloakbrowser, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This skill provides a self-contained, stealth-capable browser automation environment to fetch, render, and manipulate web content behind anti-bot protections without bespoke Playwright boilerplate.

Core Features & Use Cases

  • Fetch HTML or text from protected pages, with support for proxies and stealth profiles.
  • Capture screenshots (full page or element) and render PDFs for offline review.
  • Run JavaScript expressions against pages and return JSON data.
  • Verify stealth fingerprints with a built-in self-check and persistent CDP server options.
  • Multi-step interactive flows via Inline Python and the bundled scripting API.

Quick Start

Install the skill and run the included install.sh to set up CloakBrowser and the Python wrapper, then begin using the bundled scripts.

Frequently Asked Questions about cloakbrowser

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

FAQPage Schema
How do I scrape web pages that block headless browsers with Cloudflare or reCAPTCHA?

Stealth browser automation bypasses anti-bot protections like Cloudflare Turnstile and reCAPTCHA v3 to fetch HTML and text from protected pages. It uses stealth profiles and proxies to avoid detection while rendering content.

Can I capture a full page screenshot or generate a PDF from a bot-protected site?

Yes, stealth browsing scripts capture full page or element screenshots and render PDFs for offline review. These bundled scripts handle rendering on pages that actively block ordinary headless browser access.

How do I run JavaScript evaluation and extract JSON data from protected web pages?

You can run JavaScript expressions against protected pages and return JSON data using the bundled scripting API. This supports multi-step interactive flows via inline Python for complex data extraction tasks.

Does CloakBrowser support persistent sessions through a CDP server?

Yes, the stealth browser environment exposes a CDP server option for persistent sessions. This allows continuous multi-step browsing flows while maintaining a verified stealth fingerprint across interactions.

What is the best way to verify that my stealth browser fingerprint bypasses bot detection?

A built-in self-check verifies your stealth fingerprint against anti-bot defenses. This ensures your automated browsing tasks can successfully navigate pages protected by fingerprinting and CAPTCHA challenges.

Do I need to install dependencies before using stealth browser automation scripts?

Yes, you must run the bundled install.sh to set up the cloakbrowser library and Python wrapper. The environment enforces this dependency to ensure safe defaults and proper error-handling across all tools.