OpenClaw Integration with Lexmount
Configure OpenClaw to connect to Lexmount over remote CDP.
Authentication Information
project_idapi_key
Get them from the API Keys page.
OpenClaw Configuration
Edit ~/.openclaw/openclaw.json and add/update the browser profile to point to Lexmount:
{
...
"tools": {
"profile": "full",
"allow": [
"browser"
]
},
"browser": {
"enabled": true,
"remoteCdpTimeoutMs": 30000,
"remoteCdpHandshakeTimeoutMs": 50000,
"defaultProfile": "lexmount",
"profiles": {
"lexmount": {
"cdpUrl": "wss://api.lexmount.cn/connection?project_id=<project_id>&api_key=<api_key>",
"color": "#F97316"
}
}
},
...
}Restart OpenClaw Gateway
openclaw gateway restartVerify Lexmount Browser
openclaw browser open "https://www.bilibili.com" --browser-profile lexmount
Lexmount Docs