playwright-human-bypass-pattern
by Shogun Labs
Bypass Cloudflare WAF, reCAPTCHA v3, and Vue.js bot detection in one skill.
- Scrape data from sites protected by Cloudflare WAF without 403 errors.
- Automate login flows on Japanese platforms like CrowdWorks and Coconala.
- Interact with reactive Vue.js checkboxes and input fields reliably.
$20
· or 100 creditsSecure checkout via Stripe
Included in download
- Scrape data from sites protected by Cloudflare WAF without 403 errors.
- Interact with reactive Vue.js checkboxes and input fields reliably.
- browser automation included
- Ready for Claude Code
Sample input
I need to bypass a Cloudflare 403 error on note.com and click the Vue.js ToS checkbox using Playwright in Python.
Sample output
Applying 4-layer bypass:
- Initializing stealth browser with --disable-blink-features.
- Injecting navigator.webdriver removal script.
- Using dispatchEvent strategy for Vue.js checkbox reactivity. Code generated: see create_stealth_browser() and check_vue_checkbox() snippets.
playwright-human-bypass-pattern
by Shogun Labs
Bypass Cloudflare WAF, reCAPTCHA v3, and Vue.js bot detection in one skill.
$20
· or 100 creditsSecure checkout via Stripe
Included in download
- Scrape data from sites protected by Cloudflare WAF without 403 errors.
- Interact with reactive Vue.js checkboxes and input fields reliably.
- browser automation included
- Ready for Claude Code
- Instant install
Sample input
I need to bypass a Cloudflare 403 error on note.com and click the Vue.js ToS checkbox using Playwright in Python.
Sample output
Applying 4-layer bypass:
- Initializing stealth browser with --disable-blink-features.
- Injecting navigator.webdriver removal script.
- Using dispatchEvent strategy for Vue.js checkbox reactivity. Code generated: see create_stealth_browser() and check_vue_checkbox() snippets.
About This Skill
Bypass Cloudflare WAF, reCAPTCHA v3, and Vue.js bot detection in one skill. Built from real incidents on Japanese platforms (note.com, CrowdWorks, Coconala), this skill packages battle-tested 4-layer bypass patterns into ready-to-run Playwright code. Cloudflare WAF: stealth launch + navigator.webdriver removal reCAPTCHA v3: token injection pattern Google OAuth popup: multi-context handling Vue.js ToS checkbox: reactive DOM operation workaround Stop losing hours to bot detection. Install once, bypass reliably.
Use Cases
- Scrape data from sites protected by Cloudflare WAF without 403 errors.
- Automate login flows on Japanese platforms like CrowdWorks and Coconala.
- Interact with reactive Vue.js checkboxes and input fields reliably.
- Handle Google OAuth login popups across multiple browser contexts.
Known Limitations
- Not compatible with reCAPTCHA v2 (checkbox) or hCaptcha image grids without third-party solver APIs.
- Headless mode may still be detected by advanced TLS fingerprinting.
How to Install
mkdir -p ~/.claude/skills && curl -sL https://www.agensi.io/api/install/playwright-human-bypass-pattern -o /tmp/playwright-human-bypass-pattern.zip && unzip -o /tmp/playwright-human-bypass-pattern.zip -d ~/.claude/skills && rm /tmp/playwright-human-bypass-pattern.zipFree skills install directly. Paid skills require purchase - use the download button above after buying.
Reviews
No reviews yet - be the first to share your experience.
Only users who have downloaded or purchased this skill can leave a review.
Early access skill
Be the first to review this skill.
Only users who have downloaded or purchased this skill can leave a review.
Security Scanned
Passed automated security review
Permissions
Allowed Hosts
File Scopes
Claude Code, Cursor, Windsurf, or any SKILL.md-compatible AI agent.
Creator
Building battle-tested Claude Code skills from real-world automation — bot-detection bypass, sales copy generation, and n8n workflow tooling.
Frequently Asked Questions
Learn More About AI Agent Skills
More Premium Skills
cinematic-sites
Turn any basic business URL into a high-end cinematic landing page with AI-generated 4K assets and GSAP animations.
endless-loop
Autonomous research and task loop that builds on previous findings to solve complex objectives while you sleep.
skill-router-2
Automatically detect, load, and stack the perfect skills combo for any user request.
designing-hybrid-context-layers
Architects the right retrieval strategy for every query — teaching your agent when to use RAG, a knowledge graph, or a temporal index instead of defaulting to vector search for everything.