TopRank Skills

Home / Claw Skills / Others / multi-agent-orchestrator
Official OpenClaw rules 15%

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 collaboration status using diagrams like swimlane charts. Use this skill to rapidly prototype multi-agent systems, understand their internal dynamics, and facilitate their orchestration.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 multi-agent-orchestrator 技能。 若已安装,则直接安装 multi-agent-orchestrator 技能。

Overview

Skill Key
brandon-zhanghaodong/multi-agent-orchestrator
Author
brandon-zhanghaodong
Source Repo
openclaw/skills
Version
-
Source Path
skills/brandon-zhanghaodong/multi-agent-orchestrator
Latest Commit SHA
b6938a80e0a839e5c0f23cb182772c2c01605320

Extracted Content

SKILL.md excerpt

# Multi-Agent Collaboration Skill

## Overview

This skill streamlines the creation and management of multi-agent AI systems. It allows users to define a task with a natural language prompt, and the skill automatically generates a team of specialized agents, visualizes their organizational structure, and illustrates their collaborative workflows using industry-standard diagrams.



## Usage

To use this skill, invoke the `orchestrate_and_visualize.py` script with a natural language prompt describing the multi-agent system you wish to generate and visualize.

### `orchestrate_and_visualize.py`

This script takes a user prompt, generates a team of collaborative agents, and then produces visual representations of their organizational structure and collaboration patterns.

**Input Parameters:**

*   `prompt` (string, required): A natural language description of the task or system for which you want to generate agents (e.g., "Create a software development team for an e-commerce platform.", "Conduct market research for a new AI product.").
*   `output_dir` (string, optional): The directory where the generated Mermaid files and PNG images will be saved. Defaults to the current directory.

**Output:**

The script will output the following files to the specified `output_dir`:

*   `org_chart.mmd`: Mermaid code for the organizational chart.
*   `org_chart.png`: PNG image of the organizational chart.
*   `swimlane.mmd`: Mermaid code for the swimlane diagram.
*   `swimlane.png`: PNG image of the swimlane diagram.

**Example Usage:**

```bash
python /home/ubuntu/skills/multi-agent-orchestrator/scripts/orchestrate_and_visualize.py \
  --prompt "Design a marketing campaign for a new sustainable energy product." \
  --output_dir "/home/ubuntu/marketing_agents"
```

This will generate the agent team, their organizational chart, and a swimlane diagram showing their collaboration, saving all outputs to `/home/ubuntu/marketing_agents/`.

## Resources

This skill includes the following...

Related Claw Skills