这里按官方项目名写作Documentation Index
Fetch the complete documentation index at: https://api.xcompute.us/llms.txt
Use this file to discover all available pages before exploring further.
OpenClaw。如果你习惯把它叫做 CloudClaw,对应的 npm 包名仍然是 openclaw。
安装
如果你还没准备 Node 环境,先看 环境准备:NVM、Node.js 22 和 npm。OpenClaw 官方更推荐 Node 24,但 Node
22.16+ 也兼容。如果你这套文档想统一用 Node 22,当前也能正常接入。官方资源
接入 Xcompute 的推荐方式
推荐先运行官方向导,再把模型提供方切到 Xcompute:填写 Xcompute 信息
使用下面这组值:
Base URL:https://xcompute.us/v1API Key: 你的 Xcompute API KeyModel: 你要使用的模型 ID,例如gpt-5或claude-sonnet-4-5-20250929
什么时候适合用 OpenClaw
- 你想把 AI 助手接到 Telegram、飞书、Discord 等聊天入口
- 你想在自托管环境里统一管理消息入口和模型调用
- 你希望不同渠道共用同一套 Xcompute 模型出口