browse command. You can use it for browser automation, Browserbase cloud APIs, Functions, templates, and skill installation.
Use the Browse CLI when you want your agent to stay in the terminal for workflows like:
- Browser automation:
browse open,snapshot,click,fill,type,upload,screenshot,wait, andviewport - Navigation and inspection:
browse back,forward,reload,highlight,refs,get,is,eval, andcdp - Session controls:
browse status,stop,cursor,tab,network, andmouse - Cloud APIs:
browse cloudfor Browserbase projects, sessions, contexts, extensions, fetch, and search APIs - Functions:
browse functionsfor function development, publishing, and invocation - Skills and templates:
browse skillsandbrowse templatesfor reusable browser workflows and scaffolds
The
browse CLI is the current Browserbase CLI surface.Choose the right skill
| Skill | Best for |
|---|---|
browser | Interactive browser automation powered by the browse CLI |
fetch | Lightweight page retrieval via the Browserbase Fetch API |
functions | Focused Browserbase Functions workflows |
browse-cli | Unified browse workflows across browser automation, cloud APIs, functions, skills, and templates |
Installation
- Browse CLI
- Vercel Skills CLI
- Claude Code plugins
1
Install the Browse CLI
npm install -g browse
2
Install the bundled skill
browse skills install
Command surface
The current top-levelbrowse topics are:
cloudfor Browserbase cloud resources and APIsfunctionsfor Browserbase Functionsmousefor raw mouse coordinate inputnetworkfor browser network captureskillsfor discovering and installing browser automation skillstabfor tab managementtemplatesfor scaffolding Browserbase templates
back,forward,reload,open, andwaitsnapshot,refs,highlight,screenshot, andcursorclick,fill,type,upload,select,key, andpressget,is,eval,viewport,status,stop, andcdp
Authentication
Remote Browserbase commands require your API key:export BROWSERBASE_API_KEY="your_api_key"
Common workflows
Browser automation
browse open https://example.com
browse snapshot
browse click @0-4
browse fill @0-7 "hello@example.com"
browse screenshot
Cloud APIs
browse cloud projects list
browse cloud sessions get <session_id>
browse cloud contexts create
browse cloud extensions upload ./my-extension.zip
Functions
browse functions init my-function
cd my-function
browse functions dev index.ts
browse functions publish index.ts
browse functions invoke <function_id> --params '{"url":"https://example.com"}'
Skills
browse skills list
browse skills find reviews
browse skills add yelp.com/extract-reviews
Browse.sh
Browse.sh is an open-source catalog of skills for reliable web tasks. It gives your agents researched playbooks for hundreds of sites.Further reading
Skills repository
View the Browserbase skills source and installation instructions.
Browse.sh
Explore the public Browse.sh skill catalog.
