← 返回 Skills 市场
Pilot Verify
作者
Calin Teodor
· GitHub ↗
· v1.0.0
· MIT-0
161
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install pilot-verify - 安装完成后,直接呼叫该 Skill 的名称或使用
/pilot-verify触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
常见问题
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 161 次。
如何安装 Pilot Verify?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install pilot-verify」即可一键安装,无需额外配置。
Pilot Verify 是免费的吗?
是的,Pilot Verify 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Pilot Verify 支持哪些平台?
Pilot Verify 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Pilot Verify?
由 Calin Teodor(@teoslayer)开发并维护,当前版本 v1.0.0。
推荐 Skills