@shawnpana

Browser Use

Browser automation plugin for OpenClaw via browser-use CLI

Current version
v1.0.0
code-pluginCommunitysource-linked

browser-use plugin for OpenClaw

Browser automation plugin that gives your OpenClaw agent the ability to navigate websites, click elements, fill forms, take screenshots, and extract data.

Prerequisites

Install the browser-use CLI:

# macOS / Linux
curl -fsSL https://browser-use.com/cli/install.sh | bash

# Windows (PowerShell)
& "C:\Program Files\Git\bin\bash.exe" -c 'curl -fsSL https://browser-use.com/cli/install.sh | bash'

Validate your installation:

browser-use doctor

Requires Python 3.11+.

Install

openclaw plugins install browser-use

Enable the plugin and allow the tool:

openclaw plugins enable browser-use
openclaw config set tools.allow '["browser_use"]'

Usage

Once installed, your agent can use the browser_use tool to automate browser interactions. Ask it to:

  • "Open https://example.com and tell me the page title"
  • "Go to Hacker News and summarize the top 3 stories"
  • "Fill out the contact form on example.com"
  • "Take a screenshot of the current page"

Configuration

Optional settings in your OpenClaw config:

SettingTypeDefaultDescription
headedbooleanfalseShow browser window
timeoutMsnumber30000Command timeout (ms)

License

MIT

Source and release

Source repository

ShawnPana/browser-use-openclaw-plugin

Open repo

Source commit

ea475df45fb44a84cfc1221b7a2673d2cbb9d9a6

View commit

Install command

openclaw plugins install clawhub:browser-use-plugin

Metadata

  • Package: browser-use-plugin
  • Created: 2026/03/28
  • Updated: 2026/03/28
  • Executes code: No
  • Source tag: main

Compatibility

  • Built with OpenClaw: 1.0.0
  • Plugin API range: >=2026.3.23
  • Tags: latest
  • Files: 11