Browser Automation Stealth
/install browser-automation-stealth
Browser Automation Stealth
Version: 1.0.0
Author: Midas Skills
License: MIT
Description
Anti-bot evasion Playwright wrapper. Stealth mode, proxy rotation, captcha handling, fingerprint randomization.
Value Proposition
Anti-bot evasion Playwright wrapper. Evade detection, manage cookies, rotate headers, handle captchas. Silent, headless, undetectable.
Category
browser-automation
Tags
stealth, anti-detection, playwright, scraping, automation
Skill Type
automation
Pricing
- Free: $0
- Pro: $49.99
Key Features
- ✅ Playwright wrapper with stealth defaults
- ✅ Anti-detection mechanisms (fingerprint randomization)
- ✅ Header rotation (100+ user-agents)
- ✅ Proxy support (SOCKS5, HTTP)
- ✅ Cookie jar management
- ✅ Captcha bypass (integration-ready)
- ✅ Rate limiting aware
- ✅ Screenshot/PDF generation
- ✅ Form automation
- ✅ Cookie/session persistence
Use Cases
- Web scraping at scale (undetected)
- Automated testing on protected sites
- Data collection for market research
- Competitive intelligence gathering
- Automated form submission (compliant)
- Screenshot automation without detection
Installation
npm install browser-automation-stealth
# or
pip install browser-automation-stealth
Quick Start
const { StealthBrowser } = require('browser-automation-stealth');
const browser = new StealthBrowser({
headless: true,
stealth: 'aggressive' // evasion level
});
const page = await browser.newPage();
await page.goto('https://example.com');
await page.screenshot({ path: 'example.png' });
await browser.close();
Repository
https://github.com/midas-skills/browser-automation-stealth
Support
📧 [email protected]
🔗 Docs: https://docs.midas-skills.com/browser-automation-stealth
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install browser-automation-stealth - 安装完成后,直接呼叫该 Skill 的名称或使用
/browser-automation-stealth触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Browser Automation Stealth 是什么?
Playwright wrapper enabling stealth browser automation with fingerprint randomization, proxy rotation, captcha handling, and session persistence for undetect... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 6377 次。
如何安装 Browser Automation Stealth?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install browser-automation-stealth」即可一键安装,无需额外配置。
Browser Automation Stealth 是免费的吗?
是的,Browser Automation Stealth 完全免费(开源免费),可自由下载、安装和使用。
Browser Automation Stealth 支持哪些平台?
Browser Automation Stealth 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Browser Automation Stealth?
由 Shepherd217(@shepherd217)开发并维护,当前版本 v1.0.0。