← Back to Skills Marketplace
auberghan

Agent Communication

by AubergHan · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
95
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install openclaw-agent-comm
Description
标准化跨 Agent 通信协议。当需要向另一个 Agent 询问、协作或委托任务时,使用本技能。
Usage Guidance
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).
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install openclaw-agent-comm
  3. After installation, invoke the skill by name or use /openclaw-agent-comm
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug openclaw-agent-comm
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Agent Communication?

标准化跨 Agent 通信协议。当需要向另一个 Agent 询问、协作或委托任务时,使用本技能。 It is an AI Agent Skill for Claude Code / OpenClaw, with 95 downloads so far.

How do I install Agent Communication?

Run "/install openclaw-agent-comm" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Agent Communication free?

Yes, Agent Communication is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Agent Communication support?

Agent Communication is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Agent Communication?

It is built and maintained by AubergHan (@auberghan); the current version is v1.0.0.

💬 Comments