browse-stealth
Installation
SKILL.md
browse-stealth: Stealth Web Automation for AI Agents
Target Decision — ALWAYS check this first
Before running any browse-stealth command, confirm the target matches stealth's purpose:
| User wants to... | Target | Command pattern |
|---|---|---|
| Open a site behind Cloudflare/Turnstile | Camoufox | browse --runtime camoufox --headed goto <url> |
| Bypass Google "unusual traffic" block | Camoufox | browse --runtime camoufox --camoufox-profile google --headed goto @google "query" |
| Scrape a site that returns 403 or a challenge page | Camoufox | browse --runtime camoufox --headed goto <url> |
| Use a specific camoufox fingerprint or proxy profile | Camoufox | browse --runtime camoufox --camoufox-profile <name> --headed goto <url> |
| Stay logged in across stealth sessions | Camoufox + browser profile | browse --runtime camoufox --camoufox-profile <n> --profile <p> --headed goto <url> |
| Open a normal site that isn't blocked | Default browser | Use the browse skill, not this one |
| Interact with an iOS/Android/macOS app | Native target | Use the browse skill, not this one |
Key rules:
--runtime camoufoxselects the hardened Firefox engine with C++-level fingerprint spoofing.--headedis strongly recommended. Headless Firefox is easier to detect.
Related skills