Agent Group for Openclaw

A minimalist multi-agent management tool that makes grouping AI agents as simple as starting a group chat.

84191879
v1.0.3
Feb 26, 2026
2
2.2k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install agent-group

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install agent-group using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Agent Group?

Agent Group provides a lightweight and intuitive framework for coordinating multiple AI agents. Designed to mimic the simplicity of social group chats, this skill allows users to create dedicated workspaces where specialized agents can be aggregated to solve complex problems. By leveraging Openclaw Skills, Agent Group eliminates the complexity of agent orchestration, providing a clean interface for adding, listing, and managing AI collaborators.

This skill is particularly valuable for developers building multi-agent systems that require dynamic membership. Whether you are assembling a temporary task force for a specific coding challenge or maintaining a permanent team of functional agents, Agent Group ensures that agent management remains a frictionless part of your development process.

Agent Group Use Cases

  • Assembling a team of specialized agents for end-to-end project development.
  • Managing dynamic agent clusters for research and data synthesis.
  • Organizing AI agents into logical units for departmental tasks like QA or DevOps.
  • Streamlining the handoff process between different specialized Openclaw Skills within a single group.

How Agent Group Works

  1. Create a group to define a collaborative workspace for your agents.
  2. Add specific agents into the group using their unique identifiers to build your team.
  3. Retrieve the current group list to verify active members and their current statuses.
  4. Orchestrate tasks across the group members to achieve complex objectives.
  5. Use the dissolve command to clear the group context and release agent resources once the task is finished.

Agent Group Setup

Install the skill via your terminal to begin managing agent teams within the ecosystem of Openclaw Skills.

# Add the agent-group skill to your environment
openclaw add agent-group

# Create your first agent collaboration group
openclaw agent-group create --name "ResearchTeam"

Agent Group Data Schema & Taxonomy

Agent Group organizes data using a flat registry structure for group membership and state.

Property Description
group_id A unique string identifying the specific agent group.
member_list A collection of agent references currently assigned to the group.
created_at Timestamp of when the group was initialized.
group_metadata Optional context shared across the Openclaw Skills in the group.

Agent Group Advanced Features

  • Real-time member monitoring and health checks for active agents.
  • Support for hierarchical group structures for nested agent workflows.
  • Automated group dissolution based on task completion or timeout.
  • Integration with other Openclaw Skills for enhanced cross-agent data sharing.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*