腾讯云服务器地址:一年199
https://cloud.tencent.com/act/pro/openclaw
# 下载官方最新 Node.js 22.16.0
wget https://nodejs.org/dist/v22.16.0/node-v22.16.0-linux-x64.tar.xz
# 解压覆盖到系统(自动升级)
tar -xf node-v22.16.0-linux-x64.tar.xz -C /usr/local --strip-components=1
# 验证版本(确认成功)
node -v
# 输出必须是:
v22.16.0
# 安装最新的龙虾
curl -fsSL https://openclaw.ai/install.sh | bash
# 初始化龙虾
openclaw onboard
{
"wizard": {
"lastRunAt": "2026-03-25T06:25:04.052Z",
"lastRunVersion": "2026.3.23-2",
"lastRunCommand": "onboard",
"lastRunMode": "local"
},
"models": {
"mode": "merge",
"providers": {
"apiplus": {
"baseUrl": "https://api.apiplus.cloud/v1",
"apiKey": "skxxxxx",
"models": []
}
}
},
"agents": {
"defaults": {
"model": {
"primary": "apiplus/gpt-5.4"
},
"models": {
"apiplus/gpt-5.4": {}
},
"workspace": "/root/.openclaw/workspace"
}
},
"tools": {
"profile": "coding",
"web": {
"search": {
"enabled": true,
"provider": "duckduckgo"
}
}
},
"commands": {
"native": "auto",
"nativeSkills": "auto",
"restart": true,
"ownerDisplay": "raw"
},
"session": {
"dmScope": "per-channel-peer"
},
"gateway": {
"port": 18789,
"mode": "local",
"bind": "loopback",
"auth": {
"mode": "token",
"token": "506a434f9df721c0785d1c2b3fefd5aa716fb83f33fc6bd3"
},
"tailscale": {
"mode": "off",
"resetOnExit": false
},
"nodes": {
"denyCommands": [
"camera.snap",
"camera.clip",
"screen.record",
"contacts.add",
"calendar.add",
"reminders.add",
"sms.send"
]
}
},
"plugins": {
"entries": {
"duckduckgo": {
"enabled": true
}
}
},
"meta": {
"lastTouchedVersion": "2026.3.23-2",
"lastTouchedAt": "2026-03-25T06:25:04.100Z"
}
}
如果要添加IM渠道,我做了飞书的示例
# 1. 安装飞书插件(必须先执行)
openclaw plugins install @openclaw/feishu
# 2. 启动飞书渠道添加向导(核心命令)
openclaw channels add
如果有什么想法,欢迎留在评论区!
