stealth-browser

Automates stealth web tasks by bypassing anti-bot protections and preserving login sessions.

Updated Feb 1, 2026
One-click install
npx skills add https://github.com/ShenWang96/clawdbot_workspace_backup --skill stealth-browser-shenwang96
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: stealth-browser
Source: https://github.com/ShenWang96/clawdbot_workspace_backup/tree/main/skills/stealth-browser
Command: npx skills add https://github.com/ShenWang96/clawdbot_workspace_backup --skill stealth-browser-shenwang96

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires DrissionPage, undetected-chromedriver, requests, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Automates stealth web automation tasks by evading detection and preserving login sessions, reducing manual overhead for complex sites.

Core Features & Use Cases

  • Anti-detection layered automation for headless and headed browsing
  • Cloudflare and CAPTCHA bypass capabilities to maintain persistent sessions
  • Silent, low-interference operation with automatic session saving for reuse in future runs
  • Use Case: Automate login to protected websites and perform repetitive scraping without triggering bot protections

Quick Start

Login to a target site in headed mode and save the session for future headless reuse.

Frequently Asked Questions about stealth-browser

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

FAQPage Schema
How do I automate web scraping while bypassing Cloudflare and CAPTCHA challenges?

You can reuse login sessions for headless browsing by first authenticating in headed mode and saving the session. The stealth automation preserves these credentials, allowing future headless runs to operate silently without repeated manual logins.

Does undetected-chromedriver support headless mode for evading anti-bot detection?

Undetected-chromedriver supports both headless and headed modes for evading anti-bot detection. The stealth automation operates with low interference, utilizing layered anti-detection mechanisms to bypass protections in various web scraping scenarios.

What Python libraries do I need for stealth web automation with sessions?

Stealth web automation requires Python libraries including DrissionPage, undetected-chromedriver, and requests. These dependencies provide modular usage for login persistence, CAPTCHA bypass, and session reuse in complex web automation tasks.

Why does my automated login fail to persist across headless browser sessions?

Automated login fails to persist without automatic session saving mechanisms. Stealth browser automation solves this by preserving login sessions during headed browsing and reusing them in future headless runs, reducing manual overhead for protected sites.