← 返回 Skills 市场
openlark

Agent Creation

作者 OpenLark · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
106
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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...
使用说明 (SKILL.md)

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

安全使用建议
This skill appears to do what it says (create an agent folder and SOUL.md) but there are a few things to check before using it: 1) Confirm the 'openclaw' CLI exists on your system or that you have instructions to install it — the skill gives no install or binary requirement. 2) Review any SOUL.md content the skill will write before it's applied; SOUL.md defines agent personality and can change future agent behavior, so treat it like code/config you review. 3) Be aware the SKILL.md claims automatic activation on keyword matches; if you want to avoid unexpected runs, require explicit confirmation before executing the commands. 4) Because the skill will create/overwrite files under ~/.openclaw, consider testing in a sandbox or a disposable account/directory first. 5) Prefer skills with a known source/homepage or signed install instructions; this skill's source is unknown, which reduces traceability.
功能分析
Type: OpenClaw Skill Name: agent-creation Version: 1.0.0 The skill bundle is designed to automate the creation and configuration of new OpenClaw agents. It uses standard platform CLI commands (openclaw agents add) and manages configuration files (SOUL.md) within the expected ~/.openclaw/ directory. The instructions in SKILL.md are consistent with the stated purpose and do not contain any indicators of malicious intent, data exfiltration, or harmful prompt injection.
能力评估
Purpose & Capability
The SKILL.md instructs the agent to run 'openclaw agents add' and related CLI commands, and to create files under ~/.openclaw/workspace-<agent-name>, but the skill declares no required binaries or install steps. If the 'openclaw' CLI is not present the commands will fail; the registry gives no source/homepage or install guidance for that binary, which is an incoherence between claimed capability and declared requirements.
Instruction Scope
Instructions stay on-task (create workspace, write SOUL.md, create memory file) and do not request unrelated system files or credentials. However the SKILL.md states the skill is "automatically activated" by keyword triggers — that could cause the skill to run whenever those phrases appear and create/modify files in the user's home directory without explicit per-run confirmation.
Install Mechanism
This is an instruction-only skill with no install spec or code files, which is low-risk from an install perspective. No downloads or archive extracts are performed by the skill itself.
Credentials
The skill does not request environment variables, credentials, or config paths beyond creating files under ~/.openclaw. There is no disproportionate access to secrets or unrelated services.
Persistence & Privilege
always:false (normal). Still, this skill will create and overwrite files under ~/.openclaw/workspace-<agent-name> (including SOUL.md and memory files), which is persistent state that defines agent behavior. Combined with the SKILL.md's stated automatic keyword activation and the platform's normal ability for skills to invoke autonomously, this could lead to unintended persistent changes or injection of agent personality/behavior without explicit user confirmation.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install agent-creation
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /agent-creation 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- 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.
元数据
Slug agent-creation
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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。

💬 留言讨论