OpenClaw 是一个开源的个人 AI 助手,可以接入飞书、微信等常用聊天工具,可以通过 Skill 扩展能力。
一、接入 CA云上创造
使用 CA云上创造 前请先将 OpenClaw 升级到最新版本,部分版本可能存在兼容性问题。如果你已经安装了 OpenClaw,运行以下命令重新进入配置阶段,切换到 CA云上创造 提供商:
bash
openclaw onboard --install-daemon然后按照提示操作:
- ·遇到提示
I understand this is personal-by-default and shared/multi-user use requires lock-down. Continue?请选择Yes。 - ·遇到提示
Setup mode推荐选择QuickStart。 - ·遇到提示
Model/auth provider请选择More…,在展开的完整列表里直接键入custom过滤(或上下键查找),选中Custom Provider(提示文案 "Any OpenAI or Anthropic compatible endpoint")。 - ·遇到提示
API Base URL时,根据你想使用的模型系列,填写对应的 Base URL(页面按「全部模型」「OpenAI」「Anthropic」「Google」四个标签页分组): - ·遇到提示
How do you want to provide this API key?请选择Paste API key now。 - ·遇到提示
API Key (leave blank if not required)粘贴你在 CA云上创造 控制台创建的 API Key。 - ·遇到提示
Endpoint compatibility请根据你想使用的模型系列,选择对应的选项: - ·遇到提示
Model ID请按需填写 CA云上创造 已支持的模型,例如claude-fable-5-1,完整列表见下表。
| 供应商类型 | 模型系列 |
|---|---|
| OpenAI-compatible | GPT系列、Gemini系列、DeepSeek系列、GLM系列、Grok系列 |
| Anthropic-compatible | Claude系列 |
| Model ID | 模型名称 |
|---|---|
| gpt-6-astra | GPT 6 Astra |
| gpt-5.6-sol | GPT 5.6 sol |
| gpt-5.6-terra | GPT 5.6 terra |
| gpt-5.6-luna | GPT 5.6 luna |
| claude-fable-5-1 | Claude fable 5.1 |
| claude-fable-5 | Claude fable 5 |
| claude-sonnet-5 | Claude sonnet 5 |
| claude-opus-4-8 | Claude opus 4.8 |
| claude-opus-4-7 | Claude opus 4.7 |
| claude-opus-4-6 | Claude opus 4.6 |
| claude-sonnet-4-6 | Claude sonnet 4.6 |
| claude-haiku-4-5 | Claude haiku 4.5 |
| gpt-5.5 | GPT 5.5 |
| gpt-5.4 | GPT 5.4 |
| gemini-3.1-pro-preview | Gemini 3.1 pro(preview) |
| deepseek-flash | DeepSeek V4.1 Flash |
| deepseek-v4-pro | DeepSeek v4 pro |
| deepseek-v4-flash | DeepSeek v4 flash |
| deepseek-v4-flash-free | DeepSeek V4 Flash 福利版 |
| glm-5.3-flash | GLM 5.3 Flash |
| glm-5.3 | GLM 5.3 |
| glm-5.2 | GLM 5.2 |
| grok-4.6 | Grok 4.6 |
看到 Verification successful. 即说明 CA云上创造 接入成功。
后续的其余配置(消息频道、Skill 等)请根据需求配置,新手可以先选择 Skip for now。
二、从零安装 OpenClaw
下载与安装
Linux / Mac 用户执行以下命令,从 OpenClaw 安装脚本安装:
bash
curl -fsSL https://openclaw.ai/install.sh | bashWindows 用户执行以下命令,从 OpenClaw 安装脚本安装:
bash
iwr -useb https://openclaw.ai/install.ps1 | iex配置模型
首次安装完成后会自动进入 setup 阶段;已经安装过 OpenClaw 的用户可以通过 openclaw onboard --install-daemon 重新进入配置阶段。
- 1.遇到提示
I understand this is personal-by-default and shared/multi-user use requires lock-down. Continue?请选择Yes。 - 2.遇到提示
Setup mode推荐选择QuickStart。 - 3.遇到提示
Model/auth provider请选择More…,在展开的完整列表里直接键入custom过滤(或上下键查找),选中Custom Provider(提示文案 "Any OpenAI or Anthropic compatible endpoint")。 - 4.遇到提示
API Base URL填入https://caapi.top/v1。 - 5.遇到提示
How do you want to provide this API key?请选择Paste API key now。 - 6.遇到提示
API Key (leave blank if not required)粘贴你在 CA云上创造 控制台创建的 API Key。 - 7.遇到提示
Endpoint compatibility请选择OpenAI-compatible。 - 8.遇到提示
Model ID请按需填写 CA云上创造 已支持的模型,例如claude-fable-5-1,完整列表见下表。
| Model ID | 模型名称 |
|---|---|
| gpt-6-astra | GPT 6 Astra |
| gpt-5.6-sol | GPT 5.6 sol |
| gpt-5.6-terra | GPT 5.6 terra |
| gpt-5.6-luna | GPT 5.6 luna |
| claude-fable-5-1 | Claude fable 5.1 |
| claude-fable-5 | Claude fable 5 |
| claude-sonnet-5 | Claude sonnet 5 |
| claude-opus-4-8 | Claude opus 4.8 |
| claude-opus-4-7 | Claude opus 4.7 |
| claude-opus-4-6 | Claude opus 4.6 |
| claude-sonnet-4-6 | Claude sonnet 4.6 |
| claude-haiku-4-5 | Claude haiku 4.5 |
| gpt-5.5 | GPT 5.5 |
| gpt-5.4 | GPT 5.4 |
| gemini-3.1-pro-preview | Gemini 3.1 pro(preview) |
| deepseek-flash | DeepSeek V4.1 Flash |
| deepseek-v4-pro | DeepSeek v4 pro |
| deepseek-v4-flash | DeepSeek v4 flash |
| deepseek-v4-flash-free | DeepSeek V4 Flash 福利版 |
| glm-5.3-flash | GLM 5.3 Flash |
| glm-5.3 | GLM 5.3 |
| glm-5.2 | GLM 5.2 |
| grok-4.6 | Grok 4.6 |
看到 Verification successful. 即说明 CA云上创造 接入成功。
在 API Compatibility 字段选择 openai。
后续的其余配置(消息频道、Skill 等)请根据需求配置,新手可以先选择 Skip for now。
开始使用
打开 Web UI,在 Chat 页面进行交互:
bash
openclaw dashboard在终端中打开 TUI:
bash
openclaw tui在终端中与 OpenClaw 对话:
bash
openclaw terminal