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.最终效果

相关推荐
前端不太难1 天前
智能体可信之路:全链路安全防御
安全·状态模式·openclaw
HelloTonyGo1 天前
个人游戏笔记本免费“养龙虾”(四)OpenClaw(exec tools)的文件权限配置
ubuntu·exec·白名单·文件权限·用户权限·openclaw
chaochaomiao1 天前
Mac Mini + oMLX + openclaw 本地大模型养小龙虾及配置遇到的相关问题
mac mini·openclaw·小龙虾·omlx
枫桥骤雨1 天前
OpenClaw飞书高级用法
飞书·openclaw
小白电脑技术1 天前
飞牛NAS安装OpenClaw完整记录
电脑·飞书·openclaw
第十个灵魂1 天前
OpenClaw Skill安装方式汇总
ai·skill·openclaw
枫桥骤雨2 天前
OpenClaw接入飞书
飞书·openclaw
yubin12774086292 天前
openclaw多agent-V2
多agent·openclaw
是Winky啊2 天前
【OpenClaw】视频批量生成
音视频·agent·openclaw