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 sync
bash
intutic connectWhat 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).