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
calling-agent-squad
Activate a multi-agent team (the Squad) to manage complex projects, business tasks, or development workflows. The squad includes a Manager, Architect, Coder, Reviewer, and Observer. Use when the user wants to "call a squad", "start a project", or "deploy squad" with specialized roles and quality control loops.
agent-health-diagnostics
Diagnose and fix the 4 most common OpenClaw agent failures — heartbeat spam, API rate limit cascades, channel death loops, and memory/embedding errors. Battle-tested across a 6-agent multi-host deployment.
Eternalmemory Sync
Securely backup and restore Openclaw agent memory from remote URLs using AES-256-GCM encryption.
synapse-code
Synapse Code — 智能代码开发工作流引擎。 一体化完成项目初始化、代码交付、知识沉淀和影响分析。 内建代码图谱引擎,越用越懂你的项目。 当用户提到开发、实现功能、运行 pipeline、记录知识、检查影响范围时使用此技能。
synapse-brain
Synapse Brain — OpenClaw 持久调度 Agent。 基于 Managed Agents 架构,提供跨 Session 的任务管理、子代理调度、 状态持久化和知识互操作能力。是 synapse-code 和 synapse-wiki 的调度核心。 当用户提到任务调度、跨会话管理、多 Agent 协作、长期项目跟踪时使用此技能。