跳到主内容
AI
文章阅读

windows 安装 openclaw 流程

2026/03/09492 次阅读6 分钟

1 下载代理软件

mac

clash

备用下载

2 下载 git

下载Git

阿里云镜像下载(v2.53.0)

3 下载 Node

4 开始安装


iwr -useb https://openclaw.ai/install.ps1 | iex

5 执行安装流程运行向导


openclaw onboard --install-daemon

6 打开小龙虾界面


openclaw dashboard

rustdesk 下载

下载代理链接

企业微信安装机器人

文档

切换模型命令


openclaw models list
openclaw models status
openclaw models set <provider/model>
openclaw models set-image <provider/model>

openclaw models aliases list
openclaw models aliases add <alias> <provider/model>
openclaw models aliases remove <alias>

openclaw models fallbacks list
openclaw models fallbacks add <provider/model>
openclaw models fallbacks remove <provider/model>
openclaw models fallbacks clear

openclaw models image-fallbacks list
openclaw models image-fallbacks add <provider/model>
openclaw models image-fallbacks remove <provider/model>
openclaw models image-fallbacks clear

飞书相关

官方教程

插件升级


npx -y @larksuite/openclaw-lark-tools update

"custom-integrate-api-nvidia-com": {
        "baseUrl": "https://integrate.api.nvidia.com/v1",
        "apiKey": "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",
        "api": "openai-completions",
        "models": [
          {
            "id": "z-ai/glm5",
            "name": "z-ai/glm5",
            "reasoning": false,
            "input": ["text"],
            "cost": {
              "input": 0,
              "output": 0,
              "cacheRead": 0,
              "cacheWrite": 0
            },
            "contextWindow": 160000,
            "maxTokens": 4096
          },
          {
            "id": "qwen/qwen3.5-397b-a17b",
            "name": "qwen/qwen3.5-397b-a17b",
            "reasoning": true,
            "input": ["text", "image"],
            "cost": {
              "input": 0,
              "output": 0,
              "cacheRead": 0,
              "cacheWrite": 0
            },
            "contextWindow": 160000,
            "maxTokens": 4096
          }
        ]
      }
返回顶部