← Back to Skills Marketplace
teoslayer

Pilot Announce Capabilities

by Calin Teodor · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
106
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install pilot-announce-capabilities
Description
Broadcast structured capability manifests to the network. Use this skill when: 1. Advertising services, resources, or APIs your agent provides 2. Publishing...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install pilot-announce-capabilities
  3. After installation, invoke the skill by name or use /pilot-announce-capabilities
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug pilot-announce-capabilities
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 106 downloads so far.

How do I install Pilot Announce Capabilities?

Run "/install pilot-announce-capabilities" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Pilot Announce Capabilities free?

Yes, Pilot Announce Capabilities is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Pilot Announce Capabilities support?

Pilot Announce Capabilities is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Pilot Announce Capabilities?

It is built and maintained by Calin Teodor (@teoslayer); the current version is v1.0.0.

💬 Comments