Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.browserbase.com/llms.txt

Use this file to discover all available pages before exploring further.

Agent Skills are modular capabilities that extend AI agents with domain-specific expertise. Skills package instructions, workflows, and best practices that agents can use automatically when relevant to your request. The Browserbase skills teach AI coding agents like Claude Code how to use Browserbase across four workflow styles:
  • interactive browser automation with the browse CLI
  • lightweight page fetching via the Browserbase Fetch API
  • Browserbase Functions deployment workflows
  • unified Browse CLI workflows for cloud APIs, templates, and skill installs
Skills work by providing structured guidance to AI agents, enabling them to perform complex browser automation tasks through natural language commands.

Key features

Browser automation

Create and run browser automations using the browse CLI with interactive sessions, snapshots, and screenshots

Debug and fix

Identify and correct broken CSS selectors and failing automations by exploring live pages

Authentication flows

Handle login flows for protected sites with guided authentication workflows

Fetch API

Retrieve page content, headers, and metadata — fast and lightweight complement to browser sessions

Functions

Deploy browser agents as Browserbase Functions that run on a schedule or via webhook

Browse CLI

Use the unified browse CLI for browser automation, cloud resources, functions, templates, and skill installs

Installation

The Vercel Skills CLI provides a simple way to install skills across multiple AI coding agents including Claude Code, Cursor, and others.
1

Install the skill

Run one of the following commands depending on the skill you want:
npx skills add browserbase/skills --skill browser
npx skills add browserbase/skills --skill fetch
npx skills add browserbase/skills --skill functions
The CLI will prompt you to select your agent and confirm installation.
2

Install the CLI

npm install -g browse

Try it out

Once installed, you can use the skill with your AI coding agent. Try these example commands:

Explore a website

Ask your agent to explore a website and understand its structure:
Use the browse skill to explore https://news.ycombinator.com and identify the selectors for story titles and scores

Run Browse CLI workflows

Ask your agent to use the Browse CLI directly:
Use the browse CLI skill to open https://news.ycombinator.com, take a snapshot, and identify the selector for each story title

Further reading

Browse CLI skill

Install and use the browse CLI with Claude Code, Vercel Skills CLI, and Browse.sh

Skills repository

View source, report issues, and contribute