OpenClaw Browser Relay
Architecture
Bot (EC2/local) --> Relay Server (Node.js) --> Chrome Extension (Manifest V3)
ws://localhost:9222 |
Chrome Browser
(FleetOS loaded)Quick Start
1. Start the relay server
cd relay-server
npm install
node server.js
# or: RELAY_AUTH_TOKEN=my-secret-token node server.js2. Load the Chrome extension
cd extension/icons && node generate-icons.cjs
3. Run the bot client
Supported Commands
Command
Params
Description
Bot Client SDK
Remote Access (EC2)
Security Notes
Troubleshooting
Last updated
Was this helpful?