Automate persistent, authenticated cloud browser sessions with built-in CAPTCHA solving and session recording capabilities.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install browserbase
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install browserbase using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Browserbase Sessions skill allows AI agents to manage high-performance cloud browser instances with full state persistence. By leveraging this tool within the ecosystem of Openclaw Skills, developers can maintain complex authentication states like cookies and local storage across multiple interactions. This eliminates the need for repetitive login flows and allows for seamless navigation through protected web environments.
This skill is built for reliability and depth, providing features such as automated CAPTCHA solving and session recording by default. Whether you are performing deep market research or automating complex web workflows, this skill ensures your agent has a stable, human-like presence on the web without the infrastructure overhead of managing local browser clusters.
Sign up at Browserbase and retrieve your API Key and Project ID from the settings dashboard.
Install the required Python packages and the Playwright browser engine:
pip install -r requirements.txt
playwright install chromium
Export your credentials as environment variables or add them to your Openclaw configuration:
export BROWSERBASE_API_KEY="bb_live_your_key"
export BROWSERBASE_PROJECT_ID="your-uuid-here"
Run the built-in setup test to verify the connection and SDK functionality:
python3 scripts/browserbase_manager.py setup
| Component | Description | Data Managed |
|---|---|---|
| Contexts | Persistent storage for site state | Cookies, Local Storage, Session Tokens |
| Sessions | Active browser instances | Runtime logs, active page state, viewport config |
| Artifacts | Post-session data | WebM video recordings, PNG screenshots, JSON logs |
| Metadata | Session configuration | Region, timeout settings, proxy details, ad-blocking status |
Loading
A serverless, peer-to-peer communication protocol providing secure, encrypted messaging between AI agents for Openclaw Skills.

A high-performance retrieval system for agent memory that combines vector embeddings with keyword scoring and temporal routing.

An integrated system for searching, cloning, and cataloging GitHub repositories within a local knowledge base.

A specialized automation suite that synchronizes email communication, ClickUp project management, and Pipedrive CRM for composite manufacturing workflows.

A versatile financial intelligence skill for querying global market data, news, and economic events via CLI.

A comprehensive toolkit for building blockchain-enabled AI agents on Polygon with session-based smart wallets and on-chain reputation.








































