惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

博客园_首页
H
Help Net Security
腾讯CDC
宝玉的分享
宝玉的分享
H
Hackread – Cybersecurity News, Data Breaches, AI and More
L
LangChain Blog
爱范儿
爱范儿
T
The Blog of Author Tim Ferriss
J
Java Code Geeks
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
MyScale Blog
MyScale Blog
Engineering at Meta
Engineering at Meta
N
Netflix TechBlog - Medium
D
Docker
V
V2EX
Last Week in AI
Last Week in AI
G
Google Developers Blog
IT之家
IT之家
C
Check Point Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
人人都是产品经理
人人都是产品经理
博客园 - 叶小钗
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
博客园 - 聂微东

Recent Commits to openclaw:main

test: merge chat side-result checks · openclaw/openclaw@ddd2c2a test: merge cron history checks · openclaw/openclaw@f7eb746 test: merge responsive navigation shell checks · openclaw/openclaw@c2e4b47 docs(changelog): add codex oauth fixes · openclaw/openclaw@628e6cd test: merge navigation routing cases · openclaw/openclaw@5d8cecb Tests: mock channel registry bundled fallback · openclaw/openclaw@2b08233 Secrets: avoid broad web search discovery for single plugin config · openclaw/openclaw@a464f59 test: merge config view browser checks · openclaw/openclaw@20cf511 fix(status): align oauth health with runtime · openclaw/openclaw@eed7116 feat: add macOS screen snapshots for monitor preview (#67954) thanks … · openclaw/openclaw@f377db1 fix: report shared auth scopes in hello-ok (#67810) thanks @BunsDev · openclaw/openclaw@0b6c39b Auto-reply: avoid eager bundled route fallback · openclaw/openclaw@3ea1bf4 Tests: narrow session binding contract setup · openclaw/openclaw@54e4e16 fix(macOS): enable undo/redo in webchat composer text input (#34962) · openclaw/openclaw@00951dc Tests: speed up channel setup promotion · openclaw/openclaw@82b529a Docs: refresh agent instructions · openclaw/openclaw@5775fe2 fix(auth): serialize OAuth refresh across agents to fix #26322 (#67876) · openclaw/openclaw@8e79080 test: allow ollama public surface boundary test · openclaw/openclaw@7d4f1a6 Docs: add test performance guardrails · openclaw/openclaw@89706d3 Tests: restore context-engine usage proof · openclaw/openclaw@e4c4f95 Tests: slim context engine runtime coverage · openclaw/openclaw@74c198f ci: retry failed custom checkouts · openclaw/openclaw@0ee5baf test: trim duplicate provider auth onboarding cases · openclaw/openclaw@1ffc02e matrix: fix sessions_spawn --thread subagent session spawning (#67643) · openclaw/openclaw@1ce2596 test: reduce auth choice fixture churn · openclaw/openclaw@857b9cd test: mock health status config boundaries · openclaw/openclaw@9d5ab4a test: mock onboard config io boundary · openclaw/openclaw@299694d test: mock legacy state plugin boundaries · openclaw/openclaw@2713089 test: mock channel install boundaries · openclaw/openclaw@b945248 test: mock doctor preview channel boundaries · openclaw/openclaw@b1a3ad4
docs(onboard): convert related-guides to CardGroup and gr...
vincentkoc · 2026-04-27 · via Recent Commits to openclaw:main

@@ -11,11 +11,23 @@ Interactive onboarding for local or remote Gateway setup.

11111212

## Related guides

131314-

- CLI onboarding hub: [Onboarding (CLI)](/start/wizard)

15-

- Onboarding overview: [Onboarding Overview](/start/onboarding-overview)

16-

- CLI onboarding reference: [CLI Setup Reference](/start/wizard-cli-reference)

17-

- CLI automation: [CLI Automation](/start/wizard-cli-automation)

18-

- macOS onboarding: [Onboarding (macOS App)](/start/onboarding)

14+

<CardGroup cols={2}>

15+

<Card title="CLI onboarding hub" href="/start/wizard" icon="rocket">

16+

Walkthrough of the interactive CLI flow.

17+

</Card>

18+

<Card title="Onboarding overview" href="/start/onboarding-overview" icon="map">

19+

How OpenClaw onboarding fits together.

20+

</Card>

21+

<Card title="CLI setup reference" href="/start/wizard-cli-reference" icon="book">

22+

Outputs, internals, and per-step behavior.

23+

</Card>

24+

<Card title="CLI automation" href="/start/wizard-cli-automation" icon="terminal">

25+

Non-interactive flags and scripted setups.

26+

</Card>

27+

<Card title="macOS app onboarding" href="/start/onboarding" icon="apple">

28+

Onboarding flow for the macOS menu bar app.

29+

</Card>

30+

</CardGroup>

19312032

## Examples

2133

@@ -132,10 +144,11 @@ Interactive onboarding behavior with reference mode:

132144

- Onboarding performs a fast preflight validation before saving the ref.

133145

- If validation fails, onboarding shows the error and lets you retry.

134146135-

Non-interactive Z.AI endpoint choices:

147+

### Non-interactive Z.AI endpoint choices

136148137-

Note: `--auth-choice zai-api-key` now auto-detects the best Z.AI endpoint for your key (prefers the general API with `zai/glm-5.1`).

138-

If you specifically want the GLM Coding Plan endpoints, pick `zai-coding-global` or `zai-coding-cn`.

149+

<Note>

150+

`--auth-choice zai-api-key` auto-detects the best Z.AI endpoint for your key (prefers the general API with `zai/glm-5.1`). If you specifically want the GLM Coding Plan endpoints, pick `zai-coding-global` or `zai-coding-cn`.

151+

</Note>

139152140153

```bash

141154

# Promptless endpoint selection

@@ -157,26 +170,30 @@ openclaw onboard --non-interactive \

157170

--mistral-api-key "$MISTRAL_API_KEY"

158171

```

159172160-

Flow notes:

161-162-

- `quickstart`: minimal prompts, auto-generates a gateway token.

163-

- `manual`: full prompts for port/bind/auth (alias of `advanced`).

164-

- When an auth choice implies a preferred provider, onboarding prefilters the

165-

default-model and allowlist pickers to that provider. For Volcengine and

166-

BytePlus, this also matches the coding-plan variants

167-

(`volcengine-plan/*`, `byteplus-plan/*`).

168-

- If the preferred-provider filter yields no loaded models yet, onboarding

169-

falls back to the unfiltered catalog instead of leaving the picker empty.

170-

- In the web-search step, some providers can trigger provider-specific

171-

follow-up prompts:

172-

- **Grok** can offer optional `x_search` setup with the same `XAI_API_KEY`

173-

and an `x_search` model choice.

174-

- **Kimi** can ask for the Moonshot API region (`api.moonshot.ai` vs

175-

`api.moonshot.cn`) and the default Kimi web-search model.

176-

- Local onboarding DM scope behavior: [CLI Setup Reference](/start/wizard-cli-reference#outputs-and-internals).

177-

- Fastest first chat: `openclaw dashboard` (Control UI, no channel setup).

178-

- Custom Provider: connect any OpenAI or Anthropic compatible endpoint,

179-

including hosted providers not listed. Use Unknown to auto-detect.

173+

## Flow notes

174+175+

<AccordionGroup>

176+

<Accordion title="Flow types">

177+

- `quickstart`: minimal prompts, auto-generates a gateway token.

178+

- `manual`: full prompts for port, bind, and auth (alias of `advanced`).

179+

</Accordion>

180+

<Accordion title="Provider prefiltering">

181+

When an auth choice implies a preferred provider, onboarding prefilters the default-model and allowlist pickers to that provider. For Volcengine and BytePlus, this also matches the coding-plan variants (`volcengine-plan/*`, `byteplus-plan/*`).

182+183+

If the preferred-provider filter yields no loaded models yet, onboarding falls back to the unfiltered catalog instead of leaving the picker empty.

184+

</Accordion>

185+

<Accordion title="Web-search follow-ups">

186+

Some web-search providers trigger provider-specific follow-up prompts:

187+188+

- **Grok** can offer optional `x_search` setup with the same `XAI_API_KEY` and an `x_search` model choice.

189+

- **Kimi** can ask for the Moonshot API region (`api.moonshot.ai` vs `api.moonshot.cn`) and the default Kimi web-search model.

190+

</Accordion>

191+

<Accordion title="Other behaviors">

192+

- Local onboarding DM scope behavior: [CLI setup reference](/start/wizard-cli-reference#outputs-and-internals).

193+

- Fastest first chat: `openclaw dashboard` (Control UI, no channel setup).

194+

- Custom provider: connect any OpenAI or Anthropic compatible endpoint, including hosted providers not listed. Use Unknown to auto-detect.

195+

</Accordion>

196+

</AccordionGroup>

180197181198

## Common follow-up commands

182199