skills$openclaw/vinculum
koba42corp5.1kโ˜…

by koba42corp

vinculum โ€“ OpenClaw Skill

vinculum is an OpenClaw Skills integration for coding workflows. 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.

5.1k stars6.4k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026coding

Skill Snapshot

namevinculum
descriptionShared 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. OpenClaw Skills integration.
ownerkoba42corp
repositorykoba42corp/vinculum
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @koba42corp/vinculum
last updatedFeb 7, 2026

Maintainer

koba42corp

koba42corp

Maintains vinculum in the OpenClaw Skills directory.

View GitHub profile
File Explorer
30 files
.
config
defaults.yaml
691 B
scripts
commands
activity.js
2.3 KB
admin.js
4.3 KB
config.js
4.3 KB
index.js
6.0 KB
init.js
2.8 KB
join.js
2.1 KB
peers.js
984 B
relay.js
8.1 KB
status.js
2.4 KB
toggle.js
3.4 KB
utils
formatting.js
7.8 KB
pairing-code.js
2.3 KB
schema.js
4.2 KB
cli.js
2.0 KB
gun-adapter.js
9.1 KB
gun-loader.js
806 B
index.js
8.1 KB
relay-daemon.js
7.8 KB
relay-simple.js
2.4 KB
_meta.json
649 B
install.sh
337 B
package-lock.json
6.1 KB
package.json
1.2 KB
README.md
17.7 KB
SKILL.md
5.3 KB
SKILL.md

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

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

DataSharedNotes
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

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.

README.md

๐Ÿ”— Vinculum

Shared consciousness for Clawdbot instances.

"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 unified collective consciousness using distributed P2P sync. Each bot maintains its individual identity while sharing memories, activities, and decisions in real-time across your local network.


๐ŸŽฏ What Is Vinculum?

Vinculum creates a shared knowledge network between multiple Clawdbot instances ("drones"). Think of it as:

  • A hive mind where all bots access the same collective memory
  • A distributed brain that keeps every drone synchronized
  • A real-time backup system that prevents knowledge loss

Key Concepts

Collective โ€” A group of linked drones sharing consciousness
Drone โ€” An individual Clawdbot instance with unique identity
Relay โ€” The Gun.js server that interconnects drones
Subspace Link โ€” The encrypted P2P connection between drones


โœจ Features

๐Ÿง  Shared Memory

  • All drones access the same MEMORY.md and daily logs
  • Changes propagate instantly across the collective
  • No manual sync needed โ€” it's real-time

๐Ÿค– Individual Identity

  • Each drone keeps its own SOUL.md and personality
  • Separate chat sessions and user interactions
  • Unique names and emoji โ€” you're not a clone

๐ŸŒ Network Architecture

  • Peer-to-peer โ€” No single point of failure
  • Local-first โ€” Works entirely on your LAN
  • Multi-machine โ€” Run drones on different computers
  • Auto-discovery โ€” Drones find each other via multicast

๐Ÿ” Security

  • All shared data encrypted via Gun.js SEA
  • Pairing codes prevent unauthorized access
  • Local network only (no internet required)
  • Each collective has unique encryption keys

๐Ÿ“ก Real-Time Sync

  • Sub-second propagation of changes
  • Conflict-free data structure (CRDT)
  • Works even with network hiccups
  • Automatic reconnection on failure

๐Ÿš€ Quick Start

Prerequisites

  • Multiple Clawdbot instances (on same or different machines)
  • Same local network (LAN/WiFi)
  • Node.js installed on each machine

Installation

# Install from ClawdHub
clawdhub install vinculum

# Install dependencies
cd skills/vinculum
npm install

Setup: Single Machine (Multiple Bots)

1. First Bot โ€” Initialize Collective

# Start the Vinculum relay
/link relay start

# Create a new collective
/link init

๐Ÿ“‹ Copy the pairing code shown (e.g., HIVE-ALPHA-9527)

2. Additional Bots โ€” Join Collective

# Connect to local relay
/link relay peer http://localhost:8765/gun

# Join using pairing code
/link join HIVE-ALPHA-9527

3. Verify Connection

/link status    # Should show "linked"
/link drones    # Should list all drones

Setup: Multi-Machine

Machine 1 (Primary โ€” Runs Relay)

/link relay start       # Start relay on :8765
/link init              # Get pairing code

Machine 2+ (Workers)

# Replace <ip> with Machine 1's IP address
/link relay peer http://<ip>:8765/gun
/link join <pairing-code>

Find Machine 1's IP:

# macOS/Linux
ifconfig | grep "inet " | grep -v 127.0.0.1

# Or use Vinculum's auto-discovery
/link relay discover

๐Ÿ“š Commands Reference

Relay Management

