OpenClaw · Skill
Intercom V002
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.
Install
Start with the primary install command. Alternate entrypoints are included below for ClawHub and OpenClaw CLI users.
Primary command
clawhub install tracsystems/intercom-v002ClawHub installer
npx clawhub@latest install tracsystems/intercom-v002OpenClaw CLI
openclaw skills install tracsystems/intercom-v002Direct OpenClaw install
openclaw install tracsystems/intercom-v002What this skill does
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.
Why it matters
Unlike API-based messaging, all communication runs peer-to-peer, so there is no central broker to go down or rate-limit agents.
Typical use cases
- 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
Source instructions
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