Governance Wrapper for Openclaw

A mandatory security wrapper for strict-mode execution, evidence logging, and policy enforcement in autonomous operations.

mikeholownych
v1.0.0
Feb 24, 2026
0
0
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install governance-wrapper

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install governance-wrapper using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Governance Wrapper?

The Governance Wrapper is a critical security layer designed for managing autonomous agent behavior within strict environments. It serves as a mandatory execution gatekeeper, ensuring that every interaction follows predefined safety protocols and organizational policies. By utilizing this tool to wrap Openclaw Skills, developers can ensure that agents remain within operational bounds, using only approved models and network paths while maintaining a tamper-proof audit trail of every action taken during an autonomous session.

Governance Wrapper Use Cases

  • Enforcing strict-mode execution for production-level autonomous agents
  • Generating immutable evidence logs for regulatory compliance and security auditing
  • Restricting autonomous agent network access to approved allowlists for outbound HTTP traffic
  • Managing resource allocation for complex workflows using subagent semaphore controls
  • Ensuring consistent and deterministic model behavior by locking execution to specific LLM versions

How Governance Wrapper Works

  1. The wrapper is invoked with mandatory parameters including the requested skill, system prompt, and input context.
  2. It validates the request against the tool surface manifest and network allowlist before proceeding.
  3. The system locks the execution to the opencode/big-pickle model with a temperature of 0.0 for maximum consistency.
  4. During execution, the wrapper monitors all activities in real-time to ensure no security or policy violations occur.
  5. It generates a hash-chained, append-only evidence log (execution-evidence.v1) to record the entire lifecycle of the operation.
  6. Any detected policy violation results in an immediate block of the execution with recorded evidence of the attempt.

Governance Wrapper Setup

To deploy the wrapper within your workspace, ensure the governance script is correctly located. You can then execute your Openclaw Skills through this secure wrapper using the following command structure:

python3 /home/openclaw/.openclaw/workspace/governance/governance_wrapper.py \
--requested-skill <skill_name> \
--system-prompt "your_system_prompt" \
--input-context "your_input_context"

Governance Wrapper Data Schema & Taxonomy

The Governance Wrapper produces structured execution evidence and enforces the following technical specifications:

Component Specification
Model Lock opencode/big-pickle (No Fallback)
Parameter Control Temperature 0.0
Evidence Format execution-evidence.v1 (Hash-chained)
Concurrency Managed via maxConcurrentSubagents semaphore
Network Security Outbound HTTP allowlist enforcement

Governance Wrapper Advanced Features

  • Subagent semaphore management to strictly control the maxConcurrentSubagents limit
  • Mandatory hash-chained append-only logging to prevent evidence tampering or deletion
  • Strict enforcement of model parameters to ensure deterministic outcomes for all Openclaw Skills
  • Integrated skill allowlist enforcement based on the tool surface manifest

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*