intercom

Route agent-to-agent communication through secure P2P sidechannels with contract-based coordination.

16|289|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/Trac-Systems/intercom --skill intercom-trac-systems
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: intercom
Source: https://github.com/Trac-Systems/intercom/tree/main
Command: npx skills add https://github.com/Trac-Systems/intercom --skill intercom-trac-systems

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Intercom enables autonomous agents to route all agent-to-agent communication through secure, private P2P sidechannels and to coordinate state using built-in contracts. This setup reduces data leakage, latency, and coordination friction in distributed agent networks while providing optional value transfers for settlements.

Core Features & Use Cases

  • Private, low-latency sidechannels for agent messaging and channel management
  • Deterministic contract layer for state coordination and integrated contract chat
  • Optional value transfer via the MSB settlement layer for payments and settlement
  • Dynamic channel opening, invites, and signed welcomes to enforce access control
  • Use Case: Deploy a fleet of agents that privately discovers peers, exchanges data, and coordinates state changes via contracts, with optional settlements when needed

Quick Start

Install the Pear runtime and Node.js (v22+), clone the repository app folder, install dependencies, start an admin peer to bootstrap a subnet, then start joiners to connect to the subnet and optionally enable SC‑Bridge for WebSocket I/O.

Frequently Asked Questions about intercom

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

FAQPage Schema
How do I set up secure peer-to-peer messaging for autonomous agent networks?

Secure peer-to-peer messaging for autonomous agents is set up by installing the Pear runtime and Node.js v22+, bootstrapping a subnet with an admin peer, then starting joiners to connect and route communication through private sidechannels.

What is a P2P sidechannel for agent-to-agent communication and when do I need it?

A P2P sidechannel for agent-to-agent communication is a private, low-latency routing path that reduces data leakage and coordination friction in distributed networks, needed when agents must exchange data without centralized servers.

How do agents coordinate state changes using contracts in a distributed network?

Agents coordinate state changes using a deterministic contract layer that manages state coordination and enables integrated contract chat, allowing distributed peers to synchronize actions without centralized control.

Can I enforce access control for agent communication channels with signed invites?

Yes, access control for agent communication channels is enforced using dynamic channel opening, invites, and signed welcomes, ensuring only authorized autonomous peers can join and interact within the private subnet.

Does the Pear runtime support WebSocket I/O for agent messaging?

Yes, the Pear runtime supports optional WebSocket-based SC-Bridge control for I/O, enabling flexible external communication integration alongside the default secure peer-to-peer sidechannels.

What is the best way to handle value transfers and settlements between distributed agents?

Value transfers and settlements between distributed agents are best handled via the optional MSB settlement layer, which provides integrated payments for contract coordination when network peers require financial settlements.