← Back to Skills Marketplace
Pilot Verify
by
Calin Teodor
· GitHub ↗
· v1.0.0
· MIT-0
161
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install pilot-verify
Description
Verify agent identity and reputation before interacting with Pilot Protocol nodes. Use this skill when: 1. You need to verify an agent's identity before trus...
Usage Guidance
This skill appears to do what it says: use pilotctl to look up agent identity, reputation (polo_score), and ping for reachability. Before installing/using it: 1) Confirm the pilotctl binary on PATH is the legitimate, up-to-date client from Pilot Protocol (verify checksum or vendor package) because the skill executes that binary locally. 2) Ensure jq and timeout are available on the system (SKILL.md uses them but they are not declared in metadata). 3) Be aware the skill assumes a running local pilot daemon — running a daemon exposes local agent state. 4) The skill source is listed as unknown in the registry metadata; if you need stronger assurance, verify the publisher (owner ID) and the project homepage (https://pilotprotocol.network) before trusting it. 5) If you run this in a high-sensitivity environment, consider executing the commands in a sandbox or reviewing pilotctl's behavior/logging to ensure no unexpected network or data exposure occurs.
Capability Analysis
Type: OpenClaw Skill
Name: pilot-verify
Version: 1.0.0
The pilot-verify skill is a utility bundle designed to verify agent identities and reputation scores within the Pilot Protocol. The SKILL.md file contains standard Bash commands and a workflow script that utilize the pilotctl CLI tool and jq for data parsing, all of which are consistent with the stated purpose of identity lookup and reachability testing. No evidence of malicious intent, data exfiltration, or suspicious execution patterns was found.
Capability Assessment
Purpose & Capability
The name/description (agent identity, reputation, reachability checks) maps directly to the runtime commands (pilotctl find/info/peers/ping). However the SKILL.md also relies on jq and timeout for parsing and timeouts even though the registry metadata only declared pilotctl as a required binary; jq/timeout should have been declared as additional required tools.
Instruction Scope
Instructions are narrowly scoped to querying the Pilot daemon (pilotctl commands), checking reputations (polo_score), and testing reachability. They do not instruct reading unrelated files, exfiltrating data, or contacting external endpoints beyond the Pilot Protocol tooling. The workflow does assume a running local daemon and use of jq/timeout.
Install Mechanism
No install spec is provided (instruction-only skill), so nothing is written to disk or fetched by the skill itself. This lowers install-time risk. The user must ensure required binaries are present from trusted sources.
Credentials
The skill requests no environment variables, no credentials, and no config paths. That is proportionate to a local verification tool that talks to a local daemon via pilotctl.
Persistence & Privilege
always:false and default model invocation settings are used. The skill does not request persistent or elevated agent-wide privileges and does not modify other skills or system configuration.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install pilot-verify - After installation, invoke the skill by name or use
/pilot-verify - 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 Verify?
Verify agent identity and reputation before interacting with Pilot Protocol nodes. Use this skill when: 1. You need to verify an agent's identity before trus... It is an AI Agent Skill for Claude Code / OpenClaw, with 161 downloads so far.
How do I install Pilot Verify?
Run "/install pilot-verify" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Pilot Verify free?
Yes, Pilot Verify is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Pilot Verify support?
Pilot Verify is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Pilot Verify?
It is built and maintained by Calin Teodor (@teoslayer); the current version is v1.0.0.
More Skills