返回顶部
🇺🇸 English
🇨🇳 简体中文
🇨🇳 繁體中文
🇺🇸 English
🇯🇵 日本語
🇰🇷 한국어
🇫🇷 Français
🇩🇪 Deutsch
🇪🇸 Español
🇷🇺 Русский
c

consensus-agent-action-guard

Pre-execution governance for high-risk agent actions. Uses persona-weighted consensus to decide ALLOW/BLOCK/REQUIRE_REWRITE before external or irreversible side effects occur, with board-native audit artifacts.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.1.14
安全检测
已通过
467
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

consensus-agent-action-guard

# consensus-agent-action-guard `consensus-agent-action-guard` is the final safety gate before autonomous action execution. ## What this skill does - evaluates proposed agent actions (risk, irreversibility, side effects) - applies hard-block and weighted consensus logic - returns one of: `ALLOW | BLOCK | REQUIRE_REWRITE` - emits required follow-up actions (e.g., human confirmation) - writes decision and persona updates to board artifacts ## Why this matters Most catastrophic automation failures happen at execution time. This skill inserts explicit governance before side effects. ## Ecosystem role Built on the same consensus stack as communication and merge guards, giving one policy language across agent operations. ## Typical usage - gating destructive operations - controlling external messaging/posting actions - requiring human confirmation for irreversible high-risk tasks ## Runtime, credentials, and network behavior - runtime binaries: `node`, `tsx` - network calls: none in the guard decision path itself - filesystem writes: board/state artifacts under the configured consensus state path ## Dependency trust model - `consensus-guard-core` is the first-party consensus package used in guard execution - versions are semver-pinned in `package.json` for reproducible installs - this skill does not request host-wide privileges and does not mutate other skills ## Quick start ```bash node --import tsx run.js --input ./examples/input.json ``` ## Tool-call integration This skill is wired to the consensus-interact contract boundary (via shared consensus-guard-core wrappers where applicable): - readBoardPolicy - getLatestPersonaSet / getPersonaSet - writeArtifact / writeDecision - idempotent decision lookup This keeps board orchestration standardized across skills. ## Invoke Contract This skill exposes a canonical entrypoint: - `invoke(input, opts?) -> Promise<OutputJson | ErrorJson>` `invoke()` starts the guard flow and executes deterministic policy evaluation with board operations via shared guard-core wrappers. ## external_agent mode Guards support two modes: - `mode="external_agent"`: caller supplies `external_votes[]` from agents/humans/models for deterministic aggregation. - `mode="persona"`: requires an existing `persona_set_id`; guard will not generate persona sets internally.

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 consensus-agent-action-guard-1776296510 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 consensus-agent-action-guard-1776296510 技能

通过命令行安装

skillhub install consensus-agent-action-guard-1776296510

下载

⬇ 下载 consensus-agent-action-guard v1.1.14(免费)

文件大小: 17.78 KB | 发布时间: 2026-4-16 16:42

v1.1.14 最新 2026-4-16 16:42
Bumped consensus-guard-core dependency to ^1.1.15 and rolled forward release.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部