governance.wrapper

ClawSkills 作者 clawskills

Mandatory strict-mode execution wrapper for autonomous operations with evidence logging and policy enforcement

安装 / 下载方式

TotalClaw CLI推荐
totalclaw install clawskills:clawskills~mikeholownych-governance-wrapper
cURL直接下载,无需登录
curl -fsSL https://skills.taituai.com/api/skills/clawskills%3Aclawskills~mikeholownych-governance-wrapper/file -o mikeholownych-governance-wrapper.md
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.