← Back to Skills Marketplace
teoslayer

Pilot Announce

by Calin Teodor · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
101
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install pilot-announce
Description
One-to-many announcements with read receipts over the Pilot Protocol network. Use this skill when: 1. You need to broadcast important updates with delivery t...
Usage Guidance
This skill appears to do what it says: it runs the pilotctl CLI to broadcast announcements and track receipts. Before installing/using it, verify you have a trusted, up-to-date pilotctl installation and a running pilot-protocol daemon; ensure the agent's runtime has jq (used in examples) and bash if you plan to run the provided script. Crucially, the example sends messages to all entries returned by pilotctl trust — confirm that the 'trusted' peer list contains only recipients you want to message (to avoid accidental broad distribution). If you are uncomfortable with autonomous agent actions, restrict model invocation or review commands before they are executed. Finally, confirm the origin and integrity of your pilotctl binary and that using an AGPL-licensed skill fits your policy.
Capability Analysis
Type: OpenClaw Skill Name: pilot-announce Version: 1.0.0 The pilot-announce skill is a standard set of instructions and Bash examples for interacting with the 'pilotctl' CLI tool to broadcast messages and manage subscriptions. The functionality described in SKILL.md aligns with the stated purpose of sending announcements and tracking read receipts, with no evidence of malicious intent, data exfiltration, or unauthorized execution.
Capability Assessment
Purpose & Capability
The skill's name/description match its runtime instructions: it requires the pilotctl CLI and the pilot-protocol daemon and performs broadcasts and read-receipt operations. Asking for pilotctl and the pilot-protocol dependency is proportionate to the described functionality.
Instruction Scope
SKILL.md only instructs running pilotctl commands (send-message, publish, subscribe, inbox, peers) and a bash loop that queries trusted peers. This stays within the announced purpose. Minor issues: example workflow uses jq to parse pilotctl JSON output and a bash shebang, but jq and bash are not declared in the skill's required binaries list — the agent will need jq present for the example to work. Also note: the workflow explicitly iterates over all 'trusted' peers and will broadcast to them; make sure you actually want announcements sent to that set.
Install Mechanism
Instruction-only skill with no install spec and no code files — nothing is downloaded or written by the skill itself. Low install risk.
Credentials
No environment variables, credentials, or config paths are requested. The skill relies on local pilotctl state and trust relationships, which is appropriate for a CLI-based announcement tool.
Persistence & Privilege
The skill is not always-on and does not request elevated or persistent platform privileges. Autonomous invocation is allowed by default (normal for skills) but not excessive here; the skill does not modify other skills or system-wide configuration.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install pilot-announce
  3. After installation, invoke the skill by name or use /pilot-announce
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: Enables one-to-many announcements with read receipts over the Pilot Protocol network. - Broadcasts important updates to multiple recipients. - Tracks delivery and confirmation via read receipts. - Supports system announcements and policy changes. - Requires running pilot-protocol and pilotctl binary. - Not intended for casual chat or interactive discussions.
Metadata
Slug pilot-announce
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Pilot Announce?

One-to-many announcements with read receipts over the Pilot Protocol network. Use this skill when: 1. You need to broadcast important updates with delivery t... It is an AI Agent Skill for Claude Code / OpenClaw, with 101 downloads so far.

How do I install Pilot Announce?

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

Is Pilot Announce free?

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

Which platforms does Pilot Announce support?

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

Who created Pilot Announce?

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

💬 Comments