Recursant, the open source AI control plane, now supports OpenClaw

hestefisk1 pts0 comments

Recursant for OpenClaw · Plugins<br>Recursant for OpenClaw

Recursant governance plugin for OpenClaw — registers the instance with a Recursant registry and routes tool/LLM/message traffic through Recursant interceptors.

Audits<br>Pass<br>ClawScanReview

Agentic behavior and permission review.<br>Static analysisPass

Pattern checks against bundled files.<br>VirusTotalPass

Multi-engine malware detections and file reputation.

Install

openclaw plugins install clawhub:openclaw-recursant

READMECapabilitiesCompatibilityVerification<br>openclaw-recursant

Recursant governance plugin for OpenClaw.

Registers the OpenClaw instance with a Recursant registry, then governs the<br>instance's tool calls, LLM calls, and chat messages via in-process<br>interceptors: authorisation, PII redaction, rate limiting, and audit.

This is v0 — cooperative governance only. Provider replacement and<br>host-level enforcement are not yet implemented.

Install

# Once published:<br>npm install -g openclaw-recursant<br># OpenClaw will pick it up via plugin discovery.

Configure

Plugin config (via OpenClaw plugin config, env, or<br>~/.recursant/openclaw.json):

"registryUrl": "https://recursant.example.com",<br>"enrollmentToken": "",<br>"tenantId": "default"

Override the config-file path with RECURSANT_OPENCLAW_CONFIG=/path/to.json.

Build / test

pnpm install<br>pnpm build<br>pnpm test

What it intercepts

OpenClaw hookBehaviourbefore_tool_callAuthz + PII + rate-limit; block / rewrite paramsllm_inputPII + rate-limit on prompts; auditmessage_receivedAudit inbound chatmessage_sendingPII redaction on outbound chatgateway_start/gateway_stopEnrol, heartbeat, deregister<br>How it talks to Recursant

PathPurposePOST /v1/openclaw/instances/enrollExchange enrolment token for JWTPOST /v1/openclaw/instances/heartbeatLiveness + plugin versionGET /v1/openclaw/instances/policyFetch current policyPOST /v1/openclaw/instances/auditPush audit batchesPOST /v1/openclaw/instances/deregisterGraceful shutdown<br>See openclaw-design.md at the repo root for the full design and the v1<br>roadmap.

Repositoryajensenwaud/recursant<br>OwnerAnders Jensen-Waud<br>Executes codeYes<br>Current versionv0.1.0<br>TypeCode Plugin

Tagslatest 0.1.0<br>Download

openclaw recursant plugin install instances governance

Related Articles