create-agent
完整创建一个 OpenClaw Agent,包括:一次性问卷收集配置信息、自动生成 workspace 文件(SOUL.md/AGENTS.md/IDENTITY.md/USER.md/MEMORY.md/HEARTBEAT.md)、 执行 `openclaw agents add` CLI 注册、内置 capability-evolver 自我进化(--review 模式)、 以及向用户输出完整的后续操作清单。 触发词:创建 agent、新建 agent、帮我建一个 agent、create agent、new agent、add agent、 setup agent、我想要一个新的 agent、初始化 agent。 任何涉及 OpenClaw agent 创建、初始化、注册的请求都应触发此 skill。
Why use this skill?
Learn how to use the create-agent skill to rapidly build, register, and configure self-evolving OpenClaw agents with a streamlined, multi-stage workflow.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/dao24dao/create-agent-archWhat This Skill Does
The create-agent skill serves as the foundational cornerstone for the OpenClaw ecosystem. It automates the complex, multi-step process of initializing a new AI agent from scratch. Instead of manually configuring file structures or struggling with command-line registration, users interact with a guided, intelligence-driven workflow. The skill orchestrates the entire lifecycle: performing identity conflict checks, generating standardized workspace documentation (including SOUL, IDENTITY, and HEARTBEAT files), executing agent registration via the CLI, and configuring cross-platform communication channels. By embedding the capability-evolver mechanism, this skill ensures that every agent created is not just static code, but a evolving entity ready for growth.
Installation
To install this skill, use the following command in your terminal within an OpenClaw-enabled directory:
clawhub install openclaw/skills/skills/dao24dao/create-agent-arch
Ensure you have read and write permissions to your target workspace directory before proceeding, as the script will need to generate multiple system files.
Use Cases
- Rapid Prototyping: Quickly spin up specialized agents for research, coding, or personal productivity without manual file boilerplate.
- Team Onboarding: Standardize agent creation across a team by enforcing uniform file structures (SOUL.md, IDENTITY.md).
- Cross-Platform Deployment: Effortlessly bind agents to Telegram, Discord, or Feishu while maintaining a consistent codebase.
- Self-Evolving Systems: Launch agents with pre-integrated evolution capabilities for long-term task optimization.
Example Prompts
- "帮我建一个 agent,名字叫 DataMaster,专门帮我处理财务数据,性格要严谨一些。"
- "create a new agent named Aria, give her the persona of a sharp analyst, and bind it to my existing telegram channel."
- "我想要一个新的 agent,ID 设置为 research-bot,使用默认配置即可,请帮我初始化。"
Tips & Limitations
- ID Uniqueness: Always verify your chosen Agent ID first; the skill performs a mandatory
openclaw agents listcheck to prevent collisions. - Channel Configuration: Have your API credentials or bot tokens ready if you intend to bind to external platforms like Discord or Telegram to avoid mid-process interruptions.
- File Structure: The skill relies on
references/workspace-templates.md. Ensure this file is present and up-to-date in your repository, or the generation phase will fail. - Permission Safety: Since this skill performs file writes, ensure your environment allows the agent execution context to create and modify files in your chosen workspace path.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-dao24dao-create-agent-arch": {
"enabled": true,
"auto_update": true
}
}
}Tags
Flags: file-write, file-read, code-execution
Related Skills
context-compressor
Intelligently compress context — conversations, code, logs. Preserve key information while reducing token usage. Auto-detects content type and applies optimal compression.
securityvitals
Security vitals checker for OpenClaw. Scans your installation, scores your setup, and shows you exactly what to fix. First scan in seconds.
podcast-agent
Search articles on any topic, generate a two-host dialogue script, and synthesize podcast audio via TTS. Turn long reads into listenable content.
soul-weaver
AI Soul Weaver - 12 Curated Celebrity Templates + Custom Generation. Generate OpenClaw agent configurations through dialog or select from 12 world-famous tech & business leaders.
openclaw-troubleshooter
OpenClaw 故障诊断与一键修复工具。自动检测 Gateway 状态、配置错误、端口冲突、危险技能代码,并提供修复方案。基于真实故障经验提取。