📦 Pilot Consensus — 分布式投票共识
v1.0.0为多个智能体提供分布式投票与一致性协议,帮助它们在去中心化环境中快速就数值或决策达成可信共识,适用于协商、资源分配、冲突解决等场景。
0· 73·0 当前·0 累计
下载技能包
最后更新
2026/4/9
安全扫描
OpenClaw
安全
medium confidenceNULL
评估建议
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 do...详细分析 ▾
✓ 用途与能力
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.
ℹ 指令范围
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.
✓ 安装机制
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.
ℹ 凭证需求
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.
✓ 持久化与权限
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.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.02026/4/9
NULL
● 无害
安装命令
点击复制官方npx clawhub@latest install pilot-consensus
镜像加速npx clawhub@latest install pilot-consensus --registry https://cn.longxiaskill.com