A shared deterministic policy engine providing the core primitives for vote aggregation, reputation management, and schema enforcement within the Openclaw Skills ecosystem.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install consensus-guard-core
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-guard-core using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
consensus-guard-core acts as the foundational policy infrastructure for the Consensus.Tools family of agents. It is designed to prevent logic drift across different guard types by providing a centralized library of deterministic functions. By utilizing this core package, developers can ensure that their Openclaw Skills maintain consistent decision semantics, making workflows more reliable and easier to audit.
The package provides essential tools for hard-block taxonomy, weighted vote aggregation, and reputation clamping. It is specifically built for LLM orchestration where replayable and comparable behavior across different domains is critical for maintaining the integrity of decentralized or multi-agent governance systems.
To integrate these primitives into your Openclaw Skills, install the package via npm:
npm i consensus-guard-core
Configure your environment to point to your consensus state files:
export CONSENSUS_STATE_FILE=path/to/state.json
export CONSENSUS_STATE_ROOT=path/to/board/root
Run tests to verify the installation:
npm test
| Data Component | Description | Storage Format |
|---|---|---|
| State Root | The base directory for all consensus-related artifacts | Filesystem Path |
| Artifacts | JSON records of specific decisions and board updates | .json files |
| Persona Set | Indexed collections of agent identities and current reputation | JSON Array |
| Idempotency Keys | Unique identifiers used to prevent duplicate executions | String (UUID/Hash) |
Loading
A deterministic safety gate for deployment execution that enforces governance through schema validation and persona-weighted voting.

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 local-first engine for running multi-LLM policy-based decision workflows to ensure high-confidence outcomes in agentic systems.

A deterministic safety gate for IAM and privilege elevation requests in automated agent workflows.








