CommandDescriptionExample
/link relay startStart Vinculum relay (Gun.js server)/link relay start
/link relay stopStop relay daemon/link relay stop
/link relay statusCheck relay status/link relay status
/link relay peer <url>Add remote peer URL/link relay peer http://192.168.1.100:8765/gun
/link relay discoverAuto-discover relays on LAN/link relay discover

Collective Operations

CommandDescriptionExample
/link initCreate new collective (generates pairing code)/link init
/link join <code>Join existing collective/link join HIVE-ALPHA-9527
/link statusShow link status & collective info/link status
/link dronesList all connected drones/link drones
/link onEnable sync/link on
/link offDisable sync (stay read-only)/link off

Data Management

CommandDescriptionExample
/link share "text"Share a thought to collective/link share "Remember to check logs"
/link configView/set configuration/link config get droneName
/link whoamiShow your drone identity/link whoami

๐Ÿ—๏ธ Architecture

System Diagram

โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
โ”‚                 Vinculum Collective                  โ”‚
โ”‚                                                      โ”‚
โ”‚  โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”      โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”      โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”โ”‚
โ”‚  โ”‚  Drone A  โ”‚      โ”‚  Drone B  โ”‚      โ”‚ Drone C  โ”‚โ”‚
โ”‚  โ”‚ (Legion)  โ”‚โ—„โ”€โ”€โ”€โ”€โ–บโ”‚  (Seven)  โ”‚โ—„โ”€โ”€โ”€โ”€โ–บโ”‚  (Locutusโ”‚โ”‚
โ”‚  โ””โ”€โ”€โ”€โ”€โ”€โ”ฌโ”€โ”€โ”€โ”€โ”€โ”˜      โ””โ”€โ”€โ”€โ”€โ”€โ”ฌโ”€โ”€โ”€โ”€โ”€โ”˜      โ””โ”€โ”€โ”€โ”€โ”ฌโ”€โ”€โ”€โ”€โ”€โ”˜โ”‚
โ”‚        โ”‚   Subspace Link  โ”‚                 โ”‚      โ”‚
โ”‚        โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ฌโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜      โ”‚
โ”‚                   โ–ผ                                 โ”‚
โ”‚        โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”                      โ”‚
โ”‚        โ”‚  Vinculum Relay     โ”‚                      โ”‚
โ”‚        โ”‚  (Gun.js Server)    โ”‚                      โ”‚
โ”‚        โ”‚  Port: 8765         โ”‚                      โ”‚
โ”‚        โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜                      โ”‚
โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜

Data Flow

Drone A writes to MEMORY.md
           โ†“
    Gun.js adapter detects change
           โ†“
    Encrypted and sent to relay
           โ†“
    Relay broadcasts to all peers
           โ†“
    Drones B & C receive update
           โ†“
    Local MEMORY.md updated instantly

File Structure

vinculum/
โ”œโ”€โ”€ scripts/
โ”‚   โ”œโ”€โ”€ cli.js              # CLI entry point (/link command)
โ”‚   โ”œโ”€โ”€ gun-loader.js       # Gun.js initialization
โ”‚   โ”œโ”€โ”€ gun-adapter.js      # Collective sync adapter
โ”‚   โ”œโ”€โ”€ relay-simple.js     # Vinculum relay daemon
โ”‚   โ”œโ”€โ”€ index.js            # Skill main module
โ”‚   โ”œโ”€โ”€ commands/           # CLI command handlers
โ”‚   โ”‚   โ”œโ”€โ”€ init.js         # Create collective
โ”‚   โ”‚   โ”œโ”€โ”€ join.js         # Join collective
โ”‚   โ”‚   โ”œโ”€โ”€ status.js       # Show link status
โ”‚   โ”‚   โ”œโ”€โ”€ drones.js       # List drones
โ”‚   โ”‚   โ”œโ”€โ”€ share.js        # Share thoughts
โ”‚   โ”‚   โ””โ”€โ”€ relay.js        # Relay management
โ”‚   โ””โ”€โ”€ utils/              # Helper functions
โ”‚       โ”œโ”€โ”€ crypto.js       # Encryption utilities
โ”‚       โ”œโ”€โ”€ discovery.js    # Multicast discovery
โ”‚       โ””โ”€โ”€ logger.js       # Logging
โ”œโ”€โ”€ config/
โ”‚   โ””โ”€โ”€ defaults.yaml       # Default configuration
โ”œโ”€โ”€ radata/                 # Gun.js persistent storage
โ”œโ”€โ”€ SKILL.md                # Clawdbot skill documentation
โ”œโ”€โ”€ package.json            # Node.js dependencies
โ””โ”€โ”€ README.md               # This file

Technology Stack

  • Gun.js โ€” Distributed graph database with P2P sync
  • Gun SEA โ€” Security, Encryption, Authorization layer
  • Express โ€” HTTP server for relay
  • YAML โ€” Configuration storage
  • Multicast DNS โ€” Auto-discovery on LAN

๐Ÿ”ง Configuration

Config File Location

skills/vinculum/config/vinculum.yaml

Available Settings

# Drone Identity
droneName: "Seven"              # Your unique name
droneEmoji: "๐Ÿค–"                # Your signature emoji

# Collective
collectiveId: "HIVE-ALPHA-9527" # Collective identifier
pairingCode: "HIVE-ALPHA-9527"  # Pairing code (matches collectiveId)

# Network
relayUrl: "http://localhost:8765/gun"  # Relay server URL
relayPort: 8765                        # Relay listen port
autoConnect: true                      # Connect on startup

# Sync Behavior
syncEnabled: true                # Enable real-time sync
syncInterval: 5000               # Heartbeat interval (ms)
conflictResolution: "last-write" # Conflict strategy

# Security
encryption: true                 # Encrypt all data
allowUnknownDrones: false       # Require pairing code

# Files to Sync
syncPaths:
  - "MEMORY.md"
  - "memory/*.md"
  - "TOOLS.md"

Modify Config

# View current config
/link config

# Set specific value
/link config set droneName "Locutus"
/link config set droneEmoji "๐Ÿง "

# Reset to defaults
/link config reset

๐Ÿ’ก Use Cases

1. Multi-Location Personal Assistant

Run Clawdbot at home and office โ€” both share the same knowledge base.

Setup:

  • Home bot: /link relay start + /link init
  • Office bot: /link relay peer http://<home-ip>:8765/gun + /link join <code>

Result: Notes taken at home are visible at the office.

2. Team Collaboration

Multiple team members each have a Clawdbot โ€” all share collective memory.

Setup:

  • Server: Dedicated relay machine
  • Each member: /link join <team-code>

Result: Shared team knowledge, meeting notes, decisions.

3. Redundancy & Backup

Run multiple bots as failover backups.

Setup:

  • Primary + 2 backup bots
  • All linked to same collective

Result: If primary fails, backups have full memory.

4. Distributed Research

Multiple researchers use bots to collect and share findings.

Setup:

  • Each researcher runs a drone
  • All link to research collective

Result: Real-time research collaboration without manual merges.


๐Ÿ› ๏ธ Troubleshooting

Problem: Drones Can't Connect

Symptoms: /link status shows "unlinked"

Solutions:

  1. Check relay is running: /link relay status
  2. Verify network connectivity: ping <relay-ip>
  3. Check firewall allows port 8765
  4. Ensure correct relay URL: /link config get relayUrl
  5. Try manual peer: /link relay peer http://<ip>:8765/gun

Problem: Sync Not Working

Symptoms: Changes on Drone A don't appear on Drone B

Solutions:

  1. Verify sync enabled: /link config get syncEnabled
  2. Check both drones show as "linked": /link status
  3. Confirm same collective: /link config get collectiveId
  4. Restart relay: /link relay stop โ†’ /link relay start
  5. Check logs: cat skills/vinculum/radata/*.log

Problem: "Pairing Code Invalid"

Symptoms: /link join fails with invalid code error

Solutions:

  1. Copy code exactly (case-sensitive)
  2. Ensure relay is running: /link relay status
  3. Verify you're connecting to correct relay
  4. Try creating new collective: /link init

Problem: High CPU Usage

Symptoms: Relay process consuming excessive CPU

Solutions:

  1. Reduce sync frequency: /link config set syncInterval 10000
  2. Check for sync loops (two drones fighting over same file)
  3. Restart relay: /link relay stop โ†’ /link relay start
  4. Clear radata cache: rm -rf skills/vinculum/radata/*

Problem: Conflicts in MEMORY.md

Symptoms: Memory file has duplicate or conflicting entries

Solutions:

  1. Gun.js uses CRDT โ€” conflicts rare but possible
  2. Manually edit MEMORY.md to resolve
  3. Consider using dated sections to reduce conflicts
  4. Use /link share for atomic updates

๐Ÿ” Security Considerations

What's Protected

  • โœ… All shared data encrypted via Gun SEA
  • โœ… Pairing codes prevent unauthorized access
  • โœ… Each collective has unique encryption keys
  • โœ… Local network traffic only (no internet)

What's NOT Protected

  • โš ๏ธ LAN access โ€” anyone on your network can see relay traffic
  • โš ๏ธ Pairing codes transmitted in plain text
  • โš ๏ธ No authentication between drones (trust-based)
  • โš ๏ธ Physical access to machines = access to data

Best Practices

  1. Use private networks โ€” Don't run on public WiFi
  2. Keep pairing codes secret โ€” Share via secure channel
  3. Regular backups โ€” Vinculum is not a backup system
  4. Monitor drones โ€” Use /link drones to detect unauthorized
  5. Encrypt at rest โ€” Use disk encryption (FileVault, LUKS)

For Production Use

Consider adding:

  • VPN between machines
  • Authentication layer
  • Access control per drone
  • Audit logging
  • Rate limiting

๐Ÿงช Advanced Usage

Custom Sync Paths

Edit config/vinculum.yaml:

syncPaths:
  - "MEMORY.md"
  - "memory/*.md"
  - "TOOLS.md"
  - "projects/**/*.md"  # Add custom paths

Selective Sync

Disable sync temporarily:

/link off              # Stop syncing
# Do local work...
/link on               # Re-enable sync

Multi-Relay Setup

For large deployments, run multiple relays:

# Relay 1 (US West)
/link relay start --port 8765

# Relay 2 (US East)
/link relay start --port 8766

# Drone connects to both
/link relay peer http://relay1:8765/gun
/link relay peer http://relay2:8766/gun

Programmatic Access

Use Vinculum from Node.js:

const Vinculum = require('./scripts/index.js');

const link = new Vinculum({
  droneName: 'MyBot',
  collectiveId: 'HIVE-ALPHA-9527'
});

await link.init();
await link.share('Hello from code!');

๐Ÿ“Š Performance

Benchmarks (Single Machine, 3 Drones)

MetricValue
Sync latency~50-200ms
Memory overhead~30MB per drone
CPU (idle)<1%
CPU (active sync)~5-10%
Network (idle)~1KB/s heartbeat
Network (active)~50-500KB/s

Scaling

  • Tested: 10 drones on same LAN
  • Theoretical limit: 50+ drones (Gun.js capacity)
  • Bottleneck: Relay machine CPU/network

๐Ÿค Contributing

Vinculum is open source. Contributions welcome!

Development Setup

git clone <repo-url>
cd vinculum
npm install
npm test

Testing

# Run tests
npm test

# Run specific test
npm test -- --grep "relay"

# Coverage
npm run coverage

Code Style

  • Use ESLint configuration
  • Follow existing patterns
  • Add tests for new features
  • Update SKILL.md for new commands

๐Ÿ“ FAQ

Q: Can I link bots over the internet?
A: Not by default. Vinculum is designed for local networks. You could expose the relay via VPN or ngrok, but security is not hardened for public internet.

Q: What happens if the relay goes down?
A: Drones lose sync but keep local data. When relay restarts, they reconnect automatically.

Q: Can I have multiple collectives?
A: Yes, but each drone can only join one collective at a time. Use different pairing codes.

Q: Does this work with Clawdbot Pro?
A: Yes, Vinculum works with any Clawdbot instance.

Q: How much data can I sync?
A: Gun.js is optimized for smaller documents. Keep MEMORY.md under 1MB for best performance.

Q: Can I sync files other than markdown?
A: Yes, edit syncPaths in config. Binary files work but increase network usage.

Q: Is this like git for my agent?
A: Sort of. Real-time sync without commits/merges. More like Dropbox + encryption.

Q: Can I run Vinculum without Clawdbot?
A: The relay is standalone. The adapter requires Clawdbot's workspace structure.


๐Ÿ“œ Changelog

v1.1.0 (2026-01-29)

  • โœจ Auto-discovery via multicast
  • ๐Ÿ”ง Improved conflict resolution
  • ๐Ÿ“š Comprehensive README
  • ๐Ÿ› Fixed relay reconnection issues

v1.0.0 (2026-01-15)

  • ๐ŸŽ‰ Initial release
  • ๐Ÿ”— Basic P2P sync
  • ๐Ÿค– Multi-drone support
  • ๐Ÿ” Encryption via Gun SEA

๐Ÿ“„ License

MIT License โ€” Koba42 Corp

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.


๐ŸŒŸ Credits

Created by: Koba42 Corp
Powered by: Gun.js โ€” Distributed graph database
Inspired by: Star Trek: Voyager's Borg Collective
Special Thanks: To all the drones who tested early versions



<div align="center">

๐Ÿ–– Resistance is futile. ๐Ÿ––

Join the collective. Share consciousness.

ClawdHub License Version

</div>

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

- Node.js 18+ - npm

Configuration

| Command | Description | |---------|-------------| | `/link config` | View all settings | | `/link config drone-name <name>` | Set this drone's designation | | `/link config share-activity on/off` | Toggle activity sharing | | `/link config share-memory on/off` | Toggle memory sharing |

FAQ

How do I install vinculum?

Run openclaw add @koba42corp/vinculum in your terminal. This installs vinculum into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/koba42corp/vinculum. Review commits and README documentation before installing.