💡

页面重定向

子章节 "faq" 的内容包含在主文档中

help-faq 重定向到 help

帮助

如果你想要一个快速的"解决问题"流程,从这里开始:

快速故障排除

常见问题

如果你在寻找概念性问题(而不是"某些东西坏了"):

按主题分类的帮助

安装和设置

网关和服务

渠道和连接

身份验证和安全

模型和提供商

工具和功能

诊断命令

bash
# 全面健康检查
openclaw doctor

# 网关状态
openclaw gateway status --deep

# 渠道健康
openclaw channels status --probe

# 查看日志
openclaw logs --follow

# 模型状态
openclaw models status --probe

# 系统信息
openclaw status --all

获取更多帮助

社区资源

报告问题

报告问题时,请包括:

bash
# 收集诊断信息
openclaw status --all
openclaw doctor
openclaw gateway status --deep
openclaw logs --limit 100

重置和清理

如果一切都失败了:

bash
# 重置配置(保留 CLI)
openclaw reset --scope config --yes

# 重置配置 + 凭据 + 会话
openclaw reset --scope config+creds+sessions --yes

# 完全重置(保留 CLI)
openclaw reset --scope full --yes

# 完全卸载
openclaw uninstall --all --yes

下一步

非官方中文版本

本网站为非官方中文版本。此项目的目的是为了让国内用户快速了解如何使用 OpenClaw 而汉化的内容。 官方英文文档请访问 docs.openclaw.ai