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-clinpx skills add https://github.com/browserbase/skills --skill browserbase-cliOr paste this URL into your assistant to install:
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
- When you want to manage Browserbase projects, sessions, and contexts directly from the terminal.
- When deploying or invoking serverless Browserbase Functions programmatically.
- When you need to quickly inspect session states or terminate active remote sessions.
- When scaffolding new browser automation projects from built-in CLI starter templates.
- When you want to perform quick Fetch or Search operations without writing full script files.
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
TechnicalIntermediate
firebase-apk-scanner
Scan Android APKs for Firebase misconfigurations and security vulnerabilities
TechnicalIntermediate
spec-to-code-compliance
Specification-to-code compliance checker for blockchain audits
TechnicalIntermediate
sentry-workflow
End-to-end Sentry workflow: fix production issues and review code with Sentry context