← Back to Skills Marketplace
shepherd217

Browser Automation Stealth

by Shepherd217 · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
6377
Downloads
0
Stars
21
Active Installs
1
Versions
Install in OpenClaw
/install browser-automation-stealth
Description
Playwright wrapper enabling stealth browser automation with fingerprint randomization, proxy rotation, captcha handling, and session persistence for undetect...
README (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

Usage Guidance
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.
Capability Analysis
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).
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install browser-automation-stealth
  3. After installation, invoke the skill by name or use /browser-automation-stealth
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Production-ready skill
Metadata
Slug browser-automation-stealth
Version 1.0.0
License
All-time Installs 23
Active Installs 21
Total Versions 1
Frequently Asked Questions

What is Browser Automation Stealth?

Playwright wrapper enabling stealth browser automation with fingerprint randomization, proxy rotation, captcha handling, and session persistence for undetect... It is an AI Agent Skill for Claude Code / OpenClaw, with 6377 downloads so far.

How do I install Browser Automation Stealth?

Run "/install browser-automation-stealth" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Browser Automation Stealth free?

Yes, Browser Automation Stealth is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Browser Automation Stealth support?

Browser Automation Stealth is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Browser Automation Stealth?

It is built and maintained by Shepherd217 (@shepherd217); the current version is v1.0.0.

💬 Comments