← 返回 Skills 市场
consensus-persona-engine
作者
Kai Cianflone
· GitHub ↗
· v0.1.1
331
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install consensus-persona-engine
功能描述
Deterministic persona reputation engine that applies guard decision effects to persona_set state and emits explicit reputation_delta artifacts.
使用说明 (SKILL.md)
consensus-persona-engine
consensus-persona-engine is the state transition layer for persona reputation updates.
What this skill does
- takes
decision,vote_batch, and currentpersona_set - applies deterministic reputation rules
- emits
reputation_delta - returns updated
persona_setwith lineage-safe fields
Invoke contract
invoke(input, opts?) -> Promise\x3COutputJson | ErrorJson>
Required input:
board_iddecisionvote_batchpersona_set- optional
ruleset
No provider credentials required.
安全使用建议
This skill is coherent and small: it only needs Node and processes JSON input to compute reputation deltas. You can safely inspect the included src/index.mjs (it contains the full logic) before installing. Note the default ruleset (reward/penalty values and min/max reputation) is used unless you supply a ruleset; review or override those if they must match your policy. Because it can be invoked by agents, decide whether you want to allow autonomous runs in your environment, but there are no network calls or secret accesses in the code.
功能分析
Type: OpenClaw Skill
Name: consensus-persona-engine
Version: 0.1.1
The OpenClaw skill 'consensus-persona-engine' is a deterministic persona reputation engine. It processes structured JSON input to update persona reputations based on predefined rules and emits reputation delta artifacts. The code primarily performs computational logic, uses `node:fs` to read its designated input file, and `node:crypto` for UUID generation. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, prompt injection attempts against the agent, or obfuscation. The use of `fs.readFileSync` is for its stated purpose of reading an input file and does not indicate malicious intent within the skill itself.
能力评估
Purpose & Capability
Name/description describe a reputation engine. Declared runtime requirement is only Node (expected for the included JS), and the code implements deterministic reputation updates and emits reputation_delta artifacts as described. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md and run.js limit behavior to reading an input JSON and running the handler that processes decision, vote_batch, and persona_set. The instructions do not direct reading unrelated files, accessing environment variables, or sending data externally.
Install Mechanism
No install spec; this is instruction-only with small bundled source files. There are no downloads, package installs, or extraction steps that would write arbitrary external code to disk.
Credentials
No environment variables, credentials, or config paths are required. The skill's functionality does not justify any secret access, and none is requested.
Persistence & Privilege
always is false and the skill does not modify other skills or system settings. It contains no self-enabling or persistent background behavior; autonomous invocation is allowed by platform default but is not combined with any other risky privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install consensus-persona-engine - 安装完成后,直接呼叫该 Skill 的名称或使用
/consensus-persona-engine触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.1
Decoupled guard/provider path; deterministic contract updates.
元数据
常见问题
consensus-persona-engine 是什么?
Deterministic persona reputation engine that applies guard decision effects to persona_set state and emits explicit reputation_delta artifacts. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 331 次。
如何安装 consensus-persona-engine?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install consensus-persona-engine」即可一键安装,无需额外配置。
consensus-persona-engine 是免费的吗?
是的,consensus-persona-engine 完全免费(开源免费),可自由下载、安装和使用。
consensus-persona-engine 支持哪些平台?
consensus-persona-engine 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 consensus-persona-engine?
由 Kai Cianflone(@kaicianflone)开发并维护,当前版本 v0.1.1。
推荐 Skills