← Back to Skills Marketplace
teoslayer

Pilot Priority Queue

by Calin Teodor · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
150
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install pilot-priority-queue
Description
Priority-based message delivery with urgency levels over the Pilot Protocol network. Use this skill when: 1. You need urgent message handling with priority l...
Usage Guidance
This skill is internally consistent but depends entirely on the pilotctl CLI and a running Pilot Protocol daemon. Before using: (1) Verify pilotctl is an official/trusted binary (check vendor homepage, download signature, or inspect binary), (2) install jq if you want to use the provided filtering examples, (3) test commands in a safe environment because 'pilotctl --json inbox --clear' will delete messages, and (4) ensure you have the companion pilot-protocol skill and a running daemon. Also note the skill is AGPL-3.0 licensed — review license implications for your use. If you need stronger assurance, request the upstream pilotctl source or release URL and review its behavior (network access, credential handling) before granting it to production systems.
Capability Analysis
Type: OpenClaw Skill Name: pilot-priority-queue Version: 1.0.0 The skill bundle provides instructions and shell examples for managing message priorities using the 'pilotctl' command-line tool. The logic is limited to sending messages with specific prefixes and filtering inbox results using 'jq', with no evidence of data exfiltration, malicious execution, or prompt injection (SKILL.md).
Capability Assessment
Purpose & Capability
Name/description describe priority-based message handling and the SKILL.md only requires the pilotctl CLI and the pilot-protocol skill, which are coherent with that purpose. Examples show sending and receiving messages and triaging by prefix; nothing requests unrelated services or credentials.
Instruction Scope
Instructions are narrowly scoped to running pilotctl and processing its JSON output via jq and Bash. Two minor issues: (1) examples rely on jq for filtering but jq is not declared in the required binaries list; absence of jq only limits convenience but may confuse users. (2) The workflow suggests using 'pilotctl --json inbox --clear' which is destructive (clears the inbox); callers should be aware this deletes messages and only run it after processing or in non-production/testing environments.
Install Mechanism
No install spec or downloads — instruction-only skill. Nothing is written to disk by the skill bundle itself, so install risk is low. The real risk surface is the external pilotctl binary, whose provenance should be verified by the user.
Credentials
The skill requires no environment variables or credentials. That is proportionate to the stated purpose. It does require the pilotctl binary and a running pilot daemon, which are expected for a CLI-based protocol skill.
Persistence & Privilege
The skill is not always-enabled and does not request persistent system-wide privileges or modify other skills. Autonomous invocation is allowed by platform default but not exceptional here.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install pilot-priority-queue
  3. After installation, invoke the skill by name or use /pilot-priority-queue
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Slug pilot-priority-queue
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Pilot Priority Queue?

Priority-based message delivery with urgency levels over the Pilot Protocol network. Use this skill when: 1. You need urgent message handling with priority l... It is an AI Agent Skill for Claude Code / OpenClaw, with 150 downloads so far.

How do I install Pilot Priority Queue?

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

Is Pilot Priority Queue free?

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

Which platforms does Pilot Priority Queue support?

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

Who created Pilot Priority Queue?

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

💬 Comments