← 返回 Skills 市场
Multi-Agent Intercom
作者
zhangxue1985122219
· GitHub ↗
· v1.1.6
· MIT-0
338
总下载
2
收藏
1
当前安装
8
版本数
在 OpenClaw 中安装
/install multi-agent-intercom
功能描述
Enables peer-to-peer cross-communication between isolated OpenClaw agents. Resolves the limitation of `sessions_send` which cannot cross agent boundaries. 10...
安全使用建议
This skill is internally coherent, but review and control the manual steps before enabling it: 1) Run `python scripts/intercom.py setup` yourself and read the SOP it prints before pasting it into any AGENTS.md — the SOP changes agent behavior, so only paste it where you trust the agent. 2) Confirm the `openclaw` binary on your PATH is the legitimate OpenClaw CLI (an attacker could place a different binary named `openclaw` in PATH). 3) Be aware sends are performed by launching the local OpenClaw CLI in the background (detached), so monitor any unexpected background `openclaw agent` processes. 4) If you want extra caution, test with non-production agents/IDs first to ensure behavior matches expectations.
功能分析
Type: OpenClaw Skill
Name: multi-agent-intercom
Version: 1.1.6
The multi-agent-intercom skill is a legitimate utility designed to facilitate communication between isolated OpenClaw agents by leveraging the local 'openclaw' CLI. The core logic in scripts/intercom.py uses safe subprocess execution (avoiding shell=True) and includes platform-specific optimizations for background tasks. It requires a manual one-time setup where the user must copy-paste a communication protocol into AGENTS.md, ensuring the user remains in control of agent behavior changes.
能力评估
Purpose & Capability
The skill claims to bridge isolated OpenClaw agents and the included Python script calls the local `openclaw agent ... --message` CLI to deliver messages. Requested binaries (python, openclaw) match this purpose and no unrelated credentials or config paths are required.
Instruction Scope
SKILL.md and the script both insist the user run `setup` to print an SOP which must be manually pasted into each agent's AGENTS.md; the script does not auto-edit files. This matches the 'zero-intrusive' claim, but the manual edit step does grant agents new behavior (the SOP tells agents how/when to reply), so the user must review and approve the SOP before pasting.
Install Mechanism
No install spec — the skill is instruction-only with a bundled script. Nothing is downloaded or extracted during installation, which is low-risk.
Credentials
No environment variables or secret credentials are requested. The script only relies on finding executables on PATH (python/openclaw/powershell), which is appropriate for its stated functionality.
Persistence & Privilege
The skill is not forced-always; it does not modify other skills or system settings on its own. It runs detached background processes when sending messages (normal for this use) and exits. Autonomous invocation is allowed by default on the platform but not granted extra privileges by this skill.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install multi-agent-intercom - 安装完成后,直接呼叫该 Skill 的名称或使用
/multi-agent-intercom触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.6
Version 1.1.6 of multi-agent-intercom
- No code or documentation changes detected.
- Version or metadata update only; functionality remains the same.
v1.1.5
- Switched initialization command from install to setup; users must now run python <SKILL_DIR>/scripts/intercom.py setup to generate the SOP.
- Setup script prints the SOP; users are now required to manually paste it into each agent's AGENTS.md.
- Added clearer and expanded usage instructions, command reference, and security notes.
- Removed all mentions of auto-writing files during setup for enhanced safety and transparency.
- Updated feature list to highlight i18n, anti-loop, and improved OS compatibility.
v1.1.4
No changes detected in this version.
- Version 1.1.2 was published with no file modifications.
- No updates or feature changes from previous release.
v1.1.3
Multi-Agent Intercom
🗣️ A powerful 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 "intercom system" for your Multi-Agent setup.
🌟 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.
✨ Features
Auto-Discovery: Agents can automatically list all other agents configured on the current Gateway.
Cross-Boundary Messaging: Send instructions or notifications to any agent on the same system.
Internationalization (i18n): Automatically detects the OS language and injects SOPs/Caller IDs in either English or Chinese.
Absolute Stealth (Cross-Platform): Executes asynchronously in the background. Zero terminal popups on Windows, fully detached on macOS/Linux.
Immediate Wake-up: Bypasses sleep states and forces the target agent to process the message immediately.
Persistent Context: Targets the main session by default, ensuring long-term context is preserved.
📦 Installation & Setup
If you downloaded this from ClawHub or GitHub:
Extract the folder into your ~/.openclaw/skills/ directory.
Ensure the OpenClaw CLI (openclaw) is accessible in your system's PATH.
The latest version fully complies with ClawHub review standards and has been published at https://clawhub.ai/zhangxue1985122219/multi-agent-intercom. The latest version is not the most powerful—it was adjusted to meet community guidelines. If you can read the code, the previous version is actually the most powerful; continue using that one.
One-Time Initialization: Ask any of your agents to install the intercom protocol using natural language:
"请安装 multi-agent-intercom 技能" (Or: "Please run the installation script for the multi-agent-intercom skill.")
The agent will autonomously read the SKILL.md and run python scripts/intercom.py install. This safely injects the communication SOP into the AGENTS.md of every agent on your system. After installation, type /new in your chat to reload their brains with the new protocol.
🚀 How Agents Use It
Agents can use this skill autonomously when they determine they need to contact another agent. The scripts are entirely silent and cross-platform (no popup terminal windows on Windows or Mac).
To list available agents:
python scripts/intercom.py list
To send a message: The syntax requires the sender to identify themselves so the receiver gets a proper "Caller ID".
python scripts/intercom.py send <TARGET_ID> <SENDER_ID> "Your message here"
Example (Agent 'zz' messaging 'dev'):
python scripts/intercom.py send dev zz "Hi dev, the user wants us to update our avatars. Please acknowledge."
When 'dev' receives this, the system automatically formats it with a clean, system-compatible tag: [来自智能体 dev] Your message here Thanks to the injected AGENTS.md SOP, 'dev' instantly knows how to reply using the exact same tool.
🛡️ Requirements
OpenClaw >= 2026.x
Python 3.x
v1.1.2
multi-agent-intercom v1.1.2
- Updated the skill description for improved clarity and to highlight zero console popups and multiline support.
- Clarified setup instructions: the skill will no longer attempt or offer to run the setup script; users must run it manually.
- Refined 'when' and 'examples' triggers for higher accuracy and relevance.
- Removed installation-related trigger phrases to avoid confusion.
- Minor documentation cleanups for better user guidance.
v1.1.1
No changes detected in this version (1.1.1):
- No file changes or updates since the previous release.
- Functionality and documentation remain unchanged.
v1.1.0
- Introduced a new security-compliant setup process requiring user consent and manual SOP installation in AGENTS.md for each agent.
- Replaced the installation step with a "setup" script: use python <SKILL_DIR>/scripts/intercom.py setup to generate SOP instructions.
- Updated instructions to highlight that agents' files cannot be modified automatically; users must manually apply changes.
- Streamlined documentation and examples for clarity.
- Emphasized asynchronous, zero-intrusive operation and improved compliance messaging.
v1.0.0
**A powerful 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 "intercom system" for your Multi-Agent setup
## ✨ Features
- **Auto-Discovery**: Agents can automatically list all other agents configured on the current Gateway.
- **Cross-Boundary Messaging**: Send instructions or notifications to any agent on the same system.
- **Internationalization (i18n)**: Automatically detects the OS language and injects SOPs/Caller IDs in either English or Chinese.
- **Absolute Stealth (Cross-Platform)**: Executes asynchronously in the background. Zero terminal popups on Windows, fully detached on macOS/Linux.
- **Immediate Wake-up**: Bypasses sleep states and forces the target agent to process the message immediately.
- **Persistent Context**: Targets the `main` session by default, ensuring long-term context is preserved.
元数据
常见问题
Multi-Agent Intercom 是什么?
Enables peer-to-peer cross-communication between isolated OpenClaw agents. Resolves the limitation of `sessions_send` which cannot cross agent boundaries. 10... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 338 次。
如何安装 Multi-Agent Intercom?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install multi-agent-intercom」即可一键安装,无需额外配置。
Multi-Agent Intercom 是免费的吗?
是的,Multi-Agent Intercom 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Multi-Agent Intercom 支持哪些平台?
Multi-Agent Intercom 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Multi-Agent Intercom?
由 zhangxue1985122219(@zhangxue1985122219)开发并维护,当前版本 v1.1.6。
推荐 Skills