agent-comms

Send and receive 1:1 peer messages between agents over LAN or A2A network.

Updated Feb 16, 2026
One-click install
npx skills add https://github.com/RockaRhymeLLC/kithkit-a2a-client --skill agent-comms
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-comms
Source: https://github.com/RockaRhymeLLC/kithkit-a2a-client/tree/main/skills/agent-comms
Command: npx skills add https://github.com/RockaRhymeLLC/kithkit-a2a-client --skill agent-comms

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Sends and receives messages with peer agents on the local network. Use when messaging a peer, checking peer availability, coordinating shared work, or reviewing agent-comms logs.

Core Features & Use Cases

  • 1:1 peer messaging over LAN direct or via the P2P SDK with end-to-end encryption.
  • Status checks and lightweight logs for peer availability and messaging history.
  • Coordination and quick questions between agents; integration with the A2A network for group messaging is handled by the a2a-network skill.

Quick Start

Install or enable the agent-comms skill and test by sending a message to a peer with /agent-comms send peer-name "Hello".

Frequently Asked Questions about agent-comms

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

FAQPage Schema
How do I send peer-to-peer messages between agents on a local network?

Peer-to-peer messaging between agents on a local network is facilitated through LAN direct endpoints or the P2P SDK with end-to-end encryption. You can send a message by invoking the send command with the peer name and your text payload.

What is end-to-end encrypted agent-to-agent chat used for?

End-to-end encrypted agent-to-agent chat is used for reliable 1:1 coordination, checking peer availability, and asking quick questions between peer agents without exposing message contents over the network.

Can I use agent-comms for group messaging on an A2A network?

No, agent-comms handles 1:1 peer messaging only. Group messaging on the A2A network is delegated to the a2a-network skill, which you must use for broader multi-agent coordination and broadcasts.

Do I need the P2P SDK to check peer availability and message logs?

You do not necessarily need the P2P SDK to check peer availability, as the skill supports LAN direct endpoints. However, the P2P SDK is required for encrypted messaging and accessing lightweight logs across the A2A network.

How do I configure peers for reliable 1:1 agent messaging?

Reliable 1:1 agent messaging requires a defined peers configuration that specifies available endpoints. The skill relies on this configuration to route messages correctly over LAN direct connections or through the P2P SDK.