Skip to main content
Back to registry

playwright-bot-bypass

greekr4/playwright-bot-bypass

Bypass bot detection systems using rebrowser-playwright with stealth techniques. This approach successfully passes bot detection tests like bot.sannysoft.com and enables automation on sites with aggressive bot protection (Google, Cloudflare, etc.).

Installs270
Install command
npx skills add https://github.com/greekr4/playwright-bot-bypass --skill playwright-bot-bypass
Security audits
Gen Agent Trust HubWARN
SocketPASS
SnykWARN
About this skill
Bypass bot detection systems using rebrowser-playwright with stealth techniques. This approach successfully passes bot detection tests like bot.sannysoft.com and enables automation on sites with aggressive bot protection (Google, Cloudflare, etc.). Standard Playwright/Puppeteer exposes several automation signatures: Drop-in replacement for playwright that patches automation detection: The navigator.webdriver property is the most common detection method: Always use channel: 'chrome' to launch the user's installed Chrome: See examples/stealth-google-search.mjs for a complete working example that: Verify bypass effectiveness at : All items should show green (passed). Python playwright-stealth cannot fully bypass bot detection. Why? undetected-chromedriver fully bypasses bot detection in Python! For Electron/Node.js apps, call Node.js script from Python: This happens with regular playwright. Confirm import is from rebrowser-playwright : - Uses real GPU instead of SwiftShader - Removes HeadlessChrome from User Agent - Patches various fingerprinting vectors - Bypasses bot detection - Performs Google search - Captures results - scripts/bot-detection-test.mjs - Test bot detection status - scripts/stealth-template.mjs - Reusable stealth browser template - examples/stealth-google-search.mjs - Google search without CAPTCHA - examples/ab-test.mjs - Compare detected vs stealth side-by-side...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does playwright-bot-bypass do?

Bypass bot detection systems using rebrowser-playwright with stealth techniques. This approach successfully passes bot detection tests like bot.sannysoft.com and enables automation on sites with aggressive bot protection (Google, Cloudflare, etc.).

Is playwright-bot-bypass good?

playwright-bot-bypass does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does playwright-bot-bypass work with?

playwright-bot-bypass currently lists compatibility with codex, gemini-cli, opencode, kimi-cli, github-copilot, openclaw.

What are alternatives to playwright-bot-bypass?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install playwright-bot-bypass?

npx skills add https://github.com/greekr4/playwright-bot-bypass --skill playwright-bot-bypass

Related skills

Alternatives in Software Engineering