← All skills
Tencent SkillHub Β· 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.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

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.

⬇ 0 downloads β˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
README.md, SKILL.md, config/defaults.yaml, install.sh, package-lock.json, package.json

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.2.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 20 sections Open source page

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

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

Relay Management

CommandDescription/link relayShow relay status/link relay startStart Vinculum relay/link relay stopStop relay/link relay restartRestart relay/link relay peer <url>Add remote peer

Collective Setup

CommandDescription/link initCreate new collective/link join <code>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 <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

DataSharedNotesActivity summariesβœ…What each drone didLearned knowledgeβœ…Collective learningsDecisionsβœ…Consensus achievedDrone statusβœ…Online, current taskFull conversations❌Stays localUSER.md❌Individual identitySOUL.md❌Individual personalityCredentials❌Never linked

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.

Category context

Agent frameworks, memory systems, reasoning layers, and model-native orchestration.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
3 Config2 Docs1 Scripts
  • SKILL.md Primary doc
  • README.md Docs
  • install.sh Scripts
  • config/defaults.yaml Config
  • package-lock.json Config
  • package.json Config