A natural language browser automation skill that enables AI agents to navigate web pages, extract data, and interact with web elements via the CLI.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install stagehand-browser-cli
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 stagehand-browser-cli using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Browser Automation skill provides a powerful interface for controlling web browsers using natural language instructions. By integrating the Stagehand CLI, it allows users and AI agents to execute complex web tasks without writing brittle selector-based scripts. This skill is a core component of the Openclaw Skills ecosystem, offering a bridge between high-level intent and low-level browser actions.
One of the standout features of this skill is its flexible environment management. It can automatically detect whether to run sessions locally using a standard Chrome installation or remotely via Browserbase. This makes it ideal for everything from local development and testing to production-scale web scraping and automation in environments where stealth and proxy support are required.
To integrate this capability into your environment, follow these steps to set up the browser tool within the Openclaw Skills directory:
npm install
npm link
To enable remote execution with stealth features, add your credentials to the .env file:
BROWSERBASE_API_KEY=your_keyBROWSERBASE_PROJECT_ID=your_project_idThe skill manages browser states and provides structured output for data extraction tasks. Below is the metadata and command structure:
| Type | Command | Description |
|---|---|---|
| Navigation | navigate <url> |
Loads the specified web page. |
| Interaction | act <instruction> |
Executes a natural language action like 'click' or 'type'. |
| Extraction | extract <instruction> |
Returns structured data from the page based on the query. |
| Inspection | observe <query> |
Returns a list of interactive elements matching the query. |
| Utility | screenshot |
Captures a PNG of the current browser viewport. |
Loading
A comprehensive skill for deploying, managing, and invoking serverless browser automation using the Browserbase CLI and SDK.

A natural language interface for automating browser actions, web navigation, and data extraction via CLI.

An AI-powered browser automation tool that executes natural language commands to navigate, interact with, and extract data from any website.

A powerful CLI skill for automating web browser interactions and data extraction using natural language commands.

An automated discovery system that allows agents to identify and load custom skill documentation on demand.

A robust tool for downloading and querying Amazon order history through an unofficial Python API and CLI interface.








































