Browser Automation Stealth

# Browser Automation Stealth

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "Browser Automation Stealth" with this command: npx skills add shepherd217/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

📧 support@midas-skills.com
🔗 Docs: https://docs.midas-skills.com/browser-automation-stealth

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

mano-cua

Computer use for GUI automation tasks via VLA models. Use when the user describes a task in natural language that requires visual screen interaction and no A...

Registry SourceRecently Updated
Automation

LinkedIn Skill

LinkedIn automation skill — search people and companies, fetch profiles, send messages and InMails, manage connections, create posts, react, comment. Support...

Registry SourceRecently Updated
Automation

Image Social Carousel

A structured workflow skill dedicated to social-media carousel design. The core method is 'decide intent first, then execute,' using a 'single-confirmation +...

Registry SourceRecently Updated
Automation

LinkedIn Automation by Linked API

LinkedIn automation skill — search people and companies, fetch profiles, send messages and InMails, manage connections, create posts, react, comment. Support...

Registry SourceRecently Updated