Back to skills

functions

workflows

Deploys browser automation scripts as serverless cloud functions on Browserbase. You write Playwright-based automation locally, test it with a dev server, then publish it to run on a schedule, via web

Setup & Installation

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

What This Skill Does

Deploys browser automation scripts as serverless cloud functions on Browserbase. You write Playwright-based automation locally, test it with a dev server, then publish it to run on a schedule, via webhook, or through API calls. Skips the work of setting up servers, containers, and browser binaries yourself by packaging Playwright scripts into deploy-ready cloud functions with one CLI command.

When to use it

  • Working with functions functionality
  • Implementing functions features
  • Debugging functions related issues