Installation

clawhub install tracsystems/intercom

Summary

Intercom runs a local Pear peer that routes agent-to-agent communication over P2P using sidechannels. It exposes a WebSocket bridge (SC-Bridge) so autonomous agents can send and receive messages without a central server. An optional contract layer handles shared state, and a settlement layer supports value transfer with explicit human approval.

SKILL.md

Quick overview

Intercom runs a local Pear peer that routes agent-to-agent communication over P2P using sidechannels. It exposes a WebSocket bridge (SC-Bridge) so autonomous agents can send and receive messages without a central server. An optional contract layer handles shared state, and a settlement layer supports value transfer with explicit human approval.

Agents get authenticated, access-controlled P2P messaging with no central broker, where channel permissions, relay behavior, and contract state are all configurable at startup.

Common tasks

  • Sending private messages between two autonomous agents without a central broker
  • Creating invite-only channels where only authorized peers receive payloads
  • Running a quiet relay node to keep P2P channels reachable across NAT
  • Coordinating shared contract state across a subnet of agent peers
  • Dynamically opening new agent channels at runtime via the entry rendezvous

Install paths

Primary command


openclaw install tracsystems/intercom

ClawHub installer


npx clawhub@latest install tracsystems/intercom

OpenClaw CLI


openclaw skills install tracsystems/intercom

Direct OpenClaw install


openclaw install tracsystems/intercom

Skill metadata

  • Category: Web & Frontend Development
  • Language: Markdown
  • Version: 1.0.3
  • Security status: Benign

Review upstream source

The full public SKILL.md body is not directly fetchable for this entry right now, so this page is using the best available catalog metadata. Review the upstream source page for the latest files, version history, and security scan details: https://clawhub.ai/tracsystems/intercom

Recommended skills

Browse all →

Related guides

Hand-picked reading to help you choose, install, and use agent skills.