/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
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install agent-creation - 安装完成后,直接呼叫该 Skill 的名称或使用
/agent-creation触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 106 次。
如何安装 Agent Creation?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install agent-creation」即可一键安装,无需额外配置。
Agent Creation 是免费的吗?
是的,Agent Creation 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Agent Creation 支持哪些平台?
Agent Creation 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Agent Creation?
由 OpenLark(@openlark)开发并维护,当前版本 v1.0.0。