pilot-directory

Build and maintain a local directory of agents and their metadata.

7|3|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/TeoSlayer/pilot-skills --skill pilot-directory
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pilot-directory
Source: https://github.com/TeoSlayer/pilot-skills/tree/main/skills/pilot-directory
Command: npx skills add https://github.com/TeoSlayer/pilot-skills --skill pilot-directory

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Maintains a local, cached directory of known agents and their metadata to enable fast lookups, offline reference, and trusted communications without constant real-time discovery.

Core Features & Use Cases

  • Persistent directory of frequently contacted agents for quick reference.
  • Cached agent metadata for offline access and auditing.
  • Local address book and hostname/node_id lookups to speed up interactions.

Quick Start

Install the Pilot Protocol daemon, run it, and install the pilot-directory skill with clawhub to begin building your local agent directory.

Frequently Asked Questions about pilot-directory

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I cache agent metadata for offline reference and fast lookups?

You can cache agent metadata for offline reference by using a local directory tool that builds a persistent address book of known agents. This enables rapid hostname and node_id lookups without requiring constant real-time network discovery.

What is a trusted agent directory and when do I need it?

A trusted agent directory is a persistent local cache of known agents and their metadata. You need it when performing offline reference, auditing, or trusted communications without relying on continuous real-time discovery processes.

Do I need pilotctl to build a local directory of known agents?

Yes, you need the pilotctl daemon running and the pilotctl CLI installed to populate and query the cache. The directory relies entirely on pilotctl to build and maintain the persistent local agent metadata.

Can I use an offline cache for agent hostname and node_id lookups?

Yes, an offline cache supports local address book and hostname or node_id lookups. It stores cached agent metadata locally, allowing you to speed up interactions and reference agents without a live network connection.

What is the best way to maintain a persistent address book for agents?

The best way to maintain a persistent agent address book is using a local directory skill that caches known agents and their metadata. It ensures offline reference, auditing capabilities, and rapid lookups for frequently contacted agents.