← 返回 Skills 市场
williamwg2025

Openclaw Multi Agent Orchestrator

作者 williamwg2025 · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ 安全检测通过
406
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install openclaw-multi-agent-orchestrator
功能描述
OpenClaw 多 Agent 协同工具 - 管理和协调多个 AI Agent。 支持 Agent 注册、任务分发、负载均衡、性能监控、Agent 间通信。 适用于复杂任务分解、多角色协作、企业级应用。 关键词:openclaw, multi-agent, orchestration, automation,...
安全使用建议
This package appears to implement a local multi-agent orchestrator and does not request credentials or perform network I/O. Before installing or running it: 1) Note the documentation wrongly claims 'read-only' access — the scripts will create and modify JSON files (agents, messages, collaborations) in the skill's config directory (typically under ~/.openclaw/workspace/skills/...). 2) Inspect the two large scripts (scripts/orchestrator.py and scripts/communication.py) yourself — they contain the state persistence and messaging logic; the smaller scripts are mostly stubs. 3) Run it as a non-privileged user and in a sandbox or test environment first; back up any existing ~/.openclaw workspace you care about. 4) If you need strict auditability, verify there are no hidden network calls by running the scripts in an offline environment or using network monitoring. 5) Do not provide secrets to these scripts; they do not need API keys. If you want higher assurance, ask the author for a provenance statement or run the code through a local security review.
功能分析
Type: OpenClaw Skill Name: openclaw-multi-agent-orchestrator Version: 0.1.0 The skill bundle provides a functional framework for managing multiple AI agents and their communications locally. The core logic in scripts/orchestrator.py and scripts/communication.py implements task routing, load balancing, and messaging using local JSON files for state persistence. No network activity, unauthorized file access, or malicious execution patterns were detected, and the instructions in SKILL.md are consistent with the provided code.
能力评估
Purpose & Capability
Name/description (multi-agent orchestration) match the included scripts and JSON configs (agents, messages, collaborations). The code implements registration, dispatching, messaging, and state persistence — capabilities align with the stated purpose.
Instruction Scope
SKILL.md instructs running the included Python scripts locally and does not ask for system-wide data or credentials. However, the documentation states 'only need to read ~/.openclaw/' while the code writes/updates files under the skill's config directory (saving messages, collaborations, agents). This is a discrepancy in claimed permissions versus actual behavior (write access to config files). Also several scripts (dispatch.py, register.py, status.py) are placeholders/stubs and do not implement full functionality.
Install Mechanism
This is an instruction-only skill with bundled code and no install spec; nothing is downloaded at install time. That lowers supply-chain risk. All code is included in the package (no external cloning or package installs).
Credentials
The skill declares no required environment variables, credentials, or external config paths. The code only reads/writes files within its config directory and does not reference environment secrets or network credentials — requested environment access is proportional to its purpose.
Persistence & Privilege
The skill is not marked always:true and does not attempt to change other skills or system-wide settings. It persists state in local JSON files inside its config directory, which is normal for this type of tool.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install openclaw-multi-agent-orchestrator
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /openclaw-multi-agent-orchestrator 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release of OpenClaw Multi-Agent Orchestrator. - Supports agent registration and automatic discovery. - Enables intelligent task dispatching and load balancing. - Provides real-time agent communication and performance monitoring. - Includes ready-to-use CLI examples for common workflows. - Designed for secure, local operation without external dependencies.
元数据
Slug openclaw-multi-agent-orchestrator
版本 0.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Openclaw Multi Agent Orchestrator 是什么?

OpenClaw 多 Agent 协同工具 - 管理和协调多个 AI Agent。 支持 Agent 注册、任务分发、负载均衡、性能监控、Agent 间通信。 适用于复杂任务分解、多角色协作、企业级应用。 关键词:openclaw, multi-agent, orchestration, automation,... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 406 次。

如何安装 Openclaw Multi Agent Orchestrator?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install openclaw-multi-agent-orchestrator」即可一键安装,无需额外配置。

Openclaw Multi Agent Orchestrator 是免费的吗?

是的,Openclaw Multi Agent Orchestrator 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Openclaw Multi Agent Orchestrator 支持哪些平台?

Openclaw Multi Agent Orchestrator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Openclaw Multi Agent Orchestrator?

由 williamwg2025(@williamwg2025)开发并维护,当前版本 v0.1.0。

💬 留言讨论