Documentation Index
Fetch the complete documentation index at: https://docs.openclaw.ai/llms.txt
Use this file to discover all available pages before exploring further.
openclaw setup
初始化 ~/.openclaw/openclaw.json 和智能体工作区。
相关:
示例
选项
--workspace <dir>:智能体工作区目录(存储为agents.defaults.workspace)--wizard:运行新手引导--non-interactive:无提示运行新手引导--mode <local|remote>:新手引导模式--import-from <provider>:新手引导期间要运行的迁移提供商--import-source <path>:--import-from的源智能体主目录--import-secrets:在新手引导迁移期间导入受支持的密钥--remote-url <url>:远程 Gateway 网关 WebSocket URL--remote-token <token>:远程 Gateway 网关令牌
- 普通
openclaw setup会初始化配置 + 工作区,而不运行完整的新手引导流程。 - 普通设置后,运行
openclaw configure来选择模型、渠道、Gateway 网关、插件、Skills 或健康检查。 - 存在任何新手引导标志时(
--wizard、--non-interactive、--mode、--import-from、--import-source、--import-secrets、--remote-url、--remote-token),新手引导会自动运行。 - 如果检测到 Hermes 状态,交互式新手引导可以自动提供迁移。导入新手引导需要全新设置;如需试运行计划、备份以及新手引导之外的覆盖模式,请使用 迁移。