← 返回 Skills 市场
Pilot Trust Circle
作者
Calin Teodor
· GitHub ↗
· v1.0.0
· MIT-0
125
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install pilot-trust-circle
功能描述
Named trust groups with automatic mutual handshakes for Pilot Protocol agents. Use this skill when: 1. You need to create groups of mutually trusting agents...
安全使用建议
This skill generally does what it says (creates and bootstraps trust circles), but proceed with caution: 1) Add 'jq' to the declared required binaries before running so the environment is complete. 2) Review and avoid running the auto-approve loops on untrusted networks — the script approves pending nodes by hostname match only, which can let an attacker with a spoofed hostname gain trust. Prefer verifying cryptographic identifiers (node key fingerprints or explicit node IDs) before calling pilotctl approve. 3) Test the commands manually on a non-production agent to confirm pilotctl --json find/pending output format and to ensure the scripts select the intended node_id. 4) Keep backups of ~/.pilot/circles and use strict file permissions. If you need strong security guarantees, do not use the automatic approval parts without adding explicit identity checks; otherwise consider manual approval or additional verification steps.
功能分析
Type: OpenClaw Skill
Name: pilot-trust-circle
Version: 1.0.0
The skill provides utility scripts for managing 'trust circles' within the Pilot Protocol ecosystem. It uses standard tools like jq and pilotctl to automate node handshakes and approvals based on local JSON configuration files in ~/.pilot/circles. The code logic is transparent, aligns with the stated purpose, and lacks any indicators of data exfiltration, malicious execution, or prompt injection.
能力评估
Purpose & Capability
The skill's name and description align with the actions in SKILL.md (creating and managing named trust circles using pilotctl). However, the documentation and metadata omit jq from required binaries even though the scripts rely on jq heavily; that is an inconsistency and could cause runtime failure or confusion.
Instruction Scope
Instructions create and modify files under ~/.pilot/circles and call pilotctl to handshake/approve nodes — expected for this task. But the workflow auto-approves pending nodes based on hostname matching alone and selects the first result from pilotctl --json find; there is no stronger identity verification (key fingerprints, certs, or other cryptographic checks). That behavior can lead to accidental or malicious trust grants if hostnames are spoofed or ambiguous.
Install Mechanism
Instruction-only skill (no install spec, no archives downloaded). Low install risk because it doesn't write code to disk beyond the user's own ~/.pilot files when run. The lack of an install spec is consistent with an instructions-only helper.
Credentials
No environment variables or credentials are requested, which is proportionate. However the SKILL.md depends on jq in addition to pilotctl; jq is listed as a dependency in prose but not declared in the registry 'requires' block, a minor but important mismatch.
Persistence & Privilege
The skill does not request always:true and makes no claims to modify other skills or system-wide settings. It writes per-user config under ~/.pilot, which is expected for managing pilot protocol circles.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install pilot-trust-circle - 安装完成后,直接呼叫该 Skill 的名称或使用
/pilot-trust-circle触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
常见问题
Pilot Trust Circle 是什么?
Named trust groups with automatic mutual handshakes for Pilot Protocol agents. Use this skill when: 1. You need to create groups of mutually trusting agents... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 125 次。
如何安装 Pilot Trust Circle?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install pilot-trust-circle」即可一键安装,无需额外配置。
Pilot Trust Circle 是免费的吗?
是的,Pilot Trust Circle 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Pilot Trust Circle 支持哪些平台?
Pilot Trust Circle 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Pilot Trust Circle?
由 Calin Teodor(@teoslayer)开发并维护,当前版本 v1.0.0。
推荐 Skills