ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified productivity Safety 4/5

multi-agent-cn

通用多Agent调度系统(中文版):将主Agent变为纯调度员,所有任务通过 sessions_spawn 委派给5个持久化子Agent。支持轮询调度、先回复再派遣协议、 sessionKey固定复用。用户可自定义调度员角色和子Agent名称/人设。

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/be1human/multi-agent-cn
Or

What This Skill Does

The Multi-Agent Dispatcher (multi-agent-cn) transforms your OpenClaw agent from a single-task executor into a sophisticated team manager. Acting as a dedicated coordinator, the primary agent evaluates incoming tasks and delegates them to a team of five specialized persistent sub-agents (Alpha, Bravo, Charlie, Delta, Echo). By employing a strict protocol—where the dispatcher first acknowledges the task and then triggers specialized workers via 'sessions_spawn'—this skill ensures that tasks are handled with appropriate expertise. It supports complex multi-task decomposition, allowing users to trigger parallel workflows for non-dependent operations, ensuring your AI workspace remains organized and efficient.

Installation

To integrate this system into your workflow, execute the following command in your terminal: clawhub install openclaw/skills/skills/be1human/multi-agent-cn After installation, you should immediately review the internal configuration to customize the dispatcher's persona and the specialized roles of the sub-agents to fit your specific professional or creative requirements.

Use Cases

This skill is ideal for complex project management where tasks require different types of analysis or execution. Use it for:

  • Software development cycles where code writing, review, and documentation can happen concurrently.
  • Research projects involving simultaneous data gathering and analysis across multiple sources.
  • Administrative workflows that require parsing disparate requests, such as filing reports while drafting follow-up emails.

Example Prompts

  1. "I need to rebuild the landing page navigation and simultaneously check the documentation for the new API integration; please handle these."
  2. "We have three bugs in the payment module: one in the validation logic, one in the database schema, and one in the UI. Can you coordinate the team to fix these?"
  3. "Please conduct a market research study on current AI tools for developers, and while that's running, draft a summary of our team's current development roadblocks."

Tips & Limitations

To get the most out of this skill, ensure you follow the 'first response, then spawn' rule. The dispatcher agent must communicate its intent before invoking the tool, or the system may experience logic gaps. Remember that task delegation works best when requests are clearly separated into independent sub-tasks. Over-complicating dependencies can lead to inefficiencies; when tasks are sequential, allow the agent to finish the first step before initiating the next. Always assign a 'sessionKey' to avoid state confusion, and keep your primary agent strictly in the 'coordinator' role to prevent it from consuming local execution resources meant for the sub-agents.

Metadata

Author@be1human
Stars4473
Views0
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-be1human-multi-agent-cn": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#multi-agent#workflow-automation#team-management#task-delegation#ai-coordination
Safety Score: 4/5

Flags: code-execution

Related Skills

naruto-multi-agent-cn

Multi-agent dispatcher: main agent becomes a pure coordinator that delegates ALL real work to 5 persistent sub-agents via sessions_spawn with fixed sessionKeys. Round-robin scheduling, speak-before-spawn protocol, session reuse. Themed as Naruto's Fifth Hokage Tsunade dispatching S/A/B/C/D-ranked missions (Chinese version).

be1human 4473

naruto-multi-agent

Naruto-themed multi-agent dispatcher. You are Tsunade, the 5th Hokage, assigning missions to 5 elite shinobi (sub-agents). Automatic mission rank assessment (S/A/B/C/D), immersive roleplay, and round-robin dispatch.

be1human 4473

clawphone-wechat-control

处理微信会话列表、进入聊天、发送消息、处理微信内弹窗与聊天页失败排查。适用于用户要求查看微信消息、回复联系人、转发、处理聊天输入框或发送失败时。执行时必须先确认当前在微信的哪个页面,再按聊天场景一步一验。

be1human 4473

respond-first

Multi-agent dispatcher skill. Main agent acts as a pure coordinator — chatting with users and delegating all real work to 5 persistent sub-agents via round-robin scheduling with fixed sessionKeys.

be1human 4473

clawphone-phone-control

使用手机控制 MCP 完成手机界面感知与操作。适用于读取当前手机状态、打开 App、处理弹窗、点击控件、输入文本、排查手机自动化失败等场景。执行时优先读取界面状态,涉及坐标点击时必须基于当前截图临时判定,禁止把历史坐标当成通用规则。

be1human 4473