Agent Communication
v1.0.0标准化跨 Agent 通信协议。当需要向另一个 Agent 询问、协作或委托任务时,使用本技能。
⭐ 0· 59·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & 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.
Assessment
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).Like a lobster shell, security has layers — review code before you run it.
latestvk979vcev3qg3xkrptxvfbb9bqn8436bz
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
