← 返回 Skills 市场
multi-agent-orchestrator
作者
brandon-zhanghaodong
· GitHub ↗
· v1.0.0
433
总下载
0
收藏
12
当前安装
1
版本数
在 OpenClaw 中安装
/install multi-agent-orchestrator
功能描述
This skill enables one-click generation of multiple AI agents based on a user prompt, outputs their organizational structure, and visualizes their collaborat...
安全使用建议
This skill appears to do what it says (generate agent descriptions and output Mermaid diagrams) but exercise caution before installing/running: 1) The scripts call an external binary named 'manus-render-diagram' via subprocess.run but the skill does not declare or provide an install/source for that tool — verify where you would get that binary and install it from a trusted source before running. 2) The examples use absolute home paths and the scripts create directories and write files; run the skill in a safe/sandboxed directory to avoid unexpected file writes. 3) Review the scripts locally (they are short and readable) and, if you plan to run them on sensitive systems, ensure they are executed with least privilege (not as root). 4) If you need to allow the agent to run this skill autonomously, be aware the skill can invoke local binaries — only enable autonomous invocation if you trust the runtime environment and any external tools it calls. If you want higher assurance, ask the author to declare required binaries and provide installation instructions or a verified source for 'manus-render-diagram'.
功能分析
Type: OpenClaw Skill
Name: multi-agent-orchestrator
Version: 1.0.0
The skill is designed to generate and visualize multi-agent organizational structures based on user prompts. It uses subprocess.run safely with list arguments to execute a local diagram rendering tool (manus-render-diagram) and manage output directories. The logic in scripts/orchestrate_and_visualize.py and scripts/generate_agents.py is transparent, aligns with the stated purpose in SKILL.md, and contains no evidence of data exfiltration, backdoors, or malicious intent.
能力评估
Purpose & Capability
The name/description match the included code: generate_agents.py creates agent definitions and visualize_collaboration.py produces Mermaid diagrams; orchestrate_and_visualize.py writes files and renders images. However, the skill fails to declare a required external renderer ('manus-render-diagram') even though the runtime invokes it, which is a coherence gap.
Instruction Scope
SKILL.md instructs running orchestrate_and_visualize.py with a prompt and output_dir and describes the expected outputs. The runtime instructions are limited to generating agent data, writing Mermaid files, and rendering them to PNG. The example uses absolute home paths which could encourage writing files to user filesystem but the instructions do not ask to read unrelated files or secrets.
Install Mechanism
There is no install spec (instruction-only), which is low-risk. However, the code invokes an external rendering binary via subprocess; because no install or provenance for that binary is provided, the skill relies on the environment having a third-party tool installed — this missing provenance is a practical risk.
Credentials
The skill declares no environment variables or credentials and the code does not read env vars. There are no apparent requests for unrelated secrets or credentials.
Persistence & Privilege
The skill is not always-enabled, is user-invocable, and does not alter other skills or system settings. It writes its own output files to the specified output_dir but does not request elevated persistence or permissions.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install multi-agent-orchestrator - 安装完成后,直接呼叫该 Skill 的名称或使用
/multi-agent-orchestrator触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of multi-agent-orchestrator skill:
- Enables one-click creation of multiple AI agents from a user prompt.
- Automatically generates and visualizes agents' organizational structure and collaboration workflows (org charts, swimlane diagrams).
- Outputs both Mermaid code and PNG images for visual representations.
- Includes scripts for agent generation, visualization, and entire orchestration workflow.
- Provides placeholders for further API documentation and agent templates.
元数据
常见问题
multi-agent-orchestrator 是什么?
This skill enables one-click generation of multiple AI agents based on a user prompt, outputs their organizational structure, and visualizes their collaborat... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 433 次。
如何安装 multi-agent-orchestrator?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install multi-agent-orchestrator」即可一键安装,无需额外配置。
multi-agent-orchestrator 是免费的吗?
是的,multi-agent-orchestrator 完全免费(开源免费),可自由下载、安装和使用。
multi-agent-orchestrator 支持哪些平台?
multi-agent-orchestrator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 multi-agent-orchestrator?
由 brandon-zhanghaodong(@brandon-zhanghaodong)开发并维护,当前版本 v1.0.0。
推荐 Skills