Back to Registry View Author Profile
Official Verified
governance.wrapper
Mandatory strict-mode execution wrapper for autonomous operations with evidence logging and policy enforcement
skill-install — Terminal
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/mikeholownych/governance-wrapperOr
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.
Metadata
AI Skill Finder
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skill Add to Configuration
Paste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-mikeholownych-governance-wrapper": {
"enabled": true,
"auto_update": true
}
}
}Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.