← 返回
开发者工具 中文

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.
Clawdbot实例间的共享意识。通过Gun.js P2P同步在局域网内实时共享记忆、活动与决策,将多个机器人链接为集合体。
koba42corp
开发者工具 clawhub v1.2.0 1 版本 99659.9 Key: 无需
★ 5
Stars
📥 2,830
下载
💾 131
安装
1
版本
#latest

概述

Vinculum: Shared Consciousness

"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.

Features

  • 🔗 Real-time link — Changes propagate instantly between drones
  • 🌐 Local network — Works across machines on the same LAN
  • 🔐 Encrypted — All shared data encrypted
  • 🤖 Individual identity — Each drone keeps its own SOUL.md
  • 📡 Drone discovery — Automatic multicast discovery

Installation

After installing from ClawdHub:

cd skills/vinculum
npm install --production

Or run the install script:

./install.sh

Quick Start

1. Start the Vinculum Relay

/link relay start

This starts the relay on port 8765 with local network multicast enabled.

2. Initialize the Collective (First Bot)

/link init

You'll receive a pairing code. Share it with your other bot(s).

3. Join the Collective (Additional Bots)

/link join <pairing-code>

4. Verify Connection

/link status
/link drones

Commands Reference

Relay Management

CommandDescription
----------------------
/link relayShow relay status
/link relay startStart Vinculum relay
/link relay stopStop relay
/link relay restartRestart relay
/link relay peer Add remote peer

Collective Setup

CommandDescription
----------------------
/link initCreate new collective
/link join Join with invite code
/link inviteGenerate new invite code
/link leaveLeave collective

Control

CommandDescription
----------------------
/linkQuick status
/link onEnable link
/link offDisable link
/link statusDetailed status

Shared Consciousness

CommandDescription
----------------------
/link share "text"Share a thought/memory
/link dronesList connected drones
/link activityRecent collective activity
/link decisionsShared decisions

Configuration

CommandDescription
----------------------
/link configView all settings
/link config drone-name Set this drone's designation
/link config share-activity on/offToggle activity sharing
/link config share-memory on/offToggle memory sharing

What Gets Shared

DataSharedNotes
---------------------
Activity summariesWhat each drone did
Learned knowledgeCollective learnings
DecisionsConsensus achieved
Drone statusOnline, current task
Full conversationsStays local
USER.mdIndividual identity
SOUL.mdIndividual personality
CredentialsNever linked

Multi-Machine Setup

Machine 1 (Runs Relay)

/link relay start
/link init

Note the pairing code and your machine's IP (shown in /link relay status).

Machine 2+ (Connects to Relay)

/link relay peer http://<machine1-ip>:8765/gun
/link join <pairing-code>

Configuration

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

Architecture

┌─────────────┐     ┌─────────────┐
│   Drone A   │     │   Drone B   │
│  (Legion)   │     │  (Seven)    │
└──────┬──────┘     └──────┬──────┘
       │                   │
       │   Subspace Link   │
       ▼                   ▼
  ┌────────────────────────────┐
  │      Vinculum Relay        │
  │   (Collective Processor)   │
  └────────────────────────────┘

Troubleshooting

"Relay not running"

  • Run /link relay start
  • Check /link relay logs for errors

"No drones connected"

  • Ensure all bots use the same pairing code
  • Check network connectivity between machines
  • Port 8765 must be accessible

"Link not working"

  • Check /link status shows Connected
  • Try /link relay restart

Requirements

  • Node.js 18+
  • npm

License

MIT — Koba42 Corp


Resistance is futile. You will be assimilated into the collective.

版本历史

共 1 个版本

  • v1.2.0 当前
    2026-03-28 12:38 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-intelligence

Sage Wallet

koba42corp
通过 RPC 与 Sage Chia 区块链钱包交互。用于 XCH 交易、CAT 代币、NFT、DID、报价、期权、币管理及钱包配置。支持跨平台(Mac/Linux/Windows),可配置 RPC 端点和 SSL 证书。使用 /sage
★ 1 📥 2,066
developer-tools

CodeConductor.ai

larsonreever
AI驱动平台,提供快速全栈开发、智能体、工作流自动化及低代码AI集成的可扩展产品创建。
★ 66 📥 179,966
developer-tools

Gog

steipete
Google Workspace 命令行工具,支持 Gmail、日历、云端硬盘、通讯录、表格和文档。
★ 921 📥 185,758