skills.vishalvoidskills/vishalvoid
Technical & DevelopmentIntermediate

browserbase-cli

Manage Browserbase projects and Functions from the CLI.

Developer Setup

Setup & Installation

bash
npx skills add https://github.com/browserbase/skills --skill browserbase-cli

Overview

What This Skill Does

Provides a command-line interface for managing sessions, projects, persistent contexts, and deploying serverless Functions.

Application

When to use this Skill

Documentation

Show Skills.md file

Browserbase CLI

Use the official browse CLI for Browserbase platform operations, Functions workflows, and Fetch API calls.

Setup check

Before using the CLI, verify it is installed:

which browse || npm install -g browse
browse --help

For authenticated commands, set the API key:

export BROWSERBASE_API_KEY="your_api_key"

When to use this skill

Use this skill when the user wants to:

  • run Browserbase commands through browse
  • scaffold, develop, publish, or invoke Browserbase Functions
Lines 1 - 25 of 114

Recommendations

Explore other random skills

All skillsMy patterns