LogoLexmount Docs
LogoLexmount Docs
Homepage

Introduction

How to UseOpenClaw Integration with LexmountCodex Skill Integration with Lexmount
X (Twitter)

OpenClaw Integration with Lexmount

Configure OpenClaw to connect to Lexmount over remote CDP.

Authentication Information

  • project_id
  • api_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 restart

Verify Lexmount Browser

openclaw browser open "https://www.bilibili.com" --browser-profile lexmount

Table of Contents

Authentication Information
OpenClaw Configuration
Restart OpenClaw Gateway
Verify Lexmount Browser