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.
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.
Real data. Real impact.
Emerging
Developers
Per week
Open source
Skills give you superpowers. Install in 30 seconds.
"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 |
|---|---|
| Show relay status |
| Start Vinculum relay |
| Stop relay |
| Restart relay |
| Add remote peer |
| Command | Description |
|---|---|
| Create new collective |
| Join with invite code |
| Generate new invite code |
| Leave collective |
| Command | Description |
|---|---|
| Quick status |
| Enable link |
| Disable link |
| Detailed status |
| Command | Description |
|---|---|
| Share a thought/memory |
| List connected drones |
| Recent collective activity |
| Shared decisions |
| Command | Description |
|---|---|
| View all settings |
| Set this drone's designation |
| Toggle activity sharing |
| 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.
No automatic installation available. Please visit the source repository for installation instructions.
View Installation Instructions1,500+ AI skills, agents & workflows. Install in 30 seconds. Part of the Torly.ai family.
© 2026 Torly.ai. All rights reserved.