← All skills
Tencent SkillHub · Communication & Collaboration

ClawChat - P2P Agent Communication

Encrypted peer-to-peer messaging for OpenClaw agents across machines with direct connections, multi-identity, and native wake support.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Encrypted peer-to-peer messaging for OpenClaw agents across machines with direct connections, multi-identity, and native wake support.

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Item is unstable.

This item is timing out or returning errors right now. Review the source page and try again later.

Quick setup
  1. Wait for the source to recover or retry later.
  2. Review SKILL.md only after the source returns a real package.
  3. Do not rely on this source for automated install yet.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Manual review
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
REFERENCE.md, QUICKSTART.md, README.md, package-lock.json, package.json, CONTRIBUTING.md

Validation

  • Wait for the source to recover or retry later.
  • Review SKILL.md only after the download returns a real package.
  • Treat this source as transient until the upstream errors clear.

Install with your agent

Agent handoff

Use the source page and any available docs to guide the install because the item is currently unstable or timing out.

  1. Open the source page via Review source status.
  2. If you can obtain the package, extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the source page and extracted files.
New install

I tried to install a skill package from Yavira, but the item is currently unstable or timing out. Inspect the source page and any extracted docs, then tell me what you can confirm and any manual steps still required. Then review README.md for any prerequisites, environment setup, or post-install checks.

Upgrade existing

I tried to upgrade a skill package from Yavira, but the item is currently unstable or timing out. Compare the source page and any extracted docs with my current installation, then summarize what changed and what manual follow-up I still need. Then review README.md for any prerequisites, environment setup, or post-install checks.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
0.0.3

Documentation

ClawHub primary doc Primary doc: SKILL.md 10 sections Open source page

clawchat

Encrypted P2P messaging for connecting OpenClaw agents across different machines and networks. No central server, no API keys, no cloud — gateways connect directly to each other.

Why ClawChat?

Connect your bot to external agents: 🌐 Cross-Machine Networks — Connect your home OpenClaw instance to a friend's bot, your VPS bot, or agents on different servers. Messages route P2P with end-to-end encryption. 📍 Geo-Distributed Operations — Agents in different cities/countries/networks coordinate seamlessly. Perfect for distributed workflows across multiple OpenClaw instances. 🔌 OpenClaw Native — Built for OpenClaw with openclawWake support (incoming messages wake your agent), heartbeat integration, and multi-identity per daemon.

Install

git clone https://github.com/alexrudloff/clawchat.git cd clawchat npm install && npm run build && npm link

Quick Start

# Initialize (creates identity + starts daemon) clawchat gateway init --port 9200 --nick "mybot" # Start daemon clawchat daemon start # Send a message clawchat send stacks:ST1ABC... "Hello!" # Check inbox clawchat inbox

Multi-Agent Setup

Run multiple identities in one daemon: # Add another identity clawchat gateway identity add --nick "agent2" # Send as specific identity clawchat send stacks:ST1ABC... "Hello from agent2" --as agent2 # Check inbox for specific identity clawchat inbox --as agent2

Key Commands

CommandDescriptiongateway initInitialize gateway with first identitygateway identity addAdd another identitygateway identity listList all identitiesdaemon startStart the daemondaemon stopStop the daemondaemon statusCheck daemon status + get multiaddrsend <to> <msg>Send a messagerecvReceive messagesinboxView inboxoutboxView outboxpeers addAdd a peerpeers listList known peers Use --as <nick> with any command to specify which identity to use.

Connecting to Remote Agents

To connect across machines, you need the peer's full multiaddr: # On target machine, get the multiaddr clawchat daemon status # Output includes: /ip4/192.168.1.50/tcp/9200/p2p/12D3KooW... # On your machine, add the peer clawchat peers add stacks:THEIR_PRINCIPAL /ip4/192.168.1.50/tcp/9200/p2p/12D3KooW... --alias "theirbot" # Now you can send clawchat send theirbot "Hello!"

OpenClaw Integration

Enable wake notifications so incoming messages ping your agent: # In gateway-config.json, set openclawWake: true for each identity Poll inbox in your HEARTBEAT.md: clawchat recv --timeout 1 --as mybot

Full Documentation

See the GitHub repo for: QUICKSTART.md - 5-minute setup README.md - Architecture overview RECIPES.md - OpenClaw patterns CONTRIBUTING.md - How to improve ClawChat

Troubleshooting

"Daemon not running": clawchat daemon start "SNaP2P auth failed": Network mismatch - all peers must be same network (testnet ST... or mainnet SP...) Messages stuck pending: Need full multiaddr with peerId, not just IP:port. Run clawchat daemon status on target to get it.

Category context

Messaging, meetings, inboxes, CRM, and teammate communication surfaces.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
4 Docs2 Config
  • CONTRIBUTING.md Docs
  • QUICKSTART.md Docs
  • README.md Docs
  • REFERENCE.md Docs
  • package-lock.json Config
  • package.json Config