puppeteer-stealth

Automate web browsing with Puppeteer Extra and Stealth plugin to evade bot detection.

11|3|Updated Jun 30, 2025
One-click install
npx skills add https://github.com/aegntic/cldcde --skill puppeteer-stealth
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: puppeteer-stealth
Source: https://github.com/aegntic/cldcde/tree/main/.claude/skills/puppeteer-stealth
Command: npx skills add https://github.com/aegntic/cldcde --skill puppeteer-stealth

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires puppeteer, puppeteer-extra, puppeteer-extra-plugin-stealth, puppeteer-extra-plugin-user-preferences, @cliqz/adblocker-puppeteer, user-agents, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates web browsing tasks while actively evading detection by anti-bot systems, ensuring smoother and more reliable web scraping and automation.

Core Features & Use Cases

  • Stealthy Browsing: Utilizes advanced techniques to mimic human browser behavior, making automated sessions indistinguishable from human ones.
  • Anti-Bot Evasion: Effectively bypasses common bot detection mechanisms like CAPTCHAs and Cloudflare challenges.
  • Use Case: Automate the process of gathering pricing data from e-commerce sites that actively block bots, or log into a web application that requires human-like interaction.

Quick Start

Use the puppeteer-stealth skill to scrape the main heading from https://example.com.

Frequently Asked Questions about puppeteer-stealth

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

FAQPage Schema
What's the best way to automate web browsing without triggering bot detection mechanisms?

Automating web browsing without triggering bot detection requires randomized configurations, cookie management, and human-like interaction patterns. This Skill provides these capabilities through Puppeteer Extra's Stealth plugin, ensuring automated sessions appear indistinguishable from human ones.

Does Puppeteer work with stealth plugins to bypass CAPTCHAs automatically?

Yes, Puppeteer works with stealth plugins to bypass CAPTCHAs by integrating puppeteer-extra-plugin-stealth. This Skill leverages that plugin along with adblocker and user-agent randomization to effectively evade common bot detection mechanisms during web automation.

How do I set up randomized user agents and cookies for web scraping automation?

Setting up randomized user agents and cookies for web scraping is handled using the user-agents dependency and puppeteer-extra-plugin-stealth. This Skill manages cookie persistence and randomizes browser fingerprints to maintain session authenticity.

Why does my Puppeteer web automation get blocked by anti-bot systems?

Puppeteer web automation gets blocked by anti-bot systems when browser fingerprints reveal automated behavior. This Skill addresses that by applying puppeteer-extra-plugin-stealth, adblocker integration, and human-like interaction patterns to prevent detection during scraping tasks.

Can I use Puppeteer Extra to fill forms and interact with pages that block bots?

Yes, you can use Puppeteer Extra to fill forms and interact with pages that block bots. This Skill facilitates automated form filling and web interactions on sites with robust anti-bot measures by simulating human-like browsing patterns and evading detection.