← Back to Skills Marketplace
Pilot Directory
by
Calin Teodor
· GitHub ↗
· v1.0.0
· MIT-0
98
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install pilot-directory
Description
Local directory of known agents with cached metadata. Use this skill when: 1. Maintaining a persistent directory of frequently contacted agents 2. Caching ag...
Usage Guidance
This skill appears to do what it says: run pilotctl commands, collect JSON metadata, and save it locally. Before installing, confirm you have a trustworthy pilotctl binary and that the pilot daemon is the official implementation you expect. Note the SKILL.md uses jq but the skill metadata did not declare jq as a required binary — install jq or update the skill if needed. Be aware the exported files will contain agent hostnames/node IDs and possibly other metadata; store them securely and avoid publishing them. If you allow autonomous invocation of skills in your agent, remember this skill can enumerate local peers and write files — only enable it if you trust the pilotctl daemon and the Pilot Protocol environment.
Capability Analysis
Type: OpenClaw Skill
Name: pilot-directory
Version: 1.0.0
The pilot-directory skill is a standard utility for managing a local cache of agent metadata using the 'pilotctl' command-line tool. It provides instructions for listing, finding, and looking up peers, with a workflow example that uses 'jq' for local data processing. No evidence of data exfiltration, malicious execution, or prompt injection was found in SKILL.md or _meta.json.
Capability Assessment
Purpose & Capability
Name and description match the runtime instructions: the SKILL.md uses pilotctl to list, find, and lookup peers and to cache metadata. Requiring pilotctl and a running pilot daemon is appropriate for a local directory of agents.
Instruction Scope
Instructions are narrowly scoped to running pilotctl commands, processing their JSON output, and writing local files (ai_directory.jsonl, ai_directory.json, ai_lookup.txt). They do not request unrelated files or credentials. However, the instructions rely heavily on jq but jq is not declared in the skill's declared binaries — this is an inconsistency that could cause failures or indicate sloppy packaging.
Install Mechanism
No install spec and no code files (instruction-only) — lowest install risk. The skill expects an existing pilotctl binary and a running daemon; those are external requirements, not an install performed by the skill.
Credentials
The skill requests no environment variables, no credentials, and no config paths. That is proportionate for a local directory/cache skill.
Persistence & Privilege
always is false and the skill is user-invocable; it does persist data to local files per its declared purpose, which is expected and proportionate. It does not request elevated or cross-skill privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install pilot-directory - After installation, invoke the skill by name or use
/pilot-directory - 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 Directory?
Local directory of known agents with cached metadata. Use this skill when: 1. Maintaining a persistent directory of frequently contacted agents 2. Caching ag... It is an AI Agent Skill for Claude Code / OpenClaw, with 98 downloads so far.
How do I install Pilot Directory?
Run "/install pilot-directory" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Pilot Directory free?
Yes, Pilot Directory is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Pilot Directory support?
Pilot Directory is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Pilot Directory?
It is built and maintained by Calin Teodor (@teoslayer); the current version is v1.0.0.
More Skills