- 配置环境和open claw
- 安装基础环境
# 更新系统
apt update && apt upgrade -y
# 安装 Node.js 22
curl -fsSL https://deb.nodesource.com/setup_22.x | bash - apt install -y nodejs
# 验证版本
node --version # 应显示 v22.x.x
npm --version
- 安装open claw
# 全局安装(完整复制第二行)
npm install -g openclaw@latest --registry=https://registry.npmmirror.com
# 验证安装
openclaw --version
- 安装飞书
原配置文档地址:https://yunyinghui.feishu.cn/wiki/Ru7PwG82qiDGo1kGMFZcxqpGnnf
APITokey:你的APITokey
GatewayToken:你的GatewayToken
本地终端执行远程隧道连接:ssh -L 18789:127.0.0.1:18789 root@你的公网IP
后台访问链接:http://127.0.0.1:18789/#token=你的token
效果图:

- 安装钉钉
原配置教程地址:https://yunyinghui.feishu.cn/wiki/Ru7PwG82qiDGo1kGMFZcxqpGnnf
服务器下载钉钉机器人插件:openclaw plugins install @soimy/dingtalk
Client ID:你的Client ID
Client Secret:你的Client Secret
修改以下内容:~/.openclaw/openclaw.json(配置文件地址)


本地终端执行远程隧道连接:ssh -L 18789:127.0.0.1:18789 root@你的公网IP
后台访问链接:http://127.0.0.1:18789/?token=你的token
效果图:

文章评论