openclaw/docs/zh-CN/start/onboarding-overview.md
Tak Hoffman 4863b651c6 docs: rename onboarding user-facing wizard copy
Co-authored-by: Tak <contact-redacted@example.com>
2026-03-16 19:50:31 -05:00

59 lines
1.8 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
read_when:
- 选择一种新手引导路径
- 设置新环境
sidebarTitle: Onboarding Overview
summary: OpenClaw 新手引导选项与流程概览
title: 新手引导概览
x-i18n:
generated_at: "2026-03-16T06:27:56Z"
model: gpt-5.4
provider: openai
source_hash: 8a22945f0780515be7ec1b94b5ff486828cf9b8f060ab598a31eb17ee0a5c60b
source_path: start/onboarding-overview.md
workflow: 15
---
# 新手引导概览
OpenClaw 支持多种新手引导路径,具体取决于 Gateway 网关运行的位置
以及你偏好的提供商配置方式。
## 选择你的新手引导路径
- 适用于 macOS、Linux 和 Windows通过 WSL2**CLI 新手引导**
- 适用于 Apple silicon 或 Intel Mac 的 **macOS 应用**,提供引导式首次运行体验。
## CLI 新手引导
在终端中运行新手引导:
```bash
openclaw onboard
```
当你希望完全控制 Gateway 网关、工作区、
渠道和 Skills 时,请使用 CLI 新手引导。文档:
- [CLI 新手引导](/start/wizard)
- [`openclaw onboard` 命令](/cli/onboard)
## macOS 应用新手引导
如果你希望在 macOS 上使用完全引导式设置,请使用 OpenClaw 应用。文档:
- [新手引导macOS 应用)](/start/onboarding)
## 自定义提供商
如果你需要一个未列出的端点,包括那些
公开标准 OpenAI 或 Anthropic API 的托管提供商,请在
在 CLI 新手引导中选择 **Custom Provider**。系统会要求你:
- 选择兼容 OpenAI、兼容 Anthropic**Unknown**(自动检测)。
- 输入基础 URL 和 API 密钥(如果提供商需要)。
- 提供模型 ID 和可选别名。
- 选择一个 Endpoint ID以便多个自定义端点可以共存。
如需详细步骤,请按照上面的 CLI 新手引导文档操作。