docs: update setup wizard wording

This commit is contained in:
Peter Steinberger
2026-03-15 21:39:36 -07:00
parent 656848dcd7
commit 5287ae3c06
30 changed files with 98 additions and 86 deletions

View File

@@ -1,15 +1,15 @@
---
summary: "CLI onboarding wizard: guided setup for gateway, workspace, channels, and skills"
summary: "CLI setup wizard: guided setup for gateway, workspace, channels, and skills"
read_when:
- Running or configuring the onboarding wizard
- Running or configuring the setup wizard
- Setting up a new machine
title: "Onboarding Wizard (CLI)"
title: "Setup Wizard (CLI)"
sidebarTitle: "Onboarding: CLI"
---
# Onboarding Wizard (CLI)
# Setup Wizard (CLI)
The onboarding wizard is the **recommended** way to set up OpenClaw on macOS,
The setup wizard is the **recommended** way to set up OpenClaw on macOS,
Linux, or Windows (via WSL2; strongly recommended).
It configures a local Gateway or a remote Gateway connection, plus channels, skills,
and workspace defaults in one guided flow.
@@ -35,7 +35,7 @@ openclaw agents add <name>
</Note>
<Tip>
The onboarding wizard includes a web search step where you can pick a provider
The setup wizard includes a web search step where you can pick a provider
(Perplexity, Brave, Gemini, Grok, or Kimi) and paste your API key so the agent
can use `web_search`. You can also configure this later with
`openclaw configure --section web`. Docs: [Web tools](/tools/web).
@@ -52,7 +52,7 @@ The wizard starts with **QuickStart** (defaults) vs **Advanced** (full control).
- Gateway port **18789**
- Gateway auth **Token** (autogenerated, even on loopback)
- Tool policy default for new local setups: `tools.profile: "coding"` (existing explicit profile is preserved)
- DM isolation default: local onboarding writes `session.dmScope: "per-channel-peer"` when unset. Details: [CLI Onboarding Reference](/start/wizard-cli-reference#outputs-and-internals)
- DM isolation default: local onboarding writes `session.dmScope: "per-channel-peer"` when unset. Details: [CLI Setup Reference](/start/wizard-cli-reference#outputs-and-internals)
- Tailscale exposure **Off**
- Telegram + WhatsApp DMs default to **allowlist** (you'll be prompted for your phone number)
</Tab>
@@ -112,7 +112,7 @@ Notes:
## Full reference
For detailed step-by-step breakdowns and config outputs, see
[CLI Onboarding Reference](/start/wizard-cli-reference).
[CLI Setup Reference](/start/wizard-cli-reference).
For non-interactive examples, see [CLI Automation](/start/wizard-cli-automation).
For the deeper technical reference, including RPC details, see
[Wizard Reference](/reference/wizard).