Jump to related tools in the same category or review the original source on GitHub.

Coding Agents & IDEs @mikeholownych Updated 6/28/2026 374 downloads 0 stars Security: Pass

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

ClawHub CLI
openclaw skills install @mikeholownych/governance-wrapper
Node.js (npx)
npx clawhub@latest install governance-wrapper

Full SKILL.md

Open original
Metadata table.
namedescription
governance.wrapperMandatory 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.v1 emission
  • Hash-chained append-only evidence logging

Any policy violation results in a blocked execution with recorded evidence.

ClawHub Registry URL: https://clawhub.ai/mikeholownych/skills/governance-wrapper

Related skills

If this matches your use case, these are close alternatives in the same category.