A pre-execution safety gate that uses persona-weighted consensus to govern high-risk AI agent actions before they cause irreversible side effects.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install consensus-agent-action-guard
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install consensus-agent-action-guard using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Consensus Agent Action Guard is a specialized tool within the Openclaw Skills ecosystem designed to act as the final safety gate before an autonomous agent executes an action. By inserting an explicit governance layer, it prevents catastrophic automation failures that typically occur at the point of execution. This skill evaluates proposed actions based on risk, irreversibility, and potential side effects, ensuring that every move an agent makes is validated against a robust policy framework.
Utilizing the same underlying consensus stack as communication and merge guards, this skill provides a unified policy language across all agent operations. It functions by applying weighted consensus logic from various personas to reach a definitive decision, ensuring that high-stakes operations are never performed without proper authorization or alignment with organizational protocols.
To integrate this component of Openclaw Skills into your environment, follow these steps:
# Install the package
npm install consensus-agent-action-guard
# Configure the required environment variables
export CONSENSUS_STATE_FILE=./state/governance.json
export CONSENSUS_STATE_ROOT=./state/root
# Run the guard with a sample input
node --import tsx run.js --input ./examples/input.json
The skill manages its governance data through structured board artifacts and state files. Below is the primary metadata taxonomy:
| Attribute | Type | Description |
|---|---|---|
CONSENSUS_STATE_FILE |
Path | Location of the JSON file tracking decision history and active states. |
persona_set_id |
String | Identifier for the group of personas involved in the consensus process. |
external_votes |
Array | A collection of votes provided by external agents or humans in external_agent mode. |
decision |
String | The final output: ALLOW, BLOCK, or REQUIRE_REWRITE. |
Loading
Deploy websites, forms, and dashboards instantly through a simple API with no build steps or hosting configuration required.

A professional-grade skill for querying official Traditional Chinese dictionaries from Taiwan's Ministry of Education with automated version management.

A comprehensive orchestration framework for AI agents to manage complex tasks, ensure high code quality, and implement a continuous self-improvement loop.

A high-throughput skill to process massive Claude API request volumes asynchronously while slashing token costs by 50%.

A persona-weighted governance tool for AI-assisted engineering that evaluates PR risks and automates merge decisions.

A deterministic safety gate for deployment execution that enforces governance through schema validation and persona-weighted voting.








































