📦 Multi Agent Coordinator Zhuyu28 — 多智能体协同

v1.0.0

统一编排多个AI智能体,提供通信模式与流程管理,让复杂任务在协同中高效完成。

0· 346·1 当前·1 累计
下载技能包
最后更新
2026/4/22
0
安全扫描
VirusTotal
可疑
查看报告
OpenClaw
安全
high confidence
The skill's code, instructions, and resource usage are consistent with a multi-agent coordination tool and do not request unrelated credentials or network access.
评估建议
This skill appears to do what it says: coordinate agents and persist session state locally. Before installing, consider: (1) the included Python script writes a session JSON file to the current working directory (default: coordination_session.json) — run it where that is acceptable or change the path; (2) review the provided source yourself if you need to ensure no remote calls are added later (currently there are none); (3) there are no requested credentials or network endpoints, so it does not...
详细分析 ▾
用途与能力
Name and description match the included files: a coordination patterns reference and a Python coordinator script that creates/updates/loads local coordination sessions. Nothing requested or installed is unrelated to orchestration.
指令范围
SKILL.md contains the full source and guidance and does not instruct the agent to access external secrets, system-wide config paths, or remote endpoints. The included Python script reads/writes a local JSON session file (coordination_session.json by default), which is expected for this functionality — consider that it will persist session state to the working directory and may overwrite that file if present.
安装机制
No install spec is provided (instruction-only with included source). No downloads, package installs, or archive extraction are requested.
凭证需求
The skill requires no environment variables, credentials, or config paths. The code does not access environment variables or external credentials.
持久化与权限
always is false and the skill does not request permanent platform-wide privileges. Its only persistence is writing a local session JSON file, which is reasonable for its stated purpose.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/3/6

- Initial release of Multi-Agent Coordinator skill. - Enables orchestration and coordination of multiple AI agents on complex, multi-step tasks. - Supports workflow management, agent communication, and delegation across specialized agent teams. - Facilitates multi-agent collaboration and data flow management.

可疑

安装命令

点击复制
官方npx clawhub@latest install multi-agent-coordinator-zhuyu28
镜像加速npx clawhub@latest install multi-agent-coordinator-zhuyu28 --registry https://cn.longxiaskill.com
数据来源ClawHub ↗ · 中文优化:龙虾技能库