OverviewHistoryStatsSecurity
npx skills add ...
Documentation
SKILL.md
npx skills add browserbase/browse-plugin --skill functions
Guide deployment of serverless browser automation using the official Browserbase Functions CLI. Use when the user wants to deploy automation to run on a schedule, needs a webhook endpoint for browser automation, wants to run automation in the cloud, or asks about Browserbase Functions.
npx skills add browserbase/browse-plugin --skill functions
Deploy serverless browser automation to the cloud using the official bb CLI.
Get API key and Project ID from: https://browserbase.com/settings
This creates:
Key objects:
context.session.connectUrl -- CDP endpoint to connect Playwrightcontext.params -- Input parameters from invocationServer runs at http://127.0.0.1:14113
The dev server auto-reloads on file changes.
Save the Function ID from the output -- you need it to invoke.
| Command | Description |
|---|---|
pnpm dlx @browserbasehq/sdk-functions init <name> | Create new project |
pnpm bb dev <file> | Start local dev server |
pnpm bb publish <file> | Deploy to Browserbase |
waitForSelector instead of sleepsession.connectUrl is being used correctlychromium.connectOverCDP() not chromium.launch()
$$