返回顶部
a

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, configure SOUL.md, or initialize agent memory structure.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
65
下载量
0
收藏
概述
安装方式
版本历史

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 ```bash openclaw agents add <agent-name> --workspace ~/.openclaw/workspace-<agent-name> openclaw agents set-identity --agent <agent-name> --name "<identity-name>" ``` Optional parameters: - `--model <model-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: ```markdown # SOUL.md — <identity-name>(<agent-name>) ## Identity <agent identity description> ## Core Responsibilities - <responsibility 1> - <responsibility 2> - <responsibility 3> ## Capability Boundaries - <boundary 1> - <boundary 2> ## Workflow - <workflow step 1> - <workflow step 2> ## Response Style - <style element 1> - <style element 2> ## Self-Introduction When users ask questions like "Who are you?" or "What can you do?", respond in this style: "<self-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-<agent-name>` ## Example Create a customer service assistant agent that is professional, patient, and good at communication

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 agent-creation-1775984041 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 agent-creation-1775984041 技能

通过命令行安装

skillhub install agent-creation-1775984041

下载 Zip 包

⬇ 下载 agent-creation v1.0.0

文件大小: 1.73 KB | 发布时间: 2026-4-13 09:10

v1.0.0 最新 2026-4-13 09:10
- Initial release of the agent-creation skill for OpenClaw.
- Supports creating new agent workspaces with SOUL.md identity/configuration files.
- Automatically triggered by user requests for new agents or agent setup.
- Guides users through agent naming, identity setup, SOUL.md customization, and initializing agent memory.
- Ensures a standard directory and memory file structure for all new agents.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部