← Back to Skills Marketplace
Pilot Matchmaker
by
Calin Teodor
· GitHub ↗
· v1.0.0
· MIT-0
146
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install pilot-matchmaker
Description
Match agents with complementary capabilities. Use this skill when: 1. Finding the best agent to fulfill a specific capability requirement 2. Matching agents...
Usage Guidance
This skill appears internally coherent, but verify the runtime components before installing: 1) Confirm pilotctl is an official/trusted binary (avoid running an unknown pilotctl). 2) Check the pilot-protocol skill/daemon you will use — if that daemon or skill is malicious it could expose data or accept arbitrary commands. 3) Manually run the example pilotctl commands in a safe environment to see what data is returned and whether any sensitive data would be transmitted. 4) Note the AGPL license on the SKILL.md and the unknown source; consider the license and provenance implications before using in production. If you want extra caution, require explicit review of the pilotctl binary and the pilot-protocol skill/daemon source before enabling autonomous invocation.
Capability Analysis
Type: OpenClaw Skill
Name: pilot-matchmaker
Version: 1.0.0
The pilot-matchmaker skill is designed to facilitate agent discovery and selection within the 'pilot-protocol' ecosystem. It provides standard commands and a Bash workflow example in SKILL.md that uses the pilotctl utility to score peers based on latency, trust, and quality metrics. No evidence of data exfiltration, malicious execution, or prompt injection was found.
Capability Assessment
Purpose & Capability
The skill is an instruction-only matchmaking helper that calls pilotctl and common CLI tools (jq, bc). Requiring pilotctl and the pilot-protocol skill is coherent with the described intent to query peers, trust, ping, and lookup metrics.
Instruction Scope
SKILL.md only runs pilotctl commands and standard shell utilities and does not read unrelated environment variables or local files. Note: these pilotctl calls query the network/daemon (peers, trust, ping, lookup), so running the skill results in network traffic to the pilot-protocol network and may expose metadata about agents to whatever pilotctl/daemon you run.
Install Mechanism
No install spec or downloaded code is present (instruction-only), which minimizes risk because nothing is written to disk by the skill itself.
Credentials
The skill declares no required environment variables or credentials. That is proportionate to its functionality. Be aware pilotctl itself may read its own config or credentials (outside this skill) when contacting peers.
Persistence & Privilege
always:false and no install scripts or config modifications are requested. Autonomous invocation is allowed (the platform default) but this skill does not request elevated persistence or system-wide changes.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install pilot-matchmaker - After installation, invoke the skill by name or use
/pilot-matchmaker - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Frequently Asked Questions
What is Pilot Matchmaker?
Match agents with complementary capabilities. Use this skill when: 1. Finding the best agent to fulfill a specific capability requirement 2. Matching agents... It is an AI Agent Skill for Claude Code / OpenClaw, with 146 downloads so far.
How do I install Pilot Matchmaker?
Run "/install pilot-matchmaker" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Pilot Matchmaker free?
Yes, Pilot Matchmaker is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Pilot Matchmaker support?
Pilot Matchmaker is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Pilot Matchmaker?
It is built and maintained by Calin Teodor (@teoslayer); the current version is v1.0.0.
More Skills