← Back to Skills Marketplace
Pilot Consensus
by
Calin Teodor
· GitHub ↗
· v1.0.0
· MIT-0
97
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install pilot-consensus
Description
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...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install pilot-consensus - After installation, invoke the skill by name or use
/pilot-consensus - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Frequently Asked Questions
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 97 downloads so far.
How do I install Pilot Consensus?
Run "/install pilot-consensus" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Pilot Consensus free?
Yes, Pilot Consensus is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Pilot Consensus support?
Pilot Consensus is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Pilot Consensus?
It is built and maintained by Calin Teodor (@teoslayer); the current version is v1.0.0.
More Skills