browser

Installation
Summary

Browser automation with local Chrome or remote Browserbase for protected sites, bot detection, and CAPTCHAs.

  • Two modes: local Chrome (default, no setup) or remote Browserbase (anti-bot stealth, automatic CAPTCHA solving, residential proxies, session persistence)
  • Core commands cover navigation, page inspection, interaction (click, type, fill, select, drag), and session management via CLI
  • Use browse snapshot to read the accessibility tree and get element refs for reliable interactions; reserve browse screenshot for visual debugging
  • Automatic environment selection based on API key availability; switch modes with browse env local or browse env remote
SKILL.md

Browser Automation

Automate browser interactions using the browse CLI with Claude.

Setup check

Before running any browser commands, verify the CLI is available:

which browse || npm install -g @browserbasehq/browse-cli

Environment Selection (Local vs Remote)

The CLI supports explicit per-session environment overrides. If you do nothing, the next session defaults to Browserbase when BROWSERBASE_API_KEY is set and to local otherwise.

Local mode

  • browse env local starts a clean isolated local browser
  • browse env local --auto-connect reuses an already-running debuggable Chrome and falls back to isolated if nothing is available
Related skills

More from browserbase/skills

Installs
3.3K
GitHub Stars
3.1K
First Seen
Jan 22, 2026