← 返回 Skills 市场
389
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install multi-agent-coordinator-zhuyu28
功能描述
Coordinate and manage multiple AI agents working together on complex tasks. Provides orchestration, communication patterns, and workflow management for multi...
安全使用建议
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 appear to exfiltrate data, but if you intend to run it in an environment with sensitive files, run it in a sandbox or dedicated directory. If you need the coordinator to interact with external services later, expect new environment variables or network calls to require an updated review.
功能分析
Type: OpenClaw Skill
Name: multi-agent-coordinator-zhuyu28
Version: 1.0.0
The skill bundle contains a vulnerability in `scripts/coordinate_agents.py` related to insecure file handling. The script allows users to specify a `session_file` path which is used directly in `open()` calls for both reading and writing without any path sanitization or validation. This could be exploited to perform arbitrary file read or write operations (e.g., overwriting system configurations or sensitive files with JSON data) if the agent is manipulated into using a malicious path. While the logic is consistent with the stated goal of multi-agent coordination, the lack of input sanitization is a significant security flaw.
能力评估
Purpose & Capability
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.
Instruction Scope
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.
Install Mechanism
No install spec is provided (instruction-only with included source). No downloads, package installs, or archive extraction are requested.
Credentials
The skill requires no environment variables, credentials, or config paths. The code does not access environment variables or external credentials.
Persistence & Privilege
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install multi-agent-coordinator-zhuyu28 - 安装完成后,直接呼叫该 Skill 的名称或使用
/multi-agent-coordinator-zhuyu28触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- 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.
元数据
常见问题
Multi Agent Coordinator Zhuyu28 是什么?
Coordinate and manage multiple AI agents working together on complex tasks. Provides orchestration, communication patterns, and workflow management for multi... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 389 次。
如何安装 Multi Agent Coordinator Zhuyu28?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install multi-agent-coordinator-zhuyu28」即可一键安装,无需额外配置。
Multi Agent Coordinator Zhuyu28 是免费的吗?
是的,Multi Agent Coordinator Zhuyu28 完全免费(开源免费),可自由下载、安装和使用。
Multi Agent Coordinator Zhuyu28 支持哪些平台?
Multi Agent Coordinator Zhuyu28 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Multi Agent Coordinator Zhuyu28?
由 zhuyu28(@zhuyu28)开发并维护,当前版本 v1.0.0。
推荐 Skills