A deterministic safety gate for deployment execution that enforces governance through schema validation and persona-weighted voting.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install consensus-deployment-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-deployment-guard using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
consensus-deployment-guard serves as a critical governance layer within the Openclaw Skills ecosystem, acting as the final safety gate before code or infrastructure changes are executed. It provides a deterministic framework for making ALLOW, BLOCK, or REQUIRE_REWRITE decisions based on strict policy evaluations and weighted persona voting. This ensures that every deployment request is not only technically valid but also compliant with organizational risk standards.
By integrating this skill, developers and operators can automate the validation of deployment requests against hard-block policies like failed CI tests or missing rollback artifacts. It bridges the gap between agent-driven proposals and production-ready execution by providing a clear, auditable trail of decision-making artifacts that can be replayed or reviewed at any time.
Install the package via npm to begin using it within your Openclaw Skills workflows:
npm i consensus-deployment-guard
Configure the mandatory environment variables to define where state and audit logs should be stored:
export CONSENSUS_STATE_FILE=./state.json
export CONSENSUS_STATE_ROOT=./consensus-data
You can then run the guard against an input file using node and tsx:
node --import tsx run.js --input ./examples/input.json
The skill manages its state and audit trails through a structured filesystem hierarchy defined by environment variables.
| Attribute | Description |
|---|---|
CONSENSUS_STATE_FILE |
The primary JSON file tracking the current lifecycle of deployment requests. |
CONSENSUS_STATE_ROOT |
The root directory where board-native audit artifacts and decision histories are persisted. |
Decision Output |
A JSON object containing the final status (ALLOW/BLOCK/REQUIRE_REWRITE) and associated metadata. |
The schema validation is strict, ensuring that no unauthorized or malformed data affects the governance process.
Loading
A persona-weighted governance tool for AI-assisted engineering that evaluates PR risks and automates merge decisions.

A pre-execution safety gate that uses persona-weighted consensus to govern high-risk AI agent actions before they cause irreversible side effects.

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 shared deterministic policy engine providing the core primitives for vote aggregation, reputation management, and schema enforcement within the Openclaw Skills ecosystem.

A local-first engine for running multi-LLM policy-based decision workflows to ensure high-confidence outcomes in agentic systems.








































