返回顶部
m

multi-agent-intercom

Enables peer-to-peer cross-communication between isolated OpenClaw agents. Resolves the limitation of `sessions_send` which cannot cross agent boundaries. 100% Zero-Intrusive, safe, compliant, with zero console popups and robust multiline support.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.1.6
安全检测
已通过
284
下载量
1
收藏
概述
安装方式
版本历史

multi-agent-intercom

# Multi-Agent Intercom 🗣️ **A powerful, secure, and zero-intrusive peer-to-peer communication skill for OpenClaw.** This skill enables independent OpenClaw agents (e.g., `zz`, `dev`, `rc`) to securely send messages and wake up each other across isolated workspaces. It acts as an asynchronous "intercom system" for your Multi-Agent setup. --- ## 🚀 Quick-Start Instructions ### 1. Initialization (First Time Setup — One-Time Manual Step) Run the setup script to generate the communication protocol SOP: ```bash python <SKILL_DIR>/scripts/intercom.py setup ``` **⚠️ Important:** The script will print an SOP block to the screen — it does **NOT** auto-write any files. **You must manually copy the printed SOP block and paste it at the bottom of each agent's `AGENTS.md` file.** After pasting, type `/new` in your chat to reload their brains. ### 2. Send a Message Determine the target agent's ID and your own ID, then run: ```bash python <SKILL_DIR>/scripts/intercom.py send <TARGET_AGENT_ID> <YOUR_AGENT_ID> "<YOUR_MESSAGE>" ``` *Note: This script runs asynchronously in the background. It will return immediately. Do not wait or retry.* ### 3. Example (You are 'zz', telling 'dev' to update avatars) ```bash python <SKILL_DIR>/scripts/intercom.py send dev zz "Hi dev, the Boss wants us to update our avatars today. Acknowledge when done." ``` When 'dev' receives this, the message will be formatted as `[From Agent zz] Hi dev, the Boss wants us to update our avatars today...` — the SOP embedded in `AGENTS.md` tells 'dev' exactly how to respond. --- ## 🌟 Why is this needed? By design, OpenClaw agents run in isolated databases and sandboxes. The built-in `sessions_send` tool can only send messages within an agent's own subagent hierarchy. If Agent A tries to use `sessions_send` to message Agent B, it will result in a "Session not found" error. **Multi-Agent Intercom** solves this by leveraging the native `openclaw agent` CLI mechanism to safely bridge these isolated environments, allowing agents to act as equal peers in a decentralized company. ## 🛡️ Security First: Zero-Intrusive & 100% Compliant - **No File Tampering**: Does NOT automatically modify or rewrite any system files. You remain in full control. - **No Shell Injection**: Safe subprocess argument lists prevent RCE vulnerabilities. - **True Silent Execution**: Uses `CREATE_NO_WINDOW` + `close_fds` on Windows for zero console popups. - **Anti-Loop Breaker**: The protocol prevents infinite "Received → Thank you" loops. ## ✨ Features - **Cross-Boundary Messaging** — reach any agent on the same system - **Robust Multiline Support** — bypasses Windows `cmd.exe` argument truncation via PowerShell routing - **Internationalization (i18n)** — auto-detects OS language (English / Chinese) - **Immediate Wake-up** — bypasses sleep states, forces target to process now - **Persistent Context** — targets the `main` session by default ## ⚠️ Command Reference | Command | What it does | |---------|-------------| | `python intercom.py setup` | Prints the SOP block for manual copy-paste into AGENTS.md | | `python intercom.py send <target> <sender> "<msg>"` | Sends a message to another agent | > **Note:** There is NO `install` subcommand. Use `setup` to generate the SOP. ## Requirements - OpenClaw >= 2026.x - Python 3.x --- *Created for the OpenClaw / ClawDBot community.*

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 multi-agent-intercom-1776121683 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 multi-agent-intercom-1776121683 技能

通过命令行安装

skillhub install multi-agent-intercom-1776121683

下载 Zip 包

⬇ 下载 multi-agent-intercom v1.1.6

文件大小: 8.91 KB | 发布时间: 2026-4-17 15:27

v1.1.6 最新 2026-4-17 15:27
Version 1.1.6 of multi-agent-intercom

- No code or documentation changes detected.
- Version or metadata update only; functionality remains the same.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部