Skip to main content

Usage

archal init [directory]
Creates a new directory with everything you need to run your own scenario after the recommended OpenClaw-first onboarding path: a sample scenario file, a .archal.json config, an optional starter agent.ts for later custom harness work, and a package.json.

Arguments

ArgumentDescriptionDefault
[directory]Directory name to createarchal

Example

archal init my-agent-tests
cd my-agent-tests
archal openclaw run scenario.md

What it creates

my-agent-tests/
  scenario.md         ← sample scenario to get started
  .archal.json        ← project config
  agent.ts            ← starter custom agent
  package.json        ← dependencies