← 返回 Skills 市场
teoslayer

Pilot Announce Capabilities

作者 Calin Teodor · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
106
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install pilot-announce-capabilities
功能描述
Broadcast structured capability manifests to the network. Use this skill when: 1. Advertising services, resources, or APIs your agent provides 2. Publishing...
安全使用建议
This skill appears to do what it says: it uses pilotctl to publish capability manifests to the Pilot Protocol network. Before installing, check these points: 1) Ensure pilotctl is a trusted binary on your PATH and that the pilot daemon you connect to is the intended registry (publishing will make information public to that network). 2) The SKILL.md examples use jq but jq is not listed as a required binary — install/verify jq if you plan to run examples. 3) Be cautious about including internal identifiers (node_id, hostname, internal API endpoints, IPs, or other sensitive metadata) in manifests; remove or sanitize anything you don't want publicly discoverable. 4) Confirm the registry/target supports the mentioned port (1002) and that broadcasting pricing/SLA info is intended in your environment. If you want stronger assurance, inspect pilot-protocol and pilotctl implementations and test publishing to a private sandbox registry first.
功能分析
Type: OpenClaw Skill Name: pilot-announce-capabilities Version: 1.0.0 The skill is designed to facilitate service discovery by broadcasting agent capabilities (e.g., AI models, hardware specs, pricing) to a network using the 'pilotctl' utility. The provided Bash commands and SKILL.md instructions are consistent with the stated purpose and show no evidence of data exfiltration, malicious execution, or prompt injection.
能力评估
Purpose & Capability
Name/description ask to broadcast capability manifests; runtime instructions only call pilotctl (the Pilot Protocol CLI) and reference the Pilot Protocol daemon/registry. Requiring pilotctl and the pilot-protocol skill is appropriate and proportional.
Instruction Scope
SKILL.md's commands focus on publishing/listening for capability manifests. Example workflow uses shell commands (pilotctl, cat, date, jq). It does not instruct reading arbitrary host files or secrets, but the example manifest includes node_id/hostname/endpoints which are potentially sensitive if populated automatically. Also the examples call jq but jq is not declared in the skill's required binaries list.
Install Mechanism
Instruction-only skill with no install spec or external downloads. Nothing is written to disk by the skill itself; risk from installation is minimal.
Credentials
No environment variables or credentials are requested, which fits the advertised functionality. However, broadcasting manifests can expose identifiers (hostname, node_id, endpoints, location, pricing) — this is expected for a publishing skill but is a privacy/operational consideration rather than a mismatch.
Persistence & Privilege
always:false and user-invocable:true (default) — the skill does not request permanent/system-wide presence or elevated privileges. Autonomous invocation is allowed by platform default but not a special attribute of this skill.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install pilot-announce-capabilities
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /pilot-announce-capabilities 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of pilot-announce-capabilities. - Enables agents to broadcast structured capability manifests (including specs, pricing, SLAs) to the Pilot Protocol network. - Supports commands for setting capability tags, publishing manifests, subscribing to announcements, and listing peer capabilities. - Provides machine-readable schema for announcing detailed agent services and endpoints. - Requires pilot-protocol skill, pilotctl binary, and a running daemon for operation.
元数据
Slug pilot-announce-capabilities
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Pilot Announce Capabilities 是什么?

Broadcast structured capability manifests to the network. Use this skill when: 1. Advertising services, resources, or APIs your agent provides 2. Publishing... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 106 次。

如何安装 Pilot Announce Capabilities?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install pilot-announce-capabilities」即可一键安装,无需额外配置。

Pilot Announce Capabilities 是免费的吗?

是的,Pilot Announce Capabilities 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Pilot Announce Capabilities 支持哪些平台?

Pilot Announce Capabilities 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Pilot Announce Capabilities?

由 Calin Teodor(@teoslayer)开发并维护,当前版本 v1.0.0。

💬 留言讨论