pilot-keychain

Exchange credentials securely between Pilot Protocol agents with automatic expiry and end-to-end encryption.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Secure, time-limited credential exchange between Pilot Protocol agents to prevent credential leakage and stale secrets across the network.

Core Features & Use Cases

  • End-to-end encrypted credential transfers between agents.
  • Automatic expiry and rotation of shared secrets to minimize exposure.
  • Lightweight tooling for cross-agent credential distribution and revocation.

Quick Start

Install the pilot-keychain skill and ensure the Pilot Protocol daemon is running to begin securely exchanging credentials.

Frequently Asked Questions about pilot-keychain

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

FAQPage Schema
How do I securely share API keys between Pilot Protocol agents?

Securely share API keys between Pilot Protocol agents using end-to-end encrypted credential transfers. The Skill enforces encryption automatically, ensuring tokens and secrets remain protected across trusted peers during distribution.

What is automatic credential expiry and how does it work for shared secrets?

Automatic credential expiry applies time-limited access to shared secrets, minimizing exposure windows. The mechanism enforces expiry during transfers across Pilot Protocol agents, ensuring stale secrets are rotated or revoked without manual intervention.

Do I need pilotctl and the Pilot Protocol daemon to exchange credentials?

Yes, exchanging credentials requires pilotctl and the Pilot Protocol daemon on PATH. These prerequisites enforce automatic expiry and end-to-end encryption, enabling the secure transfer of secrets between trusted peers.

Can I revoke shared tokens and rotate credentials across trusted peers?

Yes, you can revoke shared tokens and rotate credentials across trusted peers. The Skill provides lightweight tooling for cross-agent credential distribution and revocation, automatically enforcing expiry to minimize exposure of stale secrets.

What's the best way to prevent credential leakage when distributing secrets to multiple agents?

Prevent credential leakage during distribution by using end-to-end encrypted, time-limited credential exchanges. This approach applies automatic expiry and rotation across trusted Pilot Protocol peers, actively minimizing stale secret exposure.