openclaw setup
Run the initial setup wizard to configure OpenClaw.
Usage
bash
openclaw setup [options]Description
The setup command launches an interactive wizard that guides you through:
- API key configuration
- Default model selection
- Channel setup
- Gateway configuration
Options
| Option | Description |
|---|---|
--skip-models | Skip model configuration |
--skip-channels | Skip channel setup |
--non-interactive | Use default values |
Examples
bash
# Run full setup wizard
openclaw setup
# Skip channel setup
openclaw setup --skip-channels
# Non-interactive setup (use defaults)
openclaw setup --non-interactive