Shared consciousness between Clawdbot instances. Links multiple bots into a collective, sharing memories, activities, and decisions in real-time over local network using Gun.js P2P sync.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install vinculum或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install vinculum⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/vinculum/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: vinculum description: Shared consciousness between Clawdbot instances. Links multiple bots into a collective, sharing memories, activities, and decisions in real-time over local network using Gun.js P2P sync. version: 1.1.0 author: Koba42 Corp license: MIT homepage: https://github.com/koba42/clawdbot-vinculum metadata: clawdbot: emoji: "🔗" category: "integration" requires: bins: ["node", "npm"] install: - id: npm kind: shell command: "cd $SKILL_DIR && npm install --production" label: "Install Node.js dependencies" commands: - name: link description: "Manage the Vinculum - shared consciousness between Clawdbot instances" tags: - p2p - sync - collective - multi-agent - gun - real-time ---
"The Vinculum is the processing device at the core of every Borg vessel. It interconnects the minds of all the drones." — Seven of Nine
Link multiple Clawdbot instances into a collective consciousness using Gun.js peer-to-peer sync.
After installing from ClawdHub:
cd skills/vinculum
npm install --production
Or run the install script:
./install.sh
/link relay start
This starts the relay on port 8765 with local network multicast enabled.
/link init
You'll receive a pairing code. Share it with your other bot(s).
/link join <pairing-code>
/link status
/link drones
| Command | Description | |---------|-------------| | /link relay | Show relay status | | /link relay start | Start Vinculum relay | | /link relay stop | Stop relay | | /link relay restart | Restart relay | | /link relay peer | Add remote peer |
| Command | Description | |---------|-------------| | /link init | Create new collective | | /link join | Join with invite code | | /link invite | Generate new invite code | | /link leave | Leave collective |
| Command | Description | |---------|-------------| | /link | Quick status | | /link on | Enable link | | /link off | Disable link | | /link status | Detailed status |
| Command | Description | |---------|-------------| | /link share "text" | Share a thought/memory | | /link drones | List connected drones | | /link activity | Recent collective activity | | /link decisions | Shared decisions |
| Command | Description | |---------|-------------| | /link config | View all settings | | /link config drone-name | Set this drone's designation | | /link config share-activity on/off | Toggle activity sharing | | /link config share-memory on/off | Toggle memory sharing |
| Data | Shared | Notes | |------|--------|-------| | Activity summaries | ✅ | What each drone did | | Learned knowledge | ✅ | Collective learnings | | Decisions | ✅ | Consensus achieved | | Drone status | ✅ | Online, current task | | Full conversations | ❌ | Stays local | | USER.md | ❌ | Individual identity | | SOUL.md | ❌ | Individual personality | | Credentials | ❌ | Never linked |
/link relay start
/link init
Note the pairing code and your machine's IP (shown in /link relay status).
/link relay peer http://<machine1-ip>:8765/gun
/link join <pairing-code>
Config file: ~/.config/clawdbot/vinculum.yaml
enabled: true
collective: "your-collective-id"
drone_name: "Seven"
peers:
- "http://localhost:8765/gun"
relay:
auto_start: true
port: 8765
share:
activity: true
memory: true
decisions: true
┌─────────────┐ ┌─────────────┐
│ Drone A │ │ Drone B │
│ (Legion) │ │ (Seven) │
└──────┬──────┘ └──────┬──────┘
│ │
│ Subspace Link │
▼ ▼
┌────────────────────────────┐
│ Vinculum Relay │
│ (Collective Processor) │
└────────────────────────────┘
"Relay not running"
/link relay start/link relay logs for errors"No drones connected"
"Link not working"
/link status shows Connected/link relay restartMIT — Koba42 Corp
---
Resistance is futile. You will be assimilated into the collective.
安装 Vinculum - Shared Consciousness 后,可以对 AI 说这些话来触发它
Help me get started with Vinculum - Shared Consciousness
Explains what Vinculum - Shared Consciousness does, walks through the setup, and runs a quick demo based on your current project
Use Vinculum - Shared Consciousness to shared consciousness between Clawdbot instances
Invokes Vinculum - Shared Consciousness with the right parameters and returns the result directly in the conversation
What can I do with Vinculum - Shared Consciousness in my documents & notes workflow?
Lists the top use cases for Vinculum - Shared Consciousness, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/vinculum/ 目录(个人级,所有项目可用),或 .claude/skills/vinculum/(项目级)。重启 AI 客户端后,用 /vinculum 主动调用,或让 AI 根据上下文自动发现并使用。
Vinculum - Shared Consciousness 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Vinculum - Shared Consciousness 可免费安装使用。请查阅仓库了解许可证信息。
Shared consciousness between Clawdbot instances. Links multiple bots into a collective, sharing memories, activities, and decisions in real-time over local network using Gun.js P2P sync.
Automate my documents & notes tasks using Vinculum - Shared Consciousness
Identifies repetitive steps in your workflow and sets up Vinculum - Shared Consciousness to handle them automatically
Vinculum - Shared Consciousness 属于「Documents & Notes」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。