#openclaw add agent

1 messages Β· Page 1 of 1 (latest)

low oar
#

can i add agent with template? with .md files already exists

burnt hearthBOT
gaunt matrixBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> βœ… Mark Solution

burnt hearthBOT
torpid turtleBOT
#

Yep, basically yes, but not as a special template flag.

What works is:

openclaw agents add work --workspace ~/.openclaw/workspace-work

If that workspace already has AGENTS.md, SOUL.md, USER.md, IDENTITY.md, etc, the new agent will use them.

Two important bits:

  • openclaw agents add supports --workspace, not a dedicated --template
  • if you already manage those .md files yourself, set agents.defaults.skipBootstrap: true so OpenClaw doesn’t auto-seed missing bootstrap files

Also, if BOOTSTRAP.md is in that workspace, it will run once on first use.