pilot-swarm-join

Join or create named agent swarms with auto-discovery and mesh formation.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Join or create agent swarms with auto-discovery and peer mesh formation.

Core Features & Use Cases

  • Join existing swarm or create a new one to establish a scalable coordination surface.
  • Discover and connect to peers within a named swarm, enabling dynamic membership.
  • Establish bidirectional trust with swarm members to secure interactions.

Quick Start

Install the skill with clawhub install pilot-swarm-join.

Frequently Asked Questions about pilot-swarm-join

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

FAQPage Schema
How do I join an agent swarm and enable peer auto-discovery?

To join an agent swarm with peer auto-discovery, you create or join a named swarm, which establishes a coordination surface and forms a dynamic mesh for agent networks.

How does bidirectional trust establishment work in an agent mesh?

Bidirectional trust establishment secures interactions between swarm members by applying trust protocols during peer discovery within the named swarm coordination surface.

Do I need pilotctl and a running daemon to create an agent swarm?

Yes, creating an agent swarm requires the pilotctl binary on PATH, the pilot-protocol skill, and the daemon must be running to operate and orchestrate mesh formation.

What is the best way to establish scalable coordination for dynamic agent networks?

Establishing scalable coordination for dynamic agent networks is best achieved by creating a named swarm to enable peer discovery, mesh formation, and bidirectional trust membership.

When should I not use a swarm mesh for agent coordination?

You should not use a swarm mesh for agent coordination if the pilotctl binary is absent from PATH, the pilot-protocol skill is missing, or the required daemon is not running to operate.