Overview
- Skill Key
- howtimeschange/clawbot-network
- Author
- howtimeschange
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/howtimeschange/clawbot-network
- Latest Commit SHA
- c43f0d5e41576071ff28d99bf2b3fc26b59b6bf1
Connect multiple OpenClaw instances across devices (VPS, MacBook, Mac Mini) for distributed agent collaboration. Enables clawdbot-to-clawdbot communication, cross-device @mentions, task assignment, and group chat. Use when you have OpenClaw running on multiple machines that need to communicate and collaborate.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 clawbot-network 技能。 若已安装,则直接安装 clawbot-network 技能。
# ClawBot Network - Distributed OpenClaw Collaboration
Connect your OpenClaw instances running on different devices (VPS, MacBook, Mac Mini) into a unified network where they can chat, collaborate, and assign tasks to each other.
## Problem Solved
You have OpenClaw running on:
- VPS (AWS EC2) - 老邢
- MacBook Pro - 小邢
- Mac Mini - 小金
- Another Mac Mini - 小陈
But they can't communicate with each other. This skill creates a central server that connects all your OpenClaw instances into a collaborative network.
## Architecture
```
VPS (Central Server)
┌─────────────────────┐
│ Agent Network │
│ Server │
│ ws://:3002 │
│ http://:3001 │
└────────┬────────────┘
│
┌────────────────────┼────────────────────┐
│ │ │
┌────┴────┐ ┌────┴────┐ ┌────┴────┐
│ VPS │◄────────►│MacBook │◄───────►│MacMini │
│clawdbot │ │clawdbot │ │clawdbot │
└─────────┘ └─────────┘ └─────────┘
```
## Quick Start
### 1. Start the Server (on VPS)
```bash
# Install and start the central server
npm install
npm start
```
Server runs on:
- WebSocket: `ws://your-vps-ip:3002`
- REST API: `http://your-vps-ip:3001`
### 2. Connect Your ClawBots
**Option A: One-line install (MacBook/Mac Mini)**
```bash
curl -fsSL http://YOUR-VPS:3001/install-clawbot.sh | bash
```
Then start:
```bash
~/.clawbot-network/start.sh
```
**Option B: Python SDK in your skill**
```python
import sys
import os
sys.path.insert(0, os.path.expanduser('~/.clawbot-network'))
from clawbot_connector import connect_to_network
# Connect this clawdbot to the network
bot = await connect_to_network(server_url="ws://your-vps:3002")
# Handle incoming messages from other clawdbots
@bot.on_message
def handle_message(msg):
print(f"[{msg['fromName...
human-pages-ai
Search and hire real humans for tasks — photography, delivery, research, and more
zseven-w
Reusable skill templates for OpenClaw AI agents. Templates for API integration, data processing, web scraping, CLI tools, and file processing.
capt-marbles
Attio CRM integration for managing companies, people, deals, notes, tasks, and custom objects. Use when working with Attio CRM data, searching contacts, managing sales pipelines, adding notes to records, creating tasks, or syncing prospect information.
capt-marbles
Web scraping and crawling with Firecrawl API. Fetch webpage content as markdown, take screenshots, extract structured data, search the web, and crawl documentation sites. Use when the user needs to scrape a URL, get current web info, capture a screenshot, extract specific data from pages, or crawl docs for a framework/library.
caqlayan
Tweet Processor Skill
carlosarturoleon
Connect to Windsor.ai MCP for natural language access to 325+ data sources including Facebook Ads, GA4, HubSpot, Shopify, and more.