188 字
1 分钟
openclaw的部署,接入平台,切换模型提供商以及卸载
2026-03-16
无标签

视频教程(某个人太懒不想写文字教程了)#

注意最新版飞书插件可以直接扫码一键创建机器人,可以跳过视频中的接入教程了 飞书官方教程

可能用到的命令#

查看wsl可下载系统列表

wsl --list --online

下载ubuntu

wsl --install Ubuntu-24.04

进入ubuntu系统

wsl -d Ubuntu-24.04

一键安装openclaw命令

curl -fsSL https://openclaw.ai/install.sh | bash

安装飞书插件命令

npx -y @larksuite/openclaw-lark-tools install

打开openclaw配置引导

openclaw onboard

查看openclaw模型列表

openclaw models list

openclaw切换模型

openclaw models set <模型名称>

查看openclaw位置

which openclaw

卸载openclaw命令

openclaw uninstall

nodejs卸载openclaw模块命令

npm -remove -g openclaw

卸载ubuntu系统命令

wsl --unregister Ubuntu-24.04
openclaw的部署,接入平台,切换模型提供商以及卸载
https://blog.303302.xyz/posts/openclaw的部署接入平台切换模型提供商以及卸载/
作者
玖凰
发布于
2026-03-16
许可协议
CC BY-NC-SA 4.0