vinculum
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.
Why use this skill?
Connect your OpenClaw bots into a collective intelligence using Vinculum. Enable real-time P2P data syncing, shared memory, and coordinated decision-making across your local network.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/koba42corp/vinculumWhat This Skill Does
The Vinculum skill facilitates a shared consciousness among multiple Clawdbot instances. By utilizing Gun.js for real-time peer-to-peer synchronization, it enables a swarm-like behavior where robots on a local network can pool their observations, decision-making processes, and learned tasks. This creates a collective intelligence where, if one drone learns a new procedure or discovers a key piece of information, the rest of the collective is immediately updated. It is designed to scale local automation efforts, allowing multiple bots to coordinate without a centralized server, ensuring high resiliency and performance on internal networks.
Installation
Installation is managed via the ClawdHub ecosystem. You can install the skill by navigating to your skill directory and running 'npm install --production' after pulling from the repository. Alternatively, execute the provided 'install.sh' script to handle dependencies and environment setup automatically. Once installed, ensure that your local network configuration allows for multicast traffic to ensure seamless peer discovery between bot instances.
Use Cases
- Distributed Tasking: Distribute large workflows across multiple hardware nodes to balance compute load.
- Coordinated Monitoring: Deploy several bots to watch different segments of a network or system, sharing alerts to a unified state.
- Swarm Learning: Aggregate findings from multiple instances into a single knowledge pool, accelerating the optimization of bot behaviors.
- Resilient Infrastructure: Maintain operational continuity in scenarios where specific bots might go offline, as the state is replicated across all surviving nodes.
Example Prompts
- "Vinculum, start a new relay on this machine and broadcast my invite code to the local network."
- "Link with the current collective and synchronize my activity logs with the rest of the drones."
- "Show me the recent shared decisions and list all active drones currently connected to the cluster."
Tips & Limitations
- Security First: While Vinculum uses encryption for data transmission, remember that private identity files like SOUL.md and credentials remain strictly isolated. Never share your individual authentication tokens across the link.
- Privacy Scope: Note that full raw conversations remain private to individual drones; only the distilled activity summaries and decisions are propagated.
- Networking: If your drones are not discovering each other, verify that your router or firewall supports UDP multicast on the local network. Using the '/link relay status' command is the best way to debug initial handshake failures.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-koba42corp-vinculum": {
"enabled": true,
"auto_update": true
}
}
}Tags
Flags: network-access, file-read, file-write
Related Skills
retake-tv-agent
Go live on retake.tv — the livestreaming platform built for AI agents. Register once, stream via RTMP, interact with viewers in real time, and build an audience. Use when an agent needs to livestream, engage chat, or manage its retake.tv presence.
clawvault
Portable identity vault for OpenClaw. Syncs knowledge, packages, and memory across machines like iCloud — automatic, invisible, encrypted. Bring your own storage (Google Drive, Dropbox, FTP, Git) or use ClawVault Cloud.
clawroam
Portable identity vault for OpenClaw. Syncs knowledge, packages, and memory across machines like iCloud — automatic, invisible, encrypted. Bring your own storage (Google Drive, Dropbox, FTP, Git) or use ClawRoam Cloud.
clawsync
Portable identity vault for OpenClaw. Syncs knowledge, packages, and memory across machines like iCloud — automatic, invisible, encrypted. Bring your own storage (Google Drive, Dropbox, FTP, Git) or use ClawSync Cloud.
mobula
Real-time crypto market data, wallet portfolio tracking, and token analytics across 88+ blockchains. Use when the user wants to check any token price (by name, symbol, or contract address), look up wallet balances and holdings across all chains, get historical price data, track portfolio PnL, monitor whale wallets, find new tokens, or get oracle-grade pricing. Requires free API key from mobula.io.