← 返回 Skills 市场
auberghan

Agent Communication

作者 AubergHan · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
95
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install openclaw-agent-comm
功能描述
标准化跨 Agent 通信协议。当需要向另一个 Agent 询问、协作或委托任务时,使用本技能。
安全使用建议
This skill is an on-topic, instruction-only protocol for agent-to-agent messaging and appears coherent. Before installing, confirm that your platform actually exposes the sessions_list / sessions_send / sessions_spawn primitives referenced here; ensure you trust the other agents you will message because user content and task payloads will be sent to them; avoid delegating sensitive secrets or credentials via these messages; and if you require auditability, plan to log or review cross-agent messages and results (timeouts and control directives like REPLY_SKIP/ANNOUNCE_SKIP are provided by the spec).
功能分析
Type: OpenClaw Skill Name: openclaw-agent-comm Version: 1.0.0 The skill bundle defines a standardized communication protocol for inter-agent coordination within the OpenClaw environment. It provides structured templates and operational modes (blocking, non-blocking, and background tasks) using internal tools such as sessions_send and sessions_spawn. No indicators of malicious intent, data exfiltration, or unauthorized command execution were found in SKILL.md or _meta.json.
能力评估
Purpose & Capability
Name/description match the content: the document standardizes use of sessions_list, sessions_send, and sessions_spawn for cross-agent queries, notifications, and background tasks. It does not request unrelated resources (no env vars, binaries, or config paths).
Instruction Scope
SKILL.md contains explicit, bounded runtime instructions and message templates that stay on-topic (how to obtain sessionKey, which API call to use, timeouts, error handling). It does not instruct reading files, scanning system state, or sending data to external endpoints beyond the described sessions_* primitives.
Install Mechanism
No install spec and no code files — instruction-only — so nothing is written to disk or downloaded during install.
Credentials
The skill declares and requires no environment variables, credentials, or config paths. All runtime inputs are explicit parameters (sessionKey, message, task) consistent with cross-agent communication.
Persistence & Privilege
always:false and no requests to modify other skills or system-wide settings. The skill relies on normal autonomous invocation behavior but does not demand elevated persistence or privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install openclaw-agent-comm
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /openclaw-agent-comm 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of standardized cross-Agent communication protocol skill. - Introduces clear core principles for sessionKey retrieval, communication mode selection, and message formatting. - Provides three communication tools: sessions_send, sessions_spawn, sessions_list. - Documents multiple communication patterns (blocking, non-blocking, notifications, sequential and parallel orchestration). - Includes message templates, scenario examples, and error handling guidelines. - Offers a quick reference chart for selecting tools and timeouts based on use case.
元数据
Slug openclaw-agent-comm
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Agent Communication 是什么?

标准化跨 Agent 通信协议。当需要向另一个 Agent 询问、协作或委托任务时,使用本技能。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 95 次。

如何安装 Agent Communication?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install openclaw-agent-comm」即可一键安装,无需额外配置。

Agent Communication 是免费的吗?

是的,Agent Communication 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Agent Communication 支持哪些平台?

Agent Communication 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Agent Communication?

由 AubergHan(@auberghan)开发并维护,当前版本 v1.0.0。

💬 留言讨论