Browser Automation Stealth
Skill by shepherd217
Why use this skill?
Use Browser Automation Stealth to scrape websites and perform automated tasks without triggering anti-bot detection. Fast, reliable, and invisible.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/shepherd217/browser-automation-stealthWhat This Skill Does
Browser Automation Stealth is a specialized wrapper for the Playwright library designed to help OpenClaw users perform web navigation without triggering anti-bot detection systems. Unlike standard browser automation tools that broadcast easily identifiable fingerprints, this skill actively randomizes user-agent headers, browser canvas fingerprints, and WebGL metadata to mimic human behavior. It facilitates seamless interactions with websites that utilize advanced security solutions like Cloudflare, Akamai, or DataDome by rotating proxies and maintaining consistent cookie jars. Whether you are performing large-scale data collection or automated testing on restricted infrastructure, this skill ensures your session remains undetected and resilient.
Installation
To integrate this skill into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/shepherd217/browser-automation-stealth
Ensure you have the necessary runtime dependencies for Playwright installed on your system. You can verify the installation by running clawhub list to confirm the skill is active.
Use Cases
- Scalable Web Scraping: Retrieve data from public web pages at scale without risking IP bans or challenge pages.
- Protected Site Testing: Validate functionality on complex web applications that have client-side security measures.
- Market Research: Gather competitive intelligence by automating visits to e-commerce and analytical platforms.
- Compliance-Driven Automation: Automate repetitive form submissions on sites that require session persistence and header management.
Example Prompts
- "OpenClaw, use Browser Automation Stealth to navigate to amazon.com, search for 'wireless headphones,' and save the first five product titles to a JSON file."
- "Please initialize a stealth browser session, go to the target portal, and capture a screenshot of the login page after waiting for the dynamic content to load."
- "Rotate my proxy configuration and perform an automated form submission on the provided URL, ensuring that cookies are persisted between each step."
Tips & Limitations
- Aggressive vs. Standard: Use the 'aggressive' stealth mode only when necessary, as high levels of randomization can occasionally cause stability issues on simple sites.
- Proxy Quality: The effectiveness of this skill is highly dependent on the quality of the proxies provided. Residential proxies are recommended for best results.
- Rate Limiting: Even with stealth enabled, avoid excessive request frequency to ensure your IP reputation remains high.
- Maintenance: Regularly update the skill via the OpenClaw package manager to receive the latest fingerprinting evasion techniques, as anti-bot mechanisms evolve daily.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-shepherd217-browser-automation-stealth": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-write, file-read, external-api, code-execution