返回顶部
m

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.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
364
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

multi-agent-orchestrator

多智能体协作技能

概述

该技能简化了多智能体AI系统的创建与管理。用户可通过自然语言提示定义任务,技能将自动生成专业智能体团队,可视化其组织结构,并使用行业标准图表展示其协作流程。

使用方法

使用该技能时,通过自然语言提示调用orchestrateandvisualize.py脚本,描述您希望生成并可视化的多智能体系统。

orchestrateandvisualize.py

该脚本接收用户提示,生成协作智能体团队,并输出其组织结构与协作模式的可视化表示。

输入参数:

  • * prompt(字符串,必填):描述您希望生成智能体的任务或系统的自然语言描述(例如:为电商平台创建软件开发团队、对新产品进行市场调研)。
  • output_dir(字符串,可选):保存生成的Mermaid文件和PNG图像的目录。默认为当前目录。

输出:

脚本将输出以下文件至指定output_dir:

  • * orgchart.mmd:组织架构图的Mermaid代码。
  • orgchart.png:组织架构图的PNG图像。
  • swimlane.mmd:泳道图的Mermaid代码。
  • swimlane.png:泳道图的PNG图像。

使用示例:

bash
python /home/ubuntu/skills/multi-agent-orchestrator/scripts/orchestrateandvisualize.py \
--prompt 为新型可持续能源产品设计营销活动。 \
--outputdir /home/ubuntu/marketingagents

这将生成智能体团队、组织架构图以及展示协作流程的泳道图,所有输出将保存至/home/ubuntu/marketing_agents/。

资源

该技能包含以下资源:

scripts/

  • * generateagents.py:根据给定提示生成一组智能体及其初始配置。
  • visualizecollaboration.py:根据智能体数据生成Mermaid组织架构图和泳道图。
  • orchestrateandvisualize.py:编排智能体生成与可视化流程,将Mermaid图表渲染为PNG图像。

references/

  • * api_reference.md:(占位符)该文件可用于详细的API文档或智能体交互协议的具体指南。

templates/

  • * example_template.txt:(占位符)该文件可用于智能体的样板代码或标准输出格式。

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 multi-agent-orchestrator-1776116703 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 multi-agent-orchestrator-1776116703 技能

通过命令行安装

skillhub install multi-agent-orchestrator-1776116703

下载

⬇ 下载 multi-agent-orchestrator v1.0.0(免费)

文件大小: 7.19 KB | 发布时间: 2026-4-15 13:30

v1.0.0 最新 2026-4-15 13:30
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.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部