add-team-mode

Write [[group]] or [[team_scope]] sections into config.toml for ClawBro Team mode.

32|6|Updated Mar 18, 2026
One-click install
npx skills add https://github.com/FISHers6/clawBro --skill add-team-mode
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-team-mode
Source: https://github.com/FISHers6/clawBro/tree/main/.claude/skills/add-team-mode
Command: npx skills add https://github.com/FISHers6/clawBro --skill add-team-mode

SYSTEM DOCUMENTATION & REQUIREMENTS

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”.

Frequently Asked Questions about add-team-mode

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure ClawBro team mode for a group chat?

Configuring team mode for a group chat involves validating the agent roster and writing a [[group]] section into config.toml, enabling a lead agent to orchestrate specialist agents for complex coding tasks.

What is the difference between group and direct-chat scopes in ClawBro team mode?

Group scopes apply team mode to chat platforms like Lark or DingTalk, while direct-chat scopes apply to single-user or WS scopes, both writing specific TOML blocks to orchestrate specialist agents.

How do I set up a lead agent and specialist agents for complex coding tasks?

Setting up a lead and specialist agents requires roster validation to ensure at least one of each exists, then collecting parameters like parallelism and auto-promotion before writing the config.toml block.

Does enabling team mode overwrite my existing config.toml file?

Enabling team mode does not overwrite config.toml blindly; it backs up the existing file and appends the generated [[group]] or [[team_scope]] TOML block to preserve current settings.

How do I test ClawBro team mode after updating the configuration?

To test team mode after updating the configuration, reload the gateway, run health checks, and execute a multi-step task to confirm the lead agent correctly orchestrates the workflow.