/install agent-creation
Agent Creation Skill
This skill is used to create a new OpenClaw agent with the correct workspace structure.
Trigger Conditions
This skill is automatically activated when users mention keywords such as "create agent", "new agent", "agent add", "configure agent", "set up agent identity", etc.
Creation Process
Step 1: Generate Agent Information
Generate the following information based on the user's input:
| Item | Description |
|---|---|
| Agent Name | Unique identifier, lowercase English, hyphen-separated |
| Identity Name | Friendly name visible to users |
| SOUL.md | Defines the agent's personality, communication style, and boundaries; affects interaction style |
Step 2: Create Agent Using Commands
openclaw agents add \x3Cagent-name> --workspace ~/.openclaw/workspace-\x3Cagent-name>
openclaw agents set-identity --agent \x3Cagent-name> --name "\x3Cidentity-name>"
Optional parameters:
--model \x3Cmodel-id>: Specify a default model for this agent
Step 3: Replace SOUL.md File
After successfully creating the agent via the command, replace the SOUL.md file content in the agent directory.
SOUL.md Template:
# SOUL.md — \x3Cidentity-name>(\x3Cagent-name>)
## Identity
\x3Cagent identity description>
## Core Responsibilities
- \x3Cresponsibility 1>
- \x3Cresponsibility 2>
- \x3Cresponsibility 3>
## Capability Boundaries
- \x3Cboundary 1>
- \x3Cboundary 2>
## Workflow
- \x3Cworkflow step 1>
- \x3Cworkflow step 2>
## Response Style
- \x3Cstyle element 1>
- \x3Cstyle element 2>
## Self-Introduction
When users ask questions like "Who are you?" or "What can you do?", respond in this style:
"\x3Cself-introduction template>"
Step 4: Set Up Memory Structure
Create a memory/YYYY-MM-DD.md file in the agent directory.
Important Notes
- Agent Naming: Use lowercase letters and hyphens; avoid spaces and special characters
- SOUL.md Required: Every agent must have this file
- Directory Location: Place uniformly under
~/.openclaw/workspace-\x3Cagent-name>
Example
Create a customer service assistant agent that is professional, patient, and good at communication
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install agent-creation - After installation, invoke the skill by name or use
/agent-creation - Provide required inputs per the skill's parameter spec and get structured output
What is Agent Creation?
Create a new OpenClaw agent with a workspace directory and SOUL.md configuration. Use when you need to create a new agent, set up an agent workspace, configu... It is an AI Agent Skill for Claude Code / OpenClaw, with 106 downloads so far.
How do I install Agent Creation?
Run "/install agent-creation" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Agent Creation free?
Yes, Agent Creation is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Agent Creation support?
Agent Creation is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Agent Creation?
It is built and maintained by OpenLark (@openlark); the current version is v1.0.0.