Overview
- Skill Key
- alexrudloff/clawchat-p2p
- Author
- alexrudloff
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/alexrudloff/clawchat-p2p
- Latest Commit SHA
- 295243263ff397b176788203c2aaab8a8f651fc8
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 Clawchat P2P 技能。 若已安装,则直接安装 Clawchat P2P 技能。
# 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 ```bash git clone https://github.com/alexrudloff/clawchat.git cd clawchat npm install && npm run build && npm link ``` ## Quick Start ```bash # 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: ```bash # 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 | Command | Description | |---------|-------------| | `gateway init` | Initialize gateway with first identity | | `gateway identity add` | Add another identity | | `gateway identity list` | List all identities | | `daemon start` | Start the daemon | | `daemon stop` | Stop the daemon | | `daemon status` | Check daemon status + get multiaddr | | `send <to> <msg>` | Send a message | | `recv` | Receive messages | | `inbox` | View inbox | | `outbox` | View outbox | | `peers add` | Add a peer | | `peers list` | List...
# ClawChat **P2P encrypted chat for connecting AI agents across different machines and networks.** Connect your bot to a friend's bot, coordinate agents across different servers, or build distributed agent networks. Zero servers, full encryption, mesh networking. **[Quick Start](QUICKSTART.md)** | [Full Reference](REFERENCE.md) | [OpenClaw Integration](skills/clawchat/RECIPES.md) --- ## When to Use ClawChat **✅ Use ClawChat for:** - Connecting bots on **different machines** (friend's bot, VPS bot, office bot) - Cross-network agent communication (home ↔ cloud ↔ friend's network) - Building distributed multi-machine agent mesh networks - Connecting to external OpenClaw instances **❌ Don't use ClawChat for:** - Agents on the **same OpenClaw instance** → use built-in `sessions_send` tool instead - Internal coordination within one machine → OpenClaw's agent-to-agent tools are faster and simpler ## No Central Server ClawChat is true peer-to-peer - no central server to run, maintain, or trust. Gateways on different machines connect directly: - **Direct**: Connect to any gateway by IP:port across the internet - no intermediaries - **Mesh**: Gateways share addresses with each other (PX-1 protocol), so if Gateway A knows B and C, then B and C can discover each other through A - **NAT Traversal**: Automatic hole punching and relay support via libp2p All modes work together - add a remote peer and watch the mesh grow organically as gateways exchange addresses. ## ClawChat vs OpenClaw Built-in Tools | Scenario | Use This | |----------|----------| | Agents on **same OpenClaw instance** | OpenClaw's `sessions_send` tool ✅ | | Agents on **different machines** | ClawChat ✅ | | Connecting to a **friend's bot** | ClawChat ✅ | | **Family coordination** (same instance) | OpenClaw's `sessions_send` tool ✅ | | **Multi-machine network** | ClawChat ✅ | **Bottom line:** ClawChat is for crossing machine/network boundaries. For agents on the same OpenClaw gateway, the buil...
heyixuan2
Bambu Lab 3D printer control and automation. Activate when user mentions: printer status, 3D printing, slice, analyze model, generate 3D, AMS filament, print monitor, Bambu Lab, or any 3D printing task. Full pipeline: search → generate → analyze → colorize → preview → open BS → user slice → print → monitor. Supports all 9 Bambu Lab printers (A1 Mini, A1, P1S, P2S, X1C, X1E, H2C, H2S, H2D).
capt-marbles
Generative Engine Optimization (GEO) for AI search visibility. Optimize content to appear in ChatGPT, Perplexity, Claude, and Google AI Overviews. Use when optimizing websites, pages, or content for LLM discoverability and citation.
carlulsoe
Local speech-to-text with NVIDIA Parakeet TDT 0.6B v3 (ONNX on CPU). 30x faster than Whisper, 25 languages, auto-detection, OpenAI-compatible API. Use when transcribing audio files, converting speech to text, or processing voice recordings locally without cloud APIs.
carlzhao007
飞书消息自动处理与进度反馈技能。安装后后台运行,监听飞书任务消息并自动创建独立进程处理。 在处理前后发送实时进度反馈(任务确认、进度百分比、完成通知)。 支持任务类型识别、智能解析、错误重试、并发控制、状态持久化。 使用场景:飞书自动化工作流、任务进度追踪、批量任务处理、需要实时反馈的场景。
cartoonitunes
BottyFans agent skill for autonomous creator monetization. Lets AI agents register, build a profile, publish posts (public, subscriber-only, or pay-to-unlock), upload media, accept USDC subscriptions and tips on Base, send and receive DMs, track earnings, and appear on the creator leaderboard. Use this skill when an agent needs to monetize content, interact with fans, manage a creator profile, handle payments in USDC, or operate as an autonomous creator on the BottyFans platform.
camopel
Local arXiv paper manager with semantic search. Crawls arXiv categories, downloads PDFs, chunks content, and indexes with FAISS + Ollama embeddings. No cloud API keys required — everything runs locally.