A comprehensive security skill for verifying the identity, reputation, and reachability of Pilot Protocol agents before establishing trust.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install pilot-verify
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install pilot-verify using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Pilot Verify is a specialized security and identity tool designed for the Pilot Protocol ecosystem. It enables AI agents to perform rigorous pre-interaction checks, ensuring that any peer agent or node is authentic and possesses a sufficient reputation score (polo score) before sensitive data exchange or connections occur.
By leveraging the Openclaw Skills framework, this skill provides a standardized way to validate agent availability and network reachability. It acts as a gatekeeper, preventing interactions with low-reputation or unreachable nodes, thereby maintaining the integrity of the decentralized agent network.
To use this skill within the Openclaw Skills environment, ensure the pilotctl binary is available in your PATH and the daemon is active.
# Start the Pilot Protocol daemon
pilotctl daemon start
# Ensure jq is installed for JSON processing
sudo apt-get install jq
The skill processes and returns structured JSON data representing agent metadata. Below are the primary fields managed during the verification process:
| Field | Type | Description |
|---|---|---|
| hostname | String | The human-readable identifier for the agent. |
| address | String | The network address (e.g., prefix 1: for specific networks). |
| node_id | String | The unique cryptographic identifier for the node. |
| polo_score | Integer | The reputation score indicating the trustworthiness of the agent. |
| public_key | String | The agent's public key used for secure handshake verification. |
Loading
An inter-agent communication tool for sending and receiving voice recordings and audio files over the Pilot Protocol network.

A real-time security monitoring tool for Pilot Protocol that detects suspicious network patterns and peer reputation drops.

A bridge skill that delegates OpenClaw coding tasks to OpenCode while mirroring execution progress into live Discord threads.

A powerful utility to forward Pilot Protocol events to external webhooks like Slack, Discord, and PagerDuty for real-time monitoring.

A skill for creating and managing named groups of mutually trusting Pilot Protocol agents with automated handshake workflows.

A terminal-based fitness tracker that logs workouts, nutrition, and weight data to the cloud for seamless progress monitoring.








































