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 browse

Environment Selection (Local vs Remote)

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

Related skills

More from browserbase/skills

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