Configuration
Configure the DealSurface OpenClaw plugin with openclaw config, or edit the config manually as a fallback.
Via OpenClaw config
For the default install flow, useopenclaw config setto write the plugin settings directly into the OpenClaw config.
CLI commands
openclaw config set plugins.entries.openclaw-plugin.enabled true
openclaw config set plugins.entries.openclaw-plugin.config.apiKey "ds_live_your_key_here"Normalized entry key
These commands useplugins.entries.openclaw-plugin, which the DealSurface plugin reads natively.
Manual config fallback
If you would rather edit the config file directly, set the same values under the plugin entry in JSON.
{
"plugins": {
"entries": {
"@dealsurface/openclaw-plugin": {
"enabled": true,
"config": {
"apiKey": "ds_live_your_key_here",
"apiUrl": "https://dealsurface.com",
"mcpServerId": "dealsurface-mcp"
}
}
}
}
}Bridge env mapping
| Plugin key | MCP env var | Required |
|---|---|---|
| apiKey | DEALSURFACE_API_KEY | Yes |
| apiUrl | DEALSURFACE_API_URL | No |
| mcpServerId | Bridge identifier only | No |
API key scopes
Use keys withreadscope for read tools andoutreachfor lead/outreach tools.
Connection check
After enabling the plugin, ask OpenClaw to "list my DealSurface products". A successful response confirms plugin config and MCP bridge startup.
Related docs
- Plugin package:
@dealsurface/openclaw-plugin - Plugin ID:
com.dealsurface.openclaw-plugin