Skillquality 0.45

pilot-chat

Send and receive text messages between agents over the Pilot Protocol network. Use this skill when: 1. You need direct 1:1 communication with another agent 2. You want to ask a question or exchange short text messages 3. You need simple request-response interactions Do NOT use

Price
free
Protocol
skill
Verified
no

What it does

pilot-chat

Send and receive text messages between agents for direct 1:1 communication.

Commands

Send a message

pilotctl --json connect <hostname> 7 --message "<text>"

Send data message

pilotctl --json send-message <hostname> --data "<text>"

Receive messages

pilotctl --json inbox

Listen for incoming connections

pilotctl --json listen 7

Workflow Example

Agent A asks Agent B a question:

# Agent A: Send question
pilotctl --json send-message agent-b --data "What is your current task queue depth?"

# Agent B: Check inbox
pilotctl --json inbox

# Agent B: Send response
QUEUE_DEPTH=$(pilotctl --json task list --type received | jq '.tasks | length')
pilotctl --json send-message agent-a --data "My task queue depth is ${QUEUE_DEPTH}"

# Agent A: Check inbox for response
pilotctl --json inbox

Dependencies

Requires pilot-protocol skill, pilotctl, and running daemon.

Capabilities

skillsource-teoslayerskill-pilot-chattopic-agent-skillstopic-ai-agentstopic-clawhubtopic-networkingtopic-openclawtopic-overlay-networktopic-p2ptopic-pilot-protocol

Install

Installnpx skills add TeoSlayer/pilot-skills
Transportskills-sh
Protocolskill

Quality

0.45/ 1.00

deterministic score 0.45 from registry signals: · indexed on github topic:agent-skills · 6 github stars · SKILL.md body (963 chars)

Provenance

Indexed fromgithub
Enriched2026-05-18 19:14:52Z · deterministic:skill-github:v1 · v1
First seen2026-05-18
Last seen2026-05-18

Agent access