← Back to Skills Marketplace
zcxggmu

create-agents-wizard

by zcxGGmu · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ Security Clean
306
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install create-agents-wizard
Description
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...
README (SKILL.md)

Create Agents Wizard

Follow this workflow to create multiple agents with low user effort.

1) Confirm scope

  1. Ask for total agent count N.
  2. Ask each agent id (lowercase letters/digits/hyphens only).
  3. Ask each workspace path (default ~/.openclaw/workspace-\x3Cid>).
  4. 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
  5. 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.

  1. Ask focused questions (use references/question-bank.md if available).
  2. Produce an improved draft from user input.
  3. Ask explicit confirmation: Confirm write / Revise.
  4. 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:

  1. If agent does not exist, create it:
    • openclaw agents add \x3Cid> --workspace \x3Cpath>
  2. Write approved files into workspace root.
    • Optional batch helper:
    • scripts/scaffold.sh --agent \x3Cid> --workspace \x3Cpath> --from \x3Capproved_dir> --force
  3. 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 list output (if CLI available)
  • Next-step suggestions (skills, routing, default models)

5) Quality bar

  • AGENTS.md: operation rules, safety boundaries, heartbeat/external-action policy
  • SOUL.md: values, working principles, boundaries, style
  • IDENTITY.md: name, type, vibe, emoji, avatar convention
  • BOOTSTRAP.md: first-conversation script and initialization steps
  • USER.md: addressing, timezone, preferences, taboos, work/life context
  • STYLE.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.
Usage Guidance
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).
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install create-agents-wizard
  3. After installation, invoke the skill by name or use /create-agents-wizard
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug create-agents-wizard
Version 1.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 306 downloads so far.

How do I install create-agents-wizard?

Run "/install create-agents-wizard" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is create-agents-wizard free?

Yes, create-agents-wizard is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does create-agents-wizard support?

create-agents-wizard is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created create-agents-wizard?

It is built and maintained by zcxGGmu (@zcxggmu); the current version is v1.0.1.

💬 Comments