@shawnpana

Browser Use

Browser automation plugin for OpenClaw via browser-use CLI

当前版本
v1.0.0
code-plugin社区source-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

源码与版本

源码仓库

ShawnPana/browser-use-openclaw-plugin

打开仓库

源码提交

ea475df45fb44a84cfc1221b7a2673d2cbb9d9a6

查看提交

安装命令

openclaw plugins install clawhub:browser-use-plugin

元数据

  • 包名: browser-use-plugin
  • 创建时间: 2026/03/28
  • 更新时间: 2026/03/28
  • 执行代码:
  • 源码标签: main

兼容性

  • 构建于 OpenClaw: 1.0.0
  • 插件 API 范围: >=2026.3.23
  • 标签: latest
  • 文件数: 11