What problem does it solve?
Configuring ClawBro to run collaborative Team mode—where a Lead Agent orchestrates Specialist Agents—for group chats or direct‑chat scopes is complex and error‑prone. This skill guides users through the necessary checks and writes the proper configuration sections, removing manual mistakes.
Core Features & Use Cases
- Roster Validation – Ensures at least one Lead and one Specialist are present before enabling Team mode.
- Scope Selection – Supports configuring either a group (e.g., Lark or DingTalk) or a single‑user/WS scope.
- Parameter Collection – Asks for group name, Lead, Specialists, channel type, update level, parallelism, and auto‑promotion options.
- Automated Config Writing – Backs up the existing
config.toml and appends the generated [[group]] or [[team_scope]] TOML block.
- Verification & Testing – Provides commands to reload the gateway, run health checks, and test a multi‑step task to confirm the Team workflow works.
Quick Start
Ask the assistant to activate Team mode for the group “研发群” with lead agent “lead” and specialists “coder, reviewer, researcher”.