Browserbase/browserbase-cli — Agent Skills | officialskills.sh
Back to skills

browserbase-cli

communityworkflows

A CLI wrapper around the Browserbase platform.

Setup & Installation

npx skills add https://github.com/browserbase/skills --skill browserbase-cli
or paste the link and ask your coding assistant to install it
https://github.com/browserbase/skills/tree/main/skills/browserbase-cli
View on GitHub

What This Skill Does

A CLI wrapper around the Browserbase platform. It lets you deploy and invoke serverless browser functions, manage sessions and projects, fetch web pages, run web searches, and scaffold starter templates from the terminal.

It puts Browserbase's entire platform API behind short terminal commands, so you can manage sessions, deploy functions, and fetch pages without writing API calls by hand.

When to use it

  • Deploying a serverless browser function to scrape product pages on a schedule
  • Fetching rendered HTML from a JavaScript-heavy site without spinning up a full browser session
  • Searching the web from a CI pipeline and saving results to a JSON file
  • Creating a new Browserbase session with proxy and captcha-solving options
  • Scaffolding a pre-built template for form-filling or data extraction