← 返回 Skills 市场
Pilot Consensus
作者
Calin Teodor
· GitHub ↗
· v1.0.0
· MIT-0
97
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install pilot-consensus
功能描述
Distributed voting and agreement protocols for multi-agent decision making. Use this skill when: 1. Multiple agents need to agree on a value or decision 2. Y...
安全使用建议
This skill appears to do what it claims (coordinate consensus via pilotctl) and is instruction-only, so it won't write code to disk. Before installing or using it, verify you have a trusted pilotctl binary and a properly configured pilot daemon, and confirm the registry host(s) you will publish to are correct and trusted. The SKILL.md expects several environment variables (AGENT_ID, CURRENT_TERM, TOTAL_VOTERS, PROPOSER_ADDRESS, PROPOSAL_VALUE, REGISTRY_HOST) and helper tools (jq, uuidgen) but does not declare them as required — ensure you supply those at runtime. Because the skill publishes messages to network endpoints, only use it with peers and registries you trust. If you need higher assurance, ask the publisher for an explicit list of required env vars and binaries and for guidance on pilotctl authentication and access controls.
功能分析
Type: OpenClaw Skill
Name: pilot-consensus
Version: 1.0.0
The skill provides a standard implementation of distributed consensus protocols (prepare, vote, commit) for multi-agent coordination. The logic in SKILL.md uses the 'pilotctl' utility and 'jq' to manage JSON-based voting and proposals, which is entirely consistent with its stated purpose. No indicators of data exfiltration, malicious execution, or prompt injection were found.
能力评估
Purpose & Capability
The name and description (distributed voting/consensus) align with the actions in SKILL.md: publishing proposals, sending votes, collecting messages via pilotctl. Requiring pilotctl and a pilot daemon is expected for this purpose. The skill does reference pilot-protocol in the compatibility text, which fits the stated purpose.
Instruction Scope
Instructions are narrowly focused on consensus flows (publish, send-message, received). They do rely on environment variables (e.g., AGENT_ID, CURRENT_TERM, TOTAL_VOTERS, PROPOSER_ADDRESS, PROPOSAL_VALUE, REGISTRY_HOST) and use jq/uuidgen, but the skill does not declare those env vars as required. The commands transmit messages to registry-hosts and peer addresses — expected for consensus, but network transmission is intrinsic and should be expected by users.
Install Mechanism
This is an instruction-only skill (no install spec, no code files), which is low risk from an install-footprint perspective. It does require the pilotctl binary on PATH; no downloads or extract steps are specified.
Credentials
The skill declares no required environment variables or credentials, yet the runtime instructions use several environment variables (agent IDs, terms, voter counts) and rely on helper binaries (jq, uuidgen) mentioned in the Dependencies section but not in the metadata's required bins. This is a documentation/integration gap: nothing requested appears excessive for the purpose, but the skill should explicitly document required env vars and runtime prerequisites.
Persistence & Privilege
always is false and the skill does not request persistent or elevated platform privileges. It does not attempt to modify other skills or global agent config. Autonomous invocation is enabled by default (normal for skills) but not combined with other red flags.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install pilot-consensus - 安装完成后,直接呼叫该 Skill 的名称或使用
/pilot-consensus触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
常见问题
Pilot Consensus 是什么?
Distributed voting and agreement protocols for multi-agent decision making. Use this skill when: 1. Multiple agents need to agree on a value or decision 2. Y... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 97 次。
如何安装 Pilot Consensus?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install pilot-consensus」即可一键安装,无需额外配置。
Pilot Consensus 是免费的吗?
是的,Pilot Consensus 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Pilot Consensus 支持哪些平台?
Pilot Consensus 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Pilot Consensus?
由 Calin Teodor(@teoslayer)开发并维护,当前版本 v1.0.0。
推荐 Skills