一、这里首先打开对应的Windows PowerShell输入对应的命令:openclaw onboard --auth-choice deepseek-api-key
(对应的openclaw搭建按照我会重新写一个文章)二、执行完命令会到Setup mode,这里选择对应的Manual setup,这里不要选择Keep existing model config,因为这个选项会跳过模型和认证配置,无法修复 DeepSeek API Key 缺失问题。三、然后就是Gateway类型,选择对应的Local gateway (this machine),表示 Gateway 运行在当前电脑上。四、Workspace directory保留默认目录直接按Enter五、Enter DeepSeek API key,这里直接把你的Deepseek的Key输入回车七、Gateway bind address:Loopback (127.0.0.1) (This machine only)这表示只允许当前电脑访问 Gateway,安全性最高。(docs.openclaw.ai (https://docs.openclaw.ai/gateway/security?utm_source=openai))八、Gateway access protection直接就是选择Token (recommended)九、Tailscale exposure选择off十、How do you want to provide the gateway token?选择Generate/store plaintext token十一、Use existing gateway token (2cf14714...88dfbeb2)?确认是否使用现有的网关令牌,确认就直接选择Yes完成以上步骤就已经重置好对应的设置了,这时候你正常使用命令openclaw gateway就可以正常使用你的Deepseek了