【今天开始养殖小龙虾为我干活了】Windows 10 一步步安装OpenClaw 2026.5.18 (50a2481)

第一步先下载:Git-2.54.0-64-bit.exe、node-v24.15.0-x64.msi,然后一路下一步安装。

第二步修改npm镜像,以管理员运行cmd:

npm config set registry https://registry.npmmirror.com/ # 设置
npm config get registry                                 # 查看设置

第三步安装OpenClaw

npm install -g openclaw@latest --verbose

-g 全局安装

--verbose 显示详细日志

第四步执行下面命令

openclaw --version

image

如果有版本号输出则代表安装成功。

第五步安装后台服务

openclaw onboard --install-daemon

image

这里安全提醒,移动左右按键选择Yes,按回车。

image

安装模式选择:QuickStart

image

选择大模型,如DeepSeek

image

从网站(https://platform.deepseek.com/api_keys)创建密钥并复制过来,输入接口密钥

image

就选deepseek-v4-flash,性价比高

image

安装微信对话 

image

这里可以选择Skip for now跳过Search provider(搜索能力)

image

选择Yes安装技能

image

使用空格键选中clawhub,然后按回车

image

默认npm安装

image

这几个KEY都选No

image

跳过hooks。

全部安装完成后,输入下面命令启动微信对话绑定界面

openclaw channels login --channel openclaw-weixin

如果启动失败,输入下面命令更新微信插件

npx -y @tencent-weixin/openclaw-weixin-cli@latest install

image

试了二维码不能扫,复制连接到浏览器中打开显示二维码,就可以扫了。

posted @ 2026-05-19 18:40  威流  阅读(131)  评论(0)    收藏  举报