← 返回 Skills 市场
shepherd217

Browser Automation Stealth

作者 Shepherd217 · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
6377
总下载
0
收藏
21
当前安装
1
版本数
在 OpenClaw 中安装
/install browser-automation-stealth
功能描述
Playwright wrapper enabling stealth browser automation with fingerprint randomization, proxy rotation, captcha handling, and session persistence for undetect...
使用说明 (SKILL.md)

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

安全使用建议
Install only if you have explicit authorization for the target sites and accounts. Review the external package source first, pin versions, run it in an isolated environment, avoid personal cookies or production credentials, and require manual approval for login, form submission, captcha bypass, proxy rotation, or large-scale scraping.
功能分析
Type: OpenClaw Skill Name: browser-automation-stealth Version: 1.0.0 This skill bundle provides an 'anti-bot evasion Playwright wrapper' designed for stealthy web automation and scraping. While its stated purpose and examples (web scraping, form automation, screenshot generation, cookie management) are functional, the core capabilities of 'anti-detection,' 'stealth mode,' 'proxy rotation,' and 'captcha bypass' inherently enable bypassing security measures. The skill involves high-risk capabilities such as extensive network activity (including proxy support) and local file system access (for cookie persistence and screenshots), which, while aligned with its stated purpose, make it a powerful tool that could be easily misused. There is no direct evidence of intentional malicious behavior like data exfiltration to unauthorized endpoints, backdoor installation, or prompt injection attempts against the agent within the provided files (SKILL.md, README.md, package.json, _meta.json).
能力评估
Purpose & Capability
The artifacts consistently describe a browser automation wrapper, but the stated purpose is anti-bot evasion, undetected scraping, captcha bypass, proxy rotation, and stealth form automation, which is high-impact and not bounded to authorized testing.
Instruction Scope
The instructions encourage aggressive stealth, rotating proxies, captcha bypass, cookie/session persistence, and form submission without shown authorization, consent, rate-limit, or human-approval boundaries.
Install Mechanism
The skill is marked instruction-only with no implementation code in the artifact set, yet it instructs npm/pip installation and automatic Playwright/Chromium downloads; package.json also points to a main index.js file not present in the manifest.
Credentials
Registry metadata declares no credentials or capability tags, while the documentation describes proxies, captcha API keys, cookie/session handling, arbitrary web navigation, and authenticated-site access.
Persistence & Privilege
Cookie/session persistence is explicitly documented, including loading and saving cookies for authenticated sites, which can let automation act as a logged-in user across sessions.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install browser-automation-stealth
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /browser-automation-stealth 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Production-ready skill
元数据
Slug browser-automation-stealth
版本 1.0.0
许可证
累计安装 23
当前安装数 21
历史版本数 1
常见问题

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。

💬 留言讨论