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:
| Setting | Type | Default | Description |
|---|---|---|---|
headed | boolean | false | Show browser window |
timeoutMs | number | 30000 | Command timeout (ms) |
License
MIT