Tools
Stealth Browser
OpenClaw Skill: Bypass Cloudflare Turnstile and anti-bot detection using puppeteer-extra + stealth plugin
Install
npm install puppeteer-extra
README
# Stealth Browser Skill
Bypass Cloudflare Turnstile and other anti-bot detection using puppeteer-extra + stealth plugin.
## Quick Start
```bash
# Install dependencies
npm install puppeteer-extra puppeteer-extra-plugin-stealth
# Quick visit
node wrapper.js https://linux.do screenshot.png
```
## Usage
See [SKILL.md](./SKILL.md) for detailed documentation.
## Examples
```bash
# Run all examples
node examples.js all
# Run specific example
node examples.js 1
node examples.js 2
node examples.js 3
node examples.js 4
```
## Features
- ✅ Bypass Cloudflare Turnstile
- ✅ Bypass slider captchas
- ✅ Screenshot support
- ✅ JavaScript execution
- ✅ Full browser control
## Files
- `SKILL.md` - Complete documentation
- `wrapper.js` - Main wrapper script
- `examples.js` - Usage examples
- `README.md` - This file
tools
Comments
Sign in to leave a comment