browser-stealth

Configure Puppeteer with stealth plugins to bypass anti-bot detection.

1|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/jesuscottage/machote --skill browser-stealth
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: browser-stealth
Source: https://github.com/jesuscottage/machote/tree/main/.claude/skills/browser-stealth
Command: npx skills add https://github.com/jesuscottage/machote --skill browser-stealth

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill enables stealth browsing that bypasses common bot detection mechanisms, allowing users to access sites with anti-automation measures in place.

Core Features & Use Cases

  • Mitigates bot detection for Cloudflare, CAPTCHA, and similar systems.
  • Configures Puppeteer with stealth options for automated yet undetectable web navigation.
  • Use Case: Seamlessly scrape data from websites that block headless browsers, such as ticketing or financial sites, with minimal risk of detection.

Quick Start

Use the chrome-stealth MCP tools to emulate a realistic browser environment and navigate pages without being flagged as automated.

Frequently Asked Questions about browser-stealth

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I bypass bot detection when web scraping with Puppeteer?

Bypassing bot detection with Puppeteer involves configuring stealth plugins and custom scripts to emulate a genuine user environment, mitigating systems like Cloudflare and CAPTCHA during automated navigation.

What is stealth browsing and when do I need it for automated testing?

Stealth browsing is the practice of configuring automated browsers to appear as genuine user environments. You need it for automated testing or data collection when accessing protected websites that actively block headless browsers.

Can I use Puppeteer to scrape data from Cloudflare protected sites?

Yes, you can scrape data from Cloudflare protected sites by configuring Puppeteer with stealth options and custom scripts that emulate a realistic browser environment, significantly reducing the risk of automated detection.

How do I configure Puppeteer to avoid being flagged as a bot?

To avoid being flagged as a bot, configure Puppeteer with stealth plugins and custom scripts that emulate genuine user environments, allowing automated navigation over HTTPS without triggering anti-bot measures.

What are the limitations of using stealth plugins for web scraping?

While stealth plugins mitigate common bot detection mechanisms like Cloudflare and CAPTCHA, they require continuous configuration to emulate genuine environments as anti-bot systems evolve. They reduce detection risk but do not guarantee absolute undetectability.