安装nodejs
去官网 nodejs.org/en/download… 下载
检查版本号,确认是否已安装
安装git工具
官网 git-scm.com/install/win… 下载,选择对应版本
检查版本号,确认是否已安装
改用https协议,临时绕过ssh
git config --global url."https://github.com/".insteadOf "ssh://ssh:git@github.com/"
安装openclaw
管理员打开powershell
输入安装命令
npm i -g openclaw
完成后,输入openclaw onboard,配置openclaw
配置之前,注册kimi账号,新建apikey
kimi官网platform.moonshot.cn/console/acc… 注册
新建apikey并复制
配置openclaw
同意授权
选择快速开始
选择kimi2.5模型
粘贴apikey
跳过一些配置
重启服务
选择浏览器打开
至此安装完成
让龙虾干个活
DONE!