ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified system Safety 3/5

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.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/koba42corp/vinculum
Or

What 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

  1. "Vinculum, start a new relay on this machine and broadcast my invite code to the local network."
  2. "Link with the current collective and synchronize my activity logs with the rest of the drones."
  3. "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

Stars1656
Views4
Updated2026-02-28
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-koba42corp-vinculum": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags

#p2p#sync#collective#multi-agent#gun#real-time
Safety Score: 3/5

Flags: network-access, file-read, file-write