openclaw部署及qwen模型配置

环境说明:windows 10、node v25.2.1

网络环境:科学上网

1.部署

powershell 复制代码
npm i -g openclaw
openclaw onboard

# 常用命令
# 当dos窗口关闭后,可以使用下面窗口启动
openclaw gateway start
# 关闭gateway服务
openclaw gateway stop

2.卸载

powershell 复制代码
openclaw gateway stop
openclaw uninstall
npm uninstall -g openclaw

3.配置qwen

参考:https://help.aliyun.com/zh/model-studio/openclaw?spm=a2c4g.11186623.0.i1

openclaw.json完整配置(配置文件位置参考:C:\Users\PC2023.openclaw\openclaw.json):

json 复制代码
{
  "meta": {
    "lastTouchedVersion": "2026.3.8",
    "lastTouchedAt": "2026-03-11T03:33:57.186Z"
  },
  "wizard": {
    "lastRunAt": "2026-03-11T03:33:57.177Z",
    "lastRunVersion": "2026.3.8",
    "lastRunCommand": "onboard",
    "lastRunMode": "local"
  },
  "auth": {
    "profiles": {
      "openai:default": {
        "provider": "openai",
        "mode": "api_key"
      }
    }
  },
   "models": {
    "mode": "merge",
    "providers": {
      "bailian": {
        "baseUrl": "https://dashscope.aliyuncs.com/compatible-mode/v1",
        "apiKey": "sk-xxx",
        "api": "openai-completions",
        "models": [
          {
            "id": "qwen3.5-plus-2026-02-15",
            "name": "qwen3.5-plus-2026-02-15",
            "reasoning": false,
            "input": ["text", "image"],
            "contextWindow": 1000000,
            "maxTokens": 65536
          },
          {
            "id": "qwen3-coder-next",
            "name": "qwen3-coder-next",
            "reasoning": false,
            "input": ["text"],
            "contextWindow": 262144,
            "maxTokens": 65536
          }
        ]
      }
    }
  },
  "agents": {
    "defaults": {
      "model": {
        "primary": "bailian/qwen3.5-plus-2026-02-15"
      },
      "models": {
        "bailian/qwen3.5-plus-2026-02-15": {}
      },
      "workspace": "C:\\Users\\PC2023\\.openclaw\\workspace",
      "compaction": {
        "mode": "safeguard"
      },
      "maxConcurrent": 4,
      "subagents": {
        "maxConcurrent": 8
      }
    }
  },
  "tools": {
    "profile": "coding"
  },
  "messages": {
    "ackReactionScope": "group-mentions"
  },
  "commands": {
    "native": "auto",
    "nativeSkills": "auto",
    "restart": true,
    "ownerDisplay": "raw"
  },
  "session": {
    "dmScope": "per-channel-peer"
  },
  "hooks": {
    "internal": {
      "enabled": true,
      "entries": {
        "boot-md": {
          "enabled": true
        },
        "bootstrap-extra-files": {
          "enabled": true
        },
        "command-logger": {
          "enabled": true
        },
        "session-memory": {
          "enabled": true
        }
      }
    }
  },
  "gateway": {
    "port": 18789,
    "mode": "local",
    "bind": "loopback",
    "auth": {
      "mode": "token",
      "token": "517bb7c3b12e96ed570563ad4395a7a9acd6a379c25d2e74"
    },
    "tailscale": {
      "mode": "off",
      "resetOnExit": false
    },
    "nodes": {
      "denyCommands": [
        "camera.snap",
        "camera.clip",
        "screen.record",
        "contacts.add",
        "calendar.add",
        "reminders.add",
        "sms.send"
      ]
    }
  }
}

薅羊毛,阿里云百炼免费额度获取:
https://help.aliyun.com/zh/model-studio/new-free-quota?spm=a2ty02.33053938.0.0.8bd874a1jP2hOt

模型用量:
https://bailian.console.aliyun.com/cn-beijing/?spm=a2c4g.11186623.0.0.7d063ba2YN0MdO&tab=model#/model-usage/free-quota

4.最终效果

相关推荐
咕噜咕噜啦啦7 小时前
vLLM框架
人工智能·qwen·vllm
AC赳赳老秦21 小时前
网页公开附件自动采集:OpenClaw 批量下载页面内嵌 Word/Excel 附件,统一格式后结构化入库
java·python·word·php·excel·deepseek·openclaw
海兰2 天前
【记忆】openclaw之Honcho 记忆系统
人工智能·agent·openclaw
七夜zippoe3 天前
OpenClaw 测试策略实战:AI Agent 自动化测试体系搭建与落地
人工智能·ai·自动化·agent·测试体系·openclaw
愚公搬代码4 天前
【愚公系列】《WorkBuddy从上手到变现》017-用AI Agent实现公众号自动化运营(从1个号到矩阵:规模化的可能和边界)
运维·人工智能·自动化·小龙虾·workbuddy
前端技术官5 天前
OpenClaw 跟病毒的区别是什么?
ai agent·ai安全·openclaw·devops风险·chmod 777
AC赳赳老秦6 天前
OpenClaw 采集效率优化:并发控制、增量采集策略与服务器友好型设计
大数据·运维·服务器·人工智能·信息可视化·deepseek·openclaw
七夜zippoe6 天前
OpenClaw 错误处理实战:优雅降级、重试机制与熔断器设计
错误处理·重试机制·openclaw·优雅降级·熔断器
codersnote7 天前
卸载IDM不干净导致重启后电脑进入桌面闪屏
win10·卸载·idm·闪屏
撞强8 天前
OpenClaw 自定义Model Provider 的一键配置脚本
模型·maas·openclaw·小龙虾