← Back to Skills Marketplace
389
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install multi-agent-coordinator-zhuyu28
Description
Coordinate and manage multiple AI agents working together on complex tasks. Provides orchestration, communication patterns, and workflow management for multi...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install multi-agent-coordinator-zhuyu28 - After installation, invoke the skill by name or use
/multi-agent-coordinator-zhuyu28 - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is Multi Agent Coordinator Zhuyu28?
Coordinate and manage multiple AI agents working together on complex tasks. Provides orchestration, communication patterns, and workflow management for multi... It is an AI Agent Skill for Claude Code / OpenClaw, with 389 downloads so far.
How do I install Multi Agent Coordinator Zhuyu28?
Run "/install multi-agent-coordinator-zhuyu28" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Multi Agent Coordinator Zhuyu28 free?
Yes, Multi Agent Coordinator Zhuyu28 is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Multi Agent Coordinator Zhuyu28 support?
Multi Agent Coordinator Zhuyu28 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Multi Agent Coordinator Zhuyu28?
It is built and maintained by zhuyu28 (@zhuyu28); the current version is v1.0.0.
More Skills