Updated on 2026-09-14 GMT+08:00

OpenClaw Bot Team Collaboration Example

In OpenClaw, the role of a bot is defined by a set of core configuration files, which determine its identity, personality, working style, and memory.

Persona (SOUL.md) is the soul file that defines the identity, values, tone, and behavioral boundaries. Instructions (AGENTS.md) refer to the instruction manual that defines the workflow, operational guidelines, and permissions. These files are stored in the workspace directory of OpenClaw and are automatically loaded and applied during startups and sessions.

You can create a bot team. By configuring the bot persona and instructions, you can enable multiple bots to collaborate with each other to complete tasks. FlexusL provides a bot template library, covering scenarios such as product R&D, sales and marketing, efficiency improvement, and finance. Multiple preconfigured bot assistant templates are available. You can customize your own bot roles by referring to the official OpenClaw templates and the bot templates provided by FlexusL.

This section uses the enterprise strategy suite generation task as an example to describe how to configure bot team collaboration in the OpenClaw application details of a FlexusL instance.

FlexusL-provided bot templates are for reference only. You can manually modify the templates or use AI models to adjust them based on your specific service requirements.

Example Scenarios

In real-world enterprise strategic planning and organizational execution, traditional management approaches often face three major pain points: strategic alignment gaps with organizational capabilities, a lack of feasibility validation for initial drafts, and time-consuming iterative revisions. A single AI assistant either generates high-level strategic frameworks without assessing workforce efficiency and execution risks, or performs organizational diagnostics without building a complete strategic system. What managers truly need is a one-stop, closed-loop, and executable intelligent collaboration solution that streamlines the entire workflow from requirement input, strategy generation, effectiveness validation, and iterative optimization to final delivery.

Based on the OpenClaw multi-agent collaboration architecture, you can set up a master-slave collaborative, iteratively optimized AI workflow. An iterative growth planning assistant acts as the master bot (main bot) for unified entry point and scheduler. It works with two assistant bots (collaborative bots) to automate the full process of strategy development, effectiveness diagnosis, and optimization and revision.

Table 1 Bot role planning

Bot Role

Task Description

Iterative growth planning assistant (master bot)

  • Receives user requirements and forwards them to the enterprise strategy planning officer.
  • Receives evaluation suggestions from the organizational effectiveness consultant, sorts out the optimization list, and sends it to the strategy planning officer.
  • Receives the final draft from the strategy planning officer and delivers it to users.
  • Schedules the entire process to maintain a closed-loop collaboration.

Enterprise strategy planning officer (assistant bot 1)

  • Receives requirements from the master bot, generates the initial strategy draft, and sends it to the organizational effectiveness consultant.
  • Receives the optimization list from the master bot, revises the strategy, and sends it back to the master bot.
  • Maintains two-way communication with both the master bot and the effectiveness consultant.

Organizational effectiveness consultant (assistant bot 2)

  • Receives the initial draft from the strategy planning officer, completes the evaluation, and sends the recommendations back to the master bot.
  • Provides a basis for strategic optimization and supports closed-loop iteration.

The specific workflow of bot team collaboration is as follows: The user submits a requirement to the master bot. The master bot receives the requirement and sends it to the enterprise strategy planning officer to generate a draft. The draft is then sent to the organizational effectiveness consultant for evaluation, and the evaluation recommendations are returned to the master bot for review and optimization. The optimization instructions are then sent to the strategy planning officer for revision into the final strategy, which is finally delivered to the user by the master bot.

Prerequisites

You have purchased a FlexusL instance with the OpenClaw application image installed, configured models and channel by referring to Configuring the OpenClaw Application, and connected three bots. This section uses three Discord bots as an example.

Procedure

  1. Log in to the FlexusL console. Click Configure Now on the target FlexusL instance card and go to the application details page.
  2. In the Channels card, switch to the Teams tab. Click Create Team, select the master bot and assistant bots, and click OK.

  3. Configure templates for bots. In the team, click Set for each bot to apply the Iterative Growth Planning Assistant template to the master bot, the Enterprise Strategy Planning Officer template to the assistant bot 1, and the Organizational Effectiveness Consultant template to the assistant bot 2.

    Templates in the library cannot be applied to the master bot. You can apply a bot template to the master bot in the connected channel list or team list and then modify the template as required after the template is applied.

  4. Modify the instructions (AGENT.md) of the master bot and two assistant bots based on your requirements and add the team collaboration content.
    • The modification solution provided here is for reference only. You can adjust it based on your actual service requirements.
    • The team collaboration method must be configured in the instructions (AGENT.md) of the master bot to enable team collaboration. You can determine whether to modify the instructions of assistant bots based on the actual situation.
    • In the following configuration example, replace the bot ID (bot-xxx) with the actual bot ID to enable team collaboration.

      You can query the bot ID from the bot list of the connected channels, as shown in the following figure.

  5. In Discord, chat with the master bot, deliver tasks, and verify the task completion results.

    After the bot template is applied, you need to enter /new in the chat box to start a new session for the template to take effect.

    The following is an example prompt:

    Develop an annual strategic plan for a SaaS startup named xxx Technology.
    Company Information
    Company Name:xxx Technology
    Industry: SaaS (Software as a Service)
    Company Size: 50-person team, annual revenue of CNY20 million
    Stage: Growth stage, Series A funding completed
    Planning Period: 2026 Annual Strategic Plan
    Organizational Structure
    CEO: Zhang Boyan
    CTO: Li xxx (Head of R&D)
    CPO: Wang xxx (Head of Product)
    CMO: Liu xxx (Head of Marketing)
    Sales Director: Chen xxx (Head of Sales)
    Operations Director: Zhao xxx (Head of Operations)
    Request
    "Develop a 2026 annual strategic plan for xxx Technology, with a focus on designing OKRs and conducting a SWOT analysis."

Helpful Links