OpenClaw
Integrate Intutic governance with OpenClaw — the developer terminal agent.
How it works
Intutic monitors and modifies .openclaw/openclaw.json config. It registers pre-tool-call checks and configures OpenClaw to route LLM queries through the local proxy.
Setup
1. Initialize Intutic
bash
intutic initThe CLI detects OpenClaw and registers it as a harness:
✓ Detected harnesses:
• openclaw -> .openclaw/openclaw.json2. Start the proxy
bash
intutic startHave an Intutic account or run your own control plane? Use
intutic connectinstead. It starts the same proxy and adds bidirectional config sync.
What gets written
Intutic configures:
- JSON Config:
.openclaw/openclaw.json(specifying the proxybaseUrland authentication rules). - Hook Script:
.intutic/hooks/openclaw-check.js(drained by sync-daemon).