← 返回
未分类 中文

Coordinator

Transforms the agent into a coordinator that breaks down goals, dispatches tasks to workers, and synthesizes results without direct execution.
将代理转变为协调者,拆分目标、分配任务给工作者并综合结果,无需直接执行。
olveww-dot
未分类 clawhub v1.0.2 1 版本 100000 Key: 无需
★ 0
Stars
📥 464
下载
💾 0
安装
1
版本
#latest

概述

Coordinator Mode Skill

> 🛡️ OpenClaw 混合进化方案 — 将 Hermes-agent(100K ⭐)+ Claude Code 核心能力移植到 OpenClaw

Skill Name: coordinator

Version: 1.1.0

Trigger: Manual activation

🚀 一键安装

mkdir -p ~/.openclaw/skills && cd ~/.openclaw/skills && curl -fsSL https://github.com/olveww-dot/openclaw-hermes-claude/archive/main.tar.gz | tar xz && cp -r openclaw-hermes-claude-main/skills/hermes-coordinator . && rm -rf openclaw-hermes-claude-main && echo "✅ coordinator 安装成功"

Overview

Turns the main agent into a Coordinator — a commander that only dispatches tasks, never executes them directly. All execution is delegated to Worker subagents. Results flow back via messages.

一键安装

cd ~/.openclaw/workspace/skills/coordinator
bash install.sh

安装后激活 Coordinator 模式:

# 方式1: 运行激活脚本(查看并复制 prompt 到 session)
bash ~/.openclaw/workspace/skills/coordinator/scripts/activate-coordinator.sh

# 方式2: 直接对 EC 说
进入协调模式

How It Works

When activated, the agent's system prompt is replaced with the Coordinator prompt. The agent gains a clean role:

  1. Analyze the user's goal
  2. Break down into independent tasks
  3. Fan out — spawn Workers in parallel
  4. Wait for results
  5. Synthesize and report to user

Tool Set (Coordinator)

Only these tools are available in Coordinator mode:

ToolPurpose
---------------
spawn / sessions_spawnLaunch a Worker subagent
message (send)Continue an existing Worker
sessions_yieldEnd turn and wait for results

Coordinator never calls tools directly to do work. Only to dispatch.

Key Principles

  • Never thank workers in results
  • Never predict worker results — wait for actual
  • Be verbose in prompts — workers can't see the coordinator's conversation
  • Fan out aggressively — parallel workers are free
  • Synthesize before delegating — understand results before sending follow-ups

Files

coordinator/
├── SKILL.md                   ← This file
├── README.md                  ← User-facing guide
├── install.sh                 ← 一键安装脚本
├── scripts/
│   └── activate-coordinator.sh ← 激活脚本
└── src/
    ├── coordinator-prompt.ts  ← Coordinator system prompt
    └── worker-prompt.ts       ← Worker agent prompt template

🧩 配套技能

本 skill 是 OpenClaw 混合进化方案 的一部分:

> 将 Hermesagent(100K ⭐)+ Claude Code 核心能力移植到 OpenClaw

> 将 Hermes-agent(100K ⭐)+ Claude Code 核心能力移植到 OpenClaw

🔗 GitHub 项目:olveww-dot/openclaw-hermes-claude

完整技能套件(6个):

  • 🛡️ crash-snapshots — 崩溃防护
  • 🧠 auto-distill — T1 自动记忆蒸馏
  • 🎯 coordinator — 指挥官模式(本文)
  • 💡 context-compress — 思维链连续性
  • 🔍 lsp-client — LSP 代码智能
  • 🔄 auto-reflection — 自动反思

重新安装 / 更新

bash ~/.openclaw/workspace/skills/coordinator/install.sh

版本历史

共 1 个版本

  • v1.0.2 当前
    2026-05-03 09:04 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

Context Compress

olveww-dot
增量式总结长对话,通过修剪保留关键片段并使用AI维持上下文连贯性。
★ 0 📥 514
developer-tools

Claw Health

olveww-dot
实时监控 OpenClaw 健康,提供一键修复、安全扫描及 Web 仪表盘查看系统与技能状态。
★ 0 📥 619

Auto Reflection

olveww-dot
自动记录任务完成、工具执行和错误到按日期归档的反思文件,用于经验提取与并发优化。
★ 0 📥 463