governance.wrapper

TotalClaw 作者 totalclaw

用于具有证据记录和策略执行的自主操作的强制严格模式执行包装器

安装 / 下载方式

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