| name | Stealth Browser (Patchright + CDP) |
| description | Anti-detection browser automation using Patchright (Playwright fork) connected to a real Chrome instance via CDP. Bypasses navigator.webdriver checks, fingerprint anomalies, and headless detection used by platforms like 小红书, X/Twitter, and LinkedIn. |
| version | 1.0.0 |
| category | browser |
| skillType | claude-skill |
| assignableRoles | ["developer","qa","qa-engineer","fullstack-dev","backend-developer","frontend-developer","generalist","ops","content-strategist"] |
| triggers | ["stealth browse","browse stealth","anti-detection","xiaohongshu","rednote browse","patchright","cdp browse","stealth scrape"] |
| tags | ["browser","stealth","patchright","cdp","anti-detection","automation"] |
| execution | {"type":"script","script":{"file":"execute.sh","interpreter":"bash","timeoutMs":120000}} |
Stealth Browser (Patchright + CDP)
Anti-detection browser automation that connects to a real Chrome instance via Chrome DevTools Protocol (CDP). This bypasses bot detection used by platforms like 小红书 (RedNote), X/Twitter, and LinkedIn.
Why Stealth?
Regular Playwright/Puppeteer launches a new Chromium with detectable fingerprints:
navigator.webdriver = true
- Missing browser history, extensions, cookies
- Headless-specific user agent strings
This skill connects to your existing Chrome browser, inheriting all your real cookies, extensions, and browser fingerprint.
Actions
read (default)
Navigate to a URL and extract text content.
{"url": "https://www.xiaohongshu.com/explore", "action": "read"}
With specific selectors:
{"url": "https://example.com", "action": "read", "selectors": ["h1", ".article-body", "#comments"]}
screenshot
Navigate to a URL and take a screenshot. Saved to ~/.crewly/screenshots/.
{"url": "https://www.xiaohongshu.com/explore",