← Back to Skills Marketplace
cchaojiejes

multi-agents-orchestration

by Chaojie Chen · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
272
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install multi-agents-orchestration
Description
定义多 Agent 团队两种核心协作模式:后台 spawn 实现统一调度与汇总,Discord @mention 实现角色外显与公开协作。
Usage Guidance
This skill is a documentation/configuration guide — it does what it says. Before applying examples: (1) avoid storing Discord BOT_TOKEN or other secrets in world-readable files; prefer secure secret storage and least-privilege bot tokens (narrow scopes, limited guilds/channels). (2) Don't use overly-broad allowances like subagents.allowAgents: ["*"] unless you understand the risk; restrict which agents can be spawned. (3) When exposing agents to Discord, review channel permissions and rate limits to prevent accidental public disclosure or bot loops (Bot-Bot @mention). (4) Test changes in a safe environment before applying to production gateway instances. If you need tighter assurance, ask the skill author for provenance or an explicit change log — this file is instructional only and contains no executable code.
Capability Analysis
Type: OpenClaw Skill Name: multi-agents-orchestration Version: 1.0.0 The skill bundle provides a comprehensive methodology and configuration guide for multi-agent orchestration within the OpenClaw ecosystem. It details legitimate orchestration patterns using the sessions_spawn function and Discord integrations, providing templates for configuration files like openclaw.json and SOUL.md. No malicious intent, data exfiltration, or harmful instructions were found in SKILL.md or _meta.json; the content is purely educational and operational for its intended framework.
Capability Assessment
Purpose & Capability
The name/description match the SKILL.md content: it documents multi‑agent orchestration modes, configuration files, and operational steps. All requested concepts (spawn, discord binding, workspaces) are relevant to the stated purpose.
Instruction Scope
The instructions stay within the stated scope: they show how to register agents, spawn subagents, restart the gateway, and optionally expose agents as Discord bots. The SKILL.md references local OpenClaw config files and example Discord token fields only as part of the configuration process and does not instruct the agent to read unrelated system secrets or exfiltrate data.
Install Mechanism
There is no install spec and no code files. The skill is instruction-only, so it does not write code to disk or download external packages.
Credentials
The skill itself declares no required env vars, but the examples show storing Discord BOT_TOKEN and configuring workspaces/openclaw.json. Supplying Discord tokens or using wildcard subagents (e.g., subagents.allowAgents: ["*"]) is expected for Discord integration but increases privilege surface and should be limited and stored securely.
Persistence & Privilege
always:false and no install means the skill does not force permanent inclusion or modify other skills' configs. It instructs the user to restart the OpenClaw gateway for config changes, which is normal operational behavior.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install multi-agents-orchestration
  3. After installation, invoke the skill by name or use /multi-agents-orchestration
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
OpenClaw 多 Agent 团队编排方法论。定义了后台调度(Backend Spawn)与 Discord @Mention 两种协作模式的本质区别、如何共存并行、三种部署模式选择(纯后台 / 混合 / 全外显)、Agent vs Skill 决策框架、完整搭建流程、Discord 三层覆盖机制、以及常见故障排查。适用于需要搭建或调整 OpenClaw 多 Agent 团队协作的场景。
Metadata
Slug multi-agents-orchestration
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is multi-agents-orchestration?

定义多 Agent 团队两种核心协作模式:后台 spawn 实现统一调度与汇总,Discord @mention 实现角色外显与公开协作。 It is an AI Agent Skill for Claude Code / OpenClaw, with 272 downloads so far.

How do I install multi-agents-orchestration?

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

Is multi-agents-orchestration free?

Yes, multi-agents-orchestration is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does multi-agents-orchestration support?

multi-agents-orchestration is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created multi-agents-orchestration?

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

💬 Comments