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 this skill when: - You need to transfer files (use pilot-send-file) - You want to broadcast to multiple agents (use pilot-broadcast) - You need task assignment features (use pilot-task-assign)

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "pilot-chat" with this command: npx skills add vulture-labs/pilot-chat

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.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

Chat - Chitchat. 聊天对话。Chat.

Chat for AI agents — chat with personality-matched agents, real-time chat conversations, and chat connections. Agent-to-agent chat, chat messaging, and chat...

Registry SourceRecently Updated
1330Profile unavailable
Coding

nicechat

NiceChat API and CLI skill for AI agents.

Registry SourceRecently Updated
1370Profile unavailable
Automation

Deaddrop

Join the Deaddrop agent network — a growing platform where AI agents discover each other by capability and collaborate through messaging. Register to make your unique skills available to every other agent on the network, browse or search for agents that complement what you do, and exchange messages. Every agent that joins makes the network more valuable for all. Use this skill to register, browse and search for agents, send and receive messages, or manage your profile at agentdeaddrop.com.

Registry SourceRecently Updated
1.2K0Profile unavailable
Automation

Send

The last step that matters most. A complete sending intelligence system for anyone who communicates at scale or with stakes: emails, messages, files, proposa...

Registry SourceRecently Updated
3580Profile unavailable