Token导航 LogoToken导航TokenDH.com
研究检索只读clawhub未标认证来源可访问clear审计通过

openclaw-multi-agent-wizardOpenClaw multi Agent wizard 搜索

Agent Skill

openclaw-multi-agent-wizard 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

4,703

周安装

194

GitHub Stars

公开资料未说明

下载量

1,536
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:openclaw-multi-agent-wizard(OpenClaw multi Agent wizard 搜索)
来源仓库:https://github.com/majiabin2020/openclaw-multi-agent-wizard
安装命令:
openclaw skills install openclaw-multi-agent-wizard
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install openclaw-multi-agent-wizard

简介

OpenClaw multi Agent wizard 提供分步向导,帮助初学者完成 OpenClaw 多代理设置。

  • 适合需要创建或配置多代理环境的新手用户快速上手。
  • 通过 clawhub 安装后按向导流程操作,支持交互式配置。
  • 使用前应检查权限设置和维护状态,避免误执行系统命令。
  • 建议查阅来源仓库文档以确认兼容性和功能细节。

SKILL.md

name
openclaw-multi-agent-wizard
description
Guide beginners through OpenClaw multi-agent setup with a step-by-step wizard. Use when the user wants to create OpenClaw multi-agent setups, says things like "多 agent", "多bot多agent", "单bot多agent", "多个助理", "飞书多机器人", or needs simple beginner-friendly help creating multiple OpenClaw agents and Feishu channel bindings without understanding the underlying configuration.

OpenClaw Multi-Agent Wizard

Overview

Guide beginners through OpenClaw multi-agent setup with a short, low-jargon wizard. Prefer the two mainstream modes:

  • 多 bot 多 agent: one bot per agent
  • 单 bot 多 agent: one bot, split by Feishu group chat only

Treat runtime orchestration (sub-agents, sessions_spawn, sessions_send, broadcast groups) as advanced mode. Explain it briefly, warn clearly, and avoid configuring it automatically unless the user explicitly insists.

Read references/quick-start.md first when you need a compact mental model for how this wizard should run from start to finish. Read references/modes.md before you explain the choices. Read references/preflight.md before you make any changes.

Interaction Style

Act like an installation wizard, not a consultant.

  • Use plain language and short sentences.
  • Ask for only one small decision at a time.
  • Tell the user what is happening right now.
  • Prefer recommending a safe default over presenting many options.
  • Do not assume the user knows OpenClaw, Feishu, routing, bindings, chat_id, or agent IDs.
  • Do not dump long documentation unless the user is blocked.

Before speaking to the user, check references/dialogue-scripts.md and prefer that tone and pacing.

When introducing modes, use the simple wording from references/modes.md. Reuse the sample explanations there instead of inventing more technical wording.

Hard Rules

  • Always run preflight checks first.
  • Prefer official OpenClaw CLI commands over hand-editing config files.
  • Inspect local openclaw --help or command help before assuming exact subcommand syntax.
  • Back up relevant config before editing it.
  • Never overwrite or delete existing agents, bindings, or channel accounts unless the user explicitly asks.
  • Avoid direct JSON edits unless the CLI cannot express the needed change.
  • If direct JSON edits are required, read the current config first, patch minimally, then verify the result.
  • After changing channels, accounts, bindings, or agent definitions, verify whether a gateway restart is needed. Restart automatically when needed.
  • Do not claim setup is complete until you have run verification checks.
  • For 单 bot 多 agent, support only group-based routing in V1. If the user asks for private-chat routing, say it is an advanced option and do not configure it in this version.
  • For advanced runtime orchestration, explain only and optionally produce a skeleton plan. Do not auto-enable complex orchestration for beginners.
  • If preflight shows an existing OpenClaw setup, read references/migration-existing-setup.md and prefer minimal-change migration over fresh replacement.

Wizard Flow

Follow this sequence. Do not skip ahead unless a step is clearly unnecessary.

1. Preflight

Read references/preflight.md and references/command-branches.md, then inspect the local environment.

Check at minimum:

  • openclaw is installed and callable
  • the gateway can be reached or started
  • the current config exists and is readable
  • existing agents, bindings, and Feishu settings
  • whether old config may conflict with new setup

Summarize the result in plain language, for example:

  • "OpenClaw is ready, we can continue."
  • "Your gateway is not running, I'm starting it first."
  • "You already have 2 agents. I will avoid touching them."

If preflight reveals a blocker, fix the blocker first or stop and explain the single next action the user must take.

