browser

Solid

Drive Browserbase cloud browser sessions via the browse CLI when local automation is blocked. Use when a site throws CAPTCHAs (reCAPTCHA, hCaptcha, Turnstile), bot-detection walls, Cloudflare interstitials, HTTP 403/429, or geo blocks - or when the user asks for Browserbase, residential proxies, Browserbase Identity, Verified browsers, automatic CAPTCHA solving, or persistent cloud login via Browserbase contexts. This is the escalation path from the agent-browser skill (the local driver); not for localhost or ordinary local page automation.

AI & Automation 2 stars 0 forks Updated today MIT

Install

View on GitHub

Quality Score: 81/100

Stars 20%
16
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Browser Automation (Browserbase Remote) Drive Browserbase cloud browser sessions with the browse CLI. This skill is remote-only: every session runs in Browserbase's cloud with Identity, Verified browsers, automatic CAPTCHA solving, residential proxies, and persistent contexts. For local browser automation - localhost, dev flows, your own Chrome profile - use the `agent-browser` skill instead. ## When to Escalate Here This is the documented escalation path from `agent-browser`. Switch a run to a Browserbase session when the local browser hits: - CAPTCHAs: reCAPTCHA, hCaptcha, Turnstile - Bot-detection pages: "Checking your browser...", Cloudflare interstitials - HTTP 403/429, or empty pages on sites that should have content - Geo blocks that need residential proxies (201 countries, geo-targeting) - Sites that require a Verified browser via Browserbase Identity - Auth that must persist across sessions in the cloud (Browserbase contexts) - The user asks for it Don't escalate for simple sites (docs, wikis, public APIs) or localhost - stay on `agent-browser`. ## Setup check Before running any browser commands, verify the CLI is available: ```bash which browse || npm install -g @browserbasehq/browse-cli ``` **Warning**: the bare `browse` package on the npm registry is a different CLI. Always install `@browserbasehq/browse-cli`; it provides the `browse` binary. Remote sessions need credentials from https://browserbase.com/settings: ```bash export BROWSERBASE_API_KEY="bb...

Details

Author
vanducng
Repository
vanducng/skills
Created
2 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category