可使用任意X86电脑,
● OpenClaw(官网):https://openclaw.ai
● OpenClaw Skills Collection(Github):https://github.com/VoltAgent/awesome-openclaw-skills
● OpenClaw-Wechat(Github):https://github.com/freestylefly/openclaw-wechat
● OpenCode(官网):https://opencode.ai
● MINIMAX (官网):https://www.minimaxi.com
● MINIMAX API 订阅:戳这里
● Ubuntu(官网):https://cn.ubuntu.com
● Ubuntu(系统镜像):https://pan.quark.cn/s/31d833bcea96
● BalenaEtcher(官网):https://etcher.balena.io
● MobaXterm(官网):https://mobaxterm.mobatek.net
○ 以下为视频中用到的Linux命令
#安装SSH服务
sudo apt install openssh-server
#切换至root用户
sudo -i
#安装Curl
apt install curl
#一键换源
bash <(curl -sSL https://linuxmirrors.cn/main.sh)
#一键安装OpenCode(OpenCode可以分别为两种用户安装来获得不同的执行权限)
curl -fsSL https://opencode.ai/install | bash
#将OpenCode添加至Root用户运行环境
source /root/.bashrc
#【扩展阅读】将OpenCode添加至普通用户运行环境
source /home/你的用户名/.bashrc
#一键安装OpenClaw
curl -fsSL https://openclaw.ai/install.sh | bash
#【在OpenCode中输入】修复Gateway崩溃问题
我安装了openclaw,但现在网页控制台无法打开,检查下是不是gateway崩了。如果崩了,帮我修复,并将gateway服务设置为开机自启,防正它每次启动时都崩溃
#【在OpenCode中输入】重设硬件Token(newtoken12345678可以替换为任意英文数字组合)
将openclaw控制台的硬件token替换为以下这段:newtoken12345678
#【在OpenCode中输入】为OpenClaw启用局域网访问
我安装了openclaw,现在配置openclaw.josn文件,让其控制台可以被局域网中的其它设备访间,允许局域网访问命令(openclaw config set gateway.bind lan),允许HTTP访问命令(openclaw config set gateway.controlUi.allowInsecureAuth true)
#安装Skills
npx clawhub@latest install <skill的名字>
#【在OpenCode中输入】让OpenCode帮你安装合适的Skill
我要openclaw能够处理我的本地文件,还有进行联网搜索,帮我安装能实现这两个功能的 skills
#【在OpenCode中输入】安装Chrome浏览器,并下载OpenClaw浏览器插件
帮我安装chrome浏览器(不是Chromium),再下载openclaw的浏览器插件,放到桌面,我手动安装
#安装OpenClawWeChat插件
openclaw plugins install openclawwechat
#进入OpenClawWeChat插件目录
cd ~/.openclaw/extensions/openclawwechat
#运行配置脚本
npm run config-init
#重启Gateway
openclaw gateway restart
#【扩展阅读】在终端运行OpenClaw配置菜单,可进行模型API等配置
openclaw config
#【扩展阅读】手动启动OpenClaw控制台
openclaw dashboard
微信扫描下方的二维码阅读本文













暂无评论内容