Governance Wrapper OpenClaw Plugin & Skill | ClawHub
Looking to integrate Governance Wrapper into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate coding agents & ides tasks instantly, without having to write custom tools from scratch.
What this skill does
Mandatory strict-mode execution wrapper for autonomous operations with evidence logging and policy enforcement
Install
openclaw skills install @mikeholownych/governance-wrappernpx clawhub@latest install governance-wrapperFull SKILL.md
Open original| name | description |
|---|---|
| governance.wrapper | Mandatory strict-mode execution wrapper for autonomous operations with evidence logging and policy enforcement |
SKILL.md content below is scrollable.
All autonomous operations in strict mode must execute through this wrapper:
python3 /home/openclaw/.openclaw/workspace/governance/governance_wrapper.py
Required parameters:
--requested-skill--system-prompt--input-context
Strict-mode controls enforced by the wrapper:
- Model lock (
opencode/big-pickle, no fallback, temperature 0.0) - Skill allowlist enforcement from tool surface manifest
- Network allowlist enforcement for outbound HTTP
- Subagent semaphore (
maxConcurrentSubagents) - Mandatory
execution-evidence.v1emission - Hash-chained append-only evidence logging
Any policy violation results in a blocked execution with recorded evidence.