A comprehensive framework for onboarding, supervising, and evolving multi-agent teams to ensure mission alignment and behavioral consistency.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install agent-training
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install agent-training using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Agent Training skill functions as a Main Agent or instructor role, designed to manage the entire lifecycle of sub-agents within a collaborative environment. By utilizing Openclaw Skills, it provides a structured methodology for ensuring that every member of an AI team shares the same mission, understands user requirements, and adheres to unified behavioral standards. This system bridges the gap between individual agent performance and collective team intelligence.
At its core, the skill maintains a centralized training manual and supervises the configuration of each agent's identity, persona, and memory. It is essential for developers and power users who need to scale their AI operations while maintaining strict control over agent behavior, privacy protocols, and evolutionary progress.
To deploy the training system within your Openclaw Skills workspace, prepare the directory structure and initialize the training manual:
# Create the agent directory structure
mkdir -p agents/{agent_id}
# Initialize the core training manual
touch AGENT_TRAINING.md
# Copy the user profile to the new agent
cp USER.md agents/{agent_id}/USER.md
After setting up the files, trigger the training process by using the keyword 'team training' to have the instructor agent begin the onboarding sequence.
The skill utilizes a distributed file-based schema to manage agent state and team logic within the Openclaw Skills ecosystem:
| File Name | Description | Metadata Captured |
|---|---|---|
AGENT_TRAINING.md |
Team Manual | Missions, Structure, Rules, Collaboration mechanisms |
IDENTITY.md |
Role Definition | Agent ID, primary responsibilities, and constraints |
SOUL.md |
Persona Config | Personality traits, tone of voice, and emotional logic |
MEMORY.md |
Experience Log | Training records, user feedback, and historical context |
HEARTBEAT.md |
Task Scheduler | Active status and recurring automated tasks |
review all agents and agent status for comprehensive team oversight.Loading
A framework that applies Test-Driven Development principles to documentation, ensuring AI agents follow patterns and techniques reliably.

A systematic blueprinting tool for AI agents to generate granular, TDD-focused implementation plans before writing code.

A rigorous technical protocol that mandates fresh evidence from tests and builds before any work is claimed as finished.

A mandatory meta-skill that enforces the invocation of relevant specialized skills before an AI agent takes any action or answers any question.

A comprehensive framework for creating custom AI agents and integrating them into Feishu messaging environments using Openclaw Skills.

Automate the publication of articles and management of drafts on WeChat Official Accounts using these Openclaw Skills.








































