← Back to Skills Marketplace
467718584

Eo Ability Multi Expert

by 467718584 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
104
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install eo-ability-multi-expert
Description
多专家编排能力(Multi-Expert Orchestrator),协调多个专家并行/串行工作,结果自动汇流
README (SKILL.md)

eo-ability-multi-expert

多专家编排能力 (Multi-Expert Orchestrator) - 协调多个专家并行/串行工作

一句话介绍

EO核心编排能力,多专家并行启动、结果自动汇流、依赖管理、冲突解决。

核心功能

  • 多专家并行: 多个专家同时启动
  • 结果汇流: 专家输出自动合并
  • 依赖管理: 专家执行顺序控制
  • 冲突解决: 多专家结果冲突处理
  • Checkpoint: 每N个专家后自动Checkpoint

使用方法

# 启动多专家协作
/dream "开发博客系统"

// 或通过 Team Manager
创建团队: 博客开发团队
添加专家: Architect, Backend, Frontend, QA
启动协作: parallel

与EO插件的协同

  • 被所有 eo-workflow-* 调用
  • 是 EO 的核心差异化能力

独立运行模式(有EO vs 无EO)

模式 能力
有EO插件 真实多Agent并行、sessions API调用、结果汇流
无插件(基础) LLM模拟多专家、串行执行

执行流程

用户: /dream "开发博客系统"
           │
           ▼
┌─────────────────────────────────────┐
│  Multi-Expert Orchestrator           │
│  解析任务 → 分解 → 调度             │
└─────────────────┬───────────────────┘
                  │
    ┌─────────────┼─────────────┐
    ▼             ▼             ▼
┌────────┐  ┌────────┐  ┌────────┐
│Architect│  │Backend │  │Frontend│
│  Agent  │  │  Agent │  │  Agent │
└────┬────┘  └────┬────┘  └────┬────┘
     │            │            │
     └────────────┼────────────┘
                  ▼
         ┌──────────────┐
         │  Result Merge │
         │  + Checkpoint │
         └──────────────┘

Interface

Input

interface MultiExpertInput {
  experts: ExpertRequest[]
  strategy: 'parallel' | 'sequential' | 'pipeline'
  checkpointAfter?: number      // 每 N 个专家后 Checkpoint
  timeout?: number              // 超时时间(ms)
}

Output

interface MultiExpertOutput {
  results: ExpertResult[]
  checkpoints: CheckpointResult[]
  summary: string
  duration: number
}

🦞⚙️ 钢铁龙虾军团

Usage Guidance
This skill is instruction-only and internally consistent, but before installing or enabling it: 1) Verify the skill's source and trustworthiness (homepage/source unknown). 2) If you pair it with an actual EO plugin or eo-workflow-* integrations, inspect those implementations—they may request network access or credentials not present here. 3) Watch for any runtime prompts that ask for API keys or system credentials and avoid granting unrelated secrets. 4) Prefer least-privilege for any EO/session integrations and enable auditing/logging so you can review what agents actually do.
Capability Analysis
Type: OpenClaw Skill Name: eo-ability-multi-expert Version: 1.0.0 The skill bundle contains only metadata and documentation (SKILL.md) describing a multi-agent orchestration framework. There is no executable code, no installation scripts, and no instructions that suggest data exfiltration, unauthorized access, or malicious prompt injection. The content is entirely aligned with its stated purpose of coordinating parallel agent workflows.
Capability Assessment
Purpose & Capability
The name/description (multi-expert orchestrator) align with the instructions: splitting tasks, scheduling experts, merging results, checkpointing. The skill declares no extra binaries, env vars, or config paths, which is proportionate to an instruction-only orchestrator.
Instruction Scope
SKILL.md contains orchestration logic and usage examples (/dream, Team Manager). It does not instruct the agent to read local files, system paths, or unrelated environment variables, nor does it instruct exfiltration or calls to unexpected external endpoints. It does reference EO sessions API and eo-workflow-* callers as integration points, which is expected for an orchestrator.
Install Mechanism
No install spec and no code files are present (instruction-only). This minimizes on-disk execution and supply-chain risk.
Credentials
The skill requests no environment variables or credentials. This is proportionate to the stated purpose. Note: actual integrations with an EO plugin or sessions API (mentioned in the doc) could require credentials in a concrete implementation—those are not present here.
Persistence & Privilege
always is false and default autonomous invocation is allowed (normal). The skill does not request permanent presence or claim to modify other skills or system-wide settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install eo-ability-multi-expert
  3. After installation, invoke the skill by name or use /eo-ability-multi-expert
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of eo-ability-multi-expert — Multi-Expert Orchestrator capability. - Supports orchestrating multiple experts in parallel or sequential execution. - Automatically merges expert outputs and manages result dependencies. - Handles expert result conflicts and supports checkpointing after configurable intervals. - Can run independently or as a core EO plugin, adapting to presence or absence of EO. - Exposes an interface for specifying experts, execution strategy, checkpoints, and timeouts.
Metadata
Slug eo-ability-multi-expert
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Eo Ability Multi Expert?

多专家编排能力(Multi-Expert Orchestrator),协调多个专家并行/串行工作,结果自动汇流. It is an AI Agent Skill for Claude Code / OpenClaw, with 104 downloads so far.

How do I install Eo Ability Multi Expert?

Run "/install eo-ability-multi-expert" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Eo Ability Multi Expert free?

Yes, Eo Ability Multi Expert is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Eo Ability Multi Expert support?

Eo Ability Multi Expert is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Eo Ability Multi Expert?

It is built and maintained by 467718584 (@467718584); the current version is v1.0.0.

💬 Comments