agentgo-stealth-browser
Installation
SKILL.md
AgentGo Stealth Browser: Cloud Playwright Automation
AgentGo provides a distributed cloud browser cluster. You connect via WebSocket using chromium.connect() from playwright@1.51.0.
“Stealth” refers to configuration intended to reduce automation detection. Results depend on the target site and cannot be guaranteed.
Important: Pin Playwright to
1.51.0. Newer versions may be protocol-incompatible with AgentGo’s server.
When to use / When not to use
Use this skill when you want:
- A remote browser (cloud) instead of running Chromium locally
- Reliable automation for navigation, form filling, screenshots, testing, scraping/extraction
- Parallel multi-page workflows
Don’t use this skill when:
- A simple HTTP fetch is enough (no JS / no interactions)
- You can’t pin Playwright to
1.51.0