openclaw-browser-channel
v1.0.1
Published
All-in-one: chat with OpenClaw from Chrome AND automate websites via CDP. Combines browser agent + Chrome extension channel into one plugin.
Maintainers
Readme
Browser Agent + Chrome Channel — OpenClaw Plugin
All-in-one: chat with OpenClaw from Chrome AND automate websites via CDP.
What it does
Combines two capabilities into one plugin:
- Chrome Extension Channel — Chat with your OpenClaw agent from the browser toolbar
- Browser Agent (CDP) — Let your agent control the browser: navigate, click, fill forms, screenshot, scrape
Think of it as: you talk to the agent via Chrome Extension, and the agent can operate the browser for you.
Install
openclaw plugins install @openclaw-plugins/browser-channelSetup
Browser Automation
npm install -g agent-browser
agent-browser install
# To control an existing Chrome:
chrome --remote-debugging-port=9222
agent-browser connect 9222Chrome Extension
- Load
chrome-extension/as unpacked extension inchrome://extensions/ - Configure Gateway URL and API Key in the extension settings
- Start chatting!
All Tools
| Tool | Description |
|------|-------------|
| browser_open | Navigate to a URL |
| browser_snapshot | Get page accessibility tree |
| browser_click | Click element by ref |
| browser_fill | Fill form field |
| browser_screenshot | Capture screenshot |
| browser_get | Extract page data |
| browser_eval | Run JavaScript (optional) |
| browser_batch | Multi-command execution |
| Chrome Extension | Chat channel via toolbar |
