← 返回 Skills 市场
306
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install create-agents-wizard
功能描述
Guided creation of multiple OpenClaw agents and their workspace templates. Use when users ask to create agents in batch, configure new agents, or customize A...
使用说明 (SKILL.md)
Create Agents Wizard
Follow this workflow to create multiple agents with low user effort.
1) Confirm scope
- Ask for total agent count
N. - Ask each agent
id(lowercase letters/digits/hyphens only). - Ask each workspace path (default
~/.openclaw/workspace-\x3Cid>). - Ask scaffold mode:
- Standard (default): 6 files
AGENTS.md,SOUL.md,IDENTITY.md,BOOTSTRAP.md,USER.md,STYLE.md
- Fast mode: 2 files only
AGENTS.md,SOUL.md
- Standard (default): 6 files
- If user does not specify, use Standard by default.
2) Process one agent at a time
For each agent, collect info and draft files in fixed order.
- Ask focused questions (use
references/question-bank.mdif available). - Produce an improved draft from user input.
- Ask explicit confirmation:
Confirm write / Revise. - Write only after confirmation; otherwise keep iterating.
Rules:
- Do not dump a long questionnaire; ask in small rounds (2–4 key questions each).
- Preserve user intent; do not change direction without consent.
- Respect selected mode (Standard 6 files or Fast 2 files).
- If user requests partial scaffolding, allow writing only the confirmed subset and continue/stop as requested.
3) Write files and create agent
After required files for one agent are confirmed:
- If agent does not exist, create it:
openclaw agents add \x3Cid> --workspace \x3Cpath>
- Write approved files into workspace root.
- Optional batch helper:
scripts/scaffold.sh --agent \x3Cid> --workspace \x3Cpath> --from \x3Capproved_dir> --force
- Optional identity setup:
openclaw agents set-identity --workspace \x3Cpath> --from-identity
If user wants docs only, skip CLI config changes.
4) Final summary
When all agents are done, report:
- Created agents (id + workspace)
- Written file list per agent
openclaw agents listoutput (if CLI available)- Next-step suggestions (skills, routing, default models)
5) Quality bar
AGENTS.md: operation rules, safety boundaries, heartbeat/external-action policySOUL.md: values, working principles, boundaries, styleIDENTITY.md: name, type, vibe, emoji, avatar conventionBOOTSTRAP.md: first-conversation script and initialization stepsUSER.md: addressing, timezone, preferences, taboos, work/life contextSTYLE.md: tone, length preference, banned words, output format preference
6) Failure handling
- Conflicting user inputs: point out conflicts and offer 2 concrete revision options.
- Too-short answers: provide a minimal viable template, then request missing details.
- Scope change mid-way: reconfirm scope, then continue serial processing.
- Write failure: report exact path + error and provide retry command.
安全使用建议
This skill appears coherent and low-risk, but before running or granting autonomous use: inspect any proposed workspace path to avoid accidental overwrites, review the generated drafts before confirming writes, and verify the scaffold.sh source if you plan to run it locally (the script can create/overwrite files when --force is used). Be aware the workflow may call the 'openclaw' CLI if available — ensure that CLI is trusted and configured as you expect. If you want to restrict writes, ask for a docs-only run (the SKILL.md supports skipping CLI changes).
功能分析
Type: OpenClaw Skill
Name: create-agents-wizard
Version: 1.0.1
The skill bundle implements a legitimate wizard for creating and configuring OpenClaw agent workspaces. It uses a well-structured bash script (scripts/scaffold.sh) to initialize directories and configuration files based on user input, and utilizes standard OpenClaw CLI commands for agent management. No malicious patterns, data exfiltration, or unauthorized execution risks were identified.
能力评估
Purpose & Capability
Name/description match the actual behavior: collecting agent metadata, drafting six workspace files (or two in fast mode), and optionally running the OpenClaw CLI. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md confines actions to asking questions, drafting files, writing to the specified workspace, and optionally invoking 'openclaw' CLI. It does not instruct reading unrelated system files or sending data to external endpoints. The agent is instructed to write only after user confirmation.
Install Mechanism
No install spec; instruction-only skill with one small included bash helper. The script performs only filesystem operations (mkdir, cp, cat) and contains no network downloads or execution of fetched code.
Credentials
No environment variables, secrets, or external credentials are requested. The only external dependency referenced is the optional 'openclaw' CLI, which is coherent with the skill's purpose.
Persistence & Privilege
always is false and the skill does not attempt to modify other skills or system-wide agent settings. Its runtime actions are limited to creating or copying files in user-provided workspace paths.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install create-agents-wizard - 安装完成后,直接呼叫该 Skill 的名称或使用
/create-agents-wizard触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Added support for "Fast mode": users can choose to scaffold only core files (AGENTS.md, SOUL.md) instead of all six.
- Clarified workflow steps and mode selection at the start; Standard mode (six files) is now default.
- Improved file-by-file confirmation: allows partial scaffolding and lets users confirm or skip each file.
- Enhanced conflict, error, and scope change handling with clearer user feedback and recovery steps.
- Streamlined summary reporting with agent and file lists, plus optional CLI output.
v1.0.0
- Initial release of create-agents-wizard.
- Guides users through creating and customizing multiple agents in OpenClaw, including dedicated workspace templates.
- Collects and confirms detailed information for six core files for each agent (AGENTS.md, SOUL.md, IDENTITY.md, BOOTSTRAP.md, USER.md, STYLE.md) in a step-by-step process.
- Automatically creates agent workspaces and writes confirmed files; offers integration with OpenClaw CLI.
- Handles errors, input conflicts, and user changes gracefully, ensuring clarity and recoverability throughout the process.
- Provides a final summary with created agents, file lists, and next-step suggestions.
元数据
常见问题
create-agents-wizard 是什么?
Guided creation of multiple OpenClaw agents and their workspace templates. Use when users ask to create agents in batch, configure new agents, or customize A... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 306 次。
如何安装 create-agents-wizard?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install create-agents-wizard」即可一键安装,无需额外配置。
create-agents-wizard 是免费的吗?
是的,create-agents-wizard 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
create-agents-wizard 支持哪些平台?
create-agents-wizard 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 create-agents-wizard?
由 zcxGGmu(@zcxggmu)开发并维护,当前版本 v1.0.1。
推荐 Skills