ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified developer tools Safety 4/5

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.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/dao24dao/create-agent-arch
Or

What 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

  1. "帮我建一个 agent,名字叫 DataMaster,专门帮我处理财务数据,性格要严谨一些。"
  2. "create a new agent named Aria, give her the persona of a sharp analyst, and bind it to my existing telegram channel."
  3. "我想要一个新的 agent,ID 设置为 research-bot,使用默认配置即可,请帮我初始化。"

Tips & Limitations

  • ID Uniqueness: Always verify your chosen Agent ID first; the skill performs a mandatory openclaw agents list check 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

Author@dao24dao
Stars3376
Views10
Updated2026-03-24
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-dao24dao-create-agent-arch": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags

#openclaw#agent#setup#workspace#evolution
Safety Score: 4/5

Flags: file-write, file-read, code-execution