帮助
如果你想要一个快速的"解决问题"流程,从这里开始:
快速故障排除
常见问题
如果你在寻找概念性问题(而不是"某些东西坏了"):
按主题分类的帮助
安装和设置
网关和服务
渠道和连接
身份验证和安全
模型和提供商
工具和功能
- ▹工具配置
- ▹浏览器工具
- ▹节点和 Canvas
- ▹定时任务
诊断命令
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