Settings
Configure Constclaw from the extension's side panel. Click the ⚙️ icon in the top-right corner to open the settings view.
Extension settings
All settings are stored in chrome.storage.local and persist
across browser restarts. Changes take effect immediately — no restart required.
Gateway URLws://127.0.0.1:18789Gateway TokenOPENCLAW_GATEWAY_TOKEN set. Leave blank for local-only setups.
Response LanguageEnglishRespond in {language}. Supports any
language the underlying model understands.
Analysis ModeExplain & DefineGateway configuration
The OpenClaw gateway has its own config file at
~/.openclaw/openclaw.json. These settings affect the
gateway, not the extension directly.
gateway.host
Bind address. Use 127.0.0.1 for local-only or
0.0.0.0 to allow LAN connections (not recommended
without a token).
gateway.port
WebSocket port. Default is 18789. If changed, update
the Gateway URL in the extension settings to match.
gateway.token
Authentication token. When set, all connecting clients must provide
this token in the auth.token field during the handshake.
provider.name
AI provider: anthropic, openai, or
ollama for local models. Set during openclaw onboard.
provider.model
Model ID. Examples: claude-opus-4-6,
gpt-4o, llama3.1.
limits.maxTokensMaximum tokens in the AI response. Higher values allow longer responses but increase cost and latency.
Environment variables
The gateway also reads these environment variables, which override
values in openclaw.json:
OPENCLAW_GATEWAY_TOKENgateway.tokenANTHROPIC_API_KEYprovider.apiKeyanthropic.OPENAI_API_KEYprovider.apiKeyopenai.OPENCLAW_PORTgateway.portResetting settings
To reset extension settings to defaults, click the Reset button at the bottom of the settings panel. To reset the gateway config: