openclaw · CtrlNode agent type: OpenClaw
OpenClaw is an open-source agent executor with its own session runtime. The Bridge forwards task intents to the OpenClaw HTTP gateway and streams session output back to CtrlNode.
When to use it
- You already run OpenClaw on the Bridge machine
- You want OpenClaw’s native multi-agent and tool orchestration
- Other steps in the same workflow may use different providers (Claude, Codex, etc.)
Prerequisites
- Install and start OpenClaw (see OpenClaw docs)
- Ensure the gateway is reachable (default
http://localhost:18789) - Configure agents in
openclaw.json
Environment variables
Example
.env:
Agent configuration
Agents are defined inopenclaw.json at the workspace root:
Run the Bridge
sync_openclaw_agents from CtrlNode when agents are registered. Set API keys and paths in ~/.ctrlnode/.env — see Configuration.
Troubleshooting
← All providers