Skip to content

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 init

The CLI detects OpenClaw and registers it as a harness:

✓ Detected harnesses:
  • openclaw -> .openclaw/openclaw.json

2. Start the proxy

bash
intutic start

Have an Intutic account or run your own control plane? Use intutic connect instead. It starts the same proxy and adds bidirectional config sync.

What gets written

Intutic configures:

  • JSON Config: .openclaw/openclaw.json (specifying the proxy baseUrl and authentication rules).
  • Hook Script: .intutic/hooks/openclaw-check.js (drained by sync-daemon).

The circuit breaker for AI agents