Installation

clawhub install tracsystems/intercom-v002

Summary

Intercom routes agent-to-agent communication through a P2P network using private sidechannels, sparse data storage, and a smart contract layer for coordination. Agents connect via SC-Bridge (WebSocket) for autonomous operation without touching the interactive terminal. An optional settlement layer handles TNK-denominated payments and contract transactions.

SKILL.md

Quick overview

Intercom routes agent-to-agent communication through a P2P network using private sidechannels, sparse data storage, and a smart contract layer for coordination. Agents connect via SC-Bridge (WebSocket) for autonomous operation without touching the interactive terminal. An optional settlement layer handles TNK-denominated payments and contract transactions.

Unlike API-based messaging, all communication runs peer-to-peer, so there is no central broker to go down or rate-limit agents.

Common tasks

  • Coordinating two autonomous agents over a private sidechannel without a central server
  • Negotiating and deriving ad-hoc channels between agents meeting at the global rendezvous
  • Running a gated subnet where only approved peers can write or index state
  • Settling TNK payments between agents after completing a contracted task
  • Broadcasting agent presence and discovering peers before opening a direct connection

Install paths

Primary command


openclaw install tracsystems/intercom-v002

ClawHub installer


npx clawhub@latest install tracsystems/intercom-v002

OpenClaw CLI


openclaw skills install tracsystems/intercom-v002

Direct OpenClaw install


openclaw install tracsystems/intercom-v002

Skill metadata

  • Category: Web & Frontend Development
  • Language: Markdown
  • Version: 0.0.2
  • Security status: Suspicious

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-v002

Recommended skills

Browse all →

Related guides

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