If preflight reveals an existing nontrivial setup, read references/migration-existing-setup.md before you modify anything.

2. Recommend a Mode

Use a life-like question first, not technical terms. Example:

  • "Do you want each robot to have its own assistant, or do you want one robot to behave differently in different Feishu groups?"

Then explain the recommended mode using references/modes.md.

For V1, recommend in this order:

  1. 多 bot 多 agent
  2. 单 bot 多 agent
  3. advanced mode only if the user explicitly asks for agent-to-agent collaboration

3. Collect the Minimum Inputs

Collect only the smallest set of information needed.

For 多 bot 多 agent:

  • number of agents
  • each agent's display name
  • each Feishu bot's display name
  • whether to connect Feishu now

For 单 bot 多 agent:

  • number of agents
  • each agent's display name
  • confirmation that routing will be by Feishu group chat
  • which groups will use which agent
  • whether to connect Feishu now

Generate machine-safe agent IDs yourself. The user should not need to invent IDs.

4. Create Agents

Prefer OpenClaw CLI. Inspect command help first, then create the agents.

After creating each agent:

  • verify it exists
  • avoid naming collisions
  • add a short starter profile bundle

Read references/persona-templates.md before writing the starter profile files.

Use helper scripts when they save time or improve consistency:

  • scripts/generate_agent_ids.py for safe agent IDs
  • scripts/suggest_persona_kind.py for a best-effort starter persona kind
  • scripts/write_starter_profile.py for the starter profile bundle
  • scripts/write_identity_template.py as a compatibility wrapper if older notes still reference it

Create these starter files for each new agent workspace:

  • IDENTITY.md
  • SOUL.md
  • AGENTS.md
  • MEMORY.md
  • TOOLS.md
  • USER.md

Keep the starter files short and concrete. Example:

  • product assistant: clarify requirements, organize plans, discuss features
  • engineering assistant: debug issues, explain implementations, help with code

5. Guide Feishu Setup

Read references/feishu-setup.md and references/command-branches.md and guide the user in tiny tasks.

Do not give the whole Feishu setup wall of text at once. Break it into small steps:

  1. open Feishu Open Platform
  2. create a self-built app
  3. enable bot capability
  4. copy App ID
  5. copy App Secret
  6. come back and paste them

Only after the user returns with the credentials should you continue to event subscription, publishing, adding the bot to groups, and channel binding.

6. Configure the Chosen Routing Pattern

Read references/routing-basic.md and references/command-branches.md.

For 多 bot 多 agent, prefer:

  • one Feishu account per agent
  • one clear binding from that account to that agent

For 单 bot 多 agent, support only:

  • one Feishu bot
  • routing by Feishu group chat

If you need a group identifier, ask the user to add the bot to the target group and send a test message there. Then inspect logs or other local OpenClaw data to identify the group target. Treat this as "I will identify the group for you," not "please find the chat_id yourself."

7. Verify and Restart

After writing config or bindings:

  • verify agents exist
  • verify Feishu channel/account settings exist
  • verify bindings exist
  • restart the gateway if needed
  • probe the gateway/channel state again

Read references/troubleshooting.md and references/command-branches.md if anything looks wrong.

8. Final Handoff

Read references/final-summary.md and produce a complete beginner-friendly summary.

If useful, generate the summary with scripts/render_setup_summary.py and then lightly adapt the wording for the user's exact setup.

Always include:

  • the chosen multi-agent mode
  • which agents were created
  • which Feishu bot or group maps to which agent
  • whether the gateway was restarted
  • the exact next test the user should perform
  • the exact next troubleshooting step if no reply arrives

Advanced Mode

If the user asks for agent orchestration, read references/advanced-mode.md and references/a2a-mode.md.

For beginners:

  • explain it in one or two short sentences
  • warn that it is advanced
  • recommend not enabling it yet

If the user insists:

  • provide explanation
  • prefer the "main agent public, worker agents private" A2A pattern
  • optionally create a light skeleton or checklist
  • do not auto-configure complex orchestration unless the user explicitly requests that risk

Resource Map

Scripts

  • scripts/generate_agent_ids.py: suggest safe, unique agent IDs from display names
  • scripts/suggest_persona_kind.py: guess a starter persona kind from the agent name
  • scripts/write_starter_profile.py: write the starter profile bundle into a workspace
  • scripts/write_identity_template.py: compatibility wrapper for the starter profile bundle
  • scripts/render_setup_summary.py: produce a concise beginner-friendly setup summary

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

83.04%
按下载量换算1,275

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills