openclaw本地部署(windows)

https://openclaw.ai/

1.npm i -g openclaw

2.openclaw onboard

二 OpenClaw 2026.2.13

c 复制代码
# 替换 git@github.com: 格式
git config --global url."https://github.com/".insteadOf "git@github.com:"

# 替换 ssh://git@github.com/ 格式
git config --global url."https://github.com/".insteadOf "ssh://git@github.com/"
c 复制代码
npm install -g openclaw --ignore-scripts

打开文件管理器,进入路径:C:\Users\你的用户名.openclaw\agents\main(把「你的用户名」换成实际的,比如 30272);

如果没有 auth-profiles.json 文件,新建一个,写入以下内容(替换成你的 API Key):

c 复制代码
{
  "zhipuai": {
    "apiKey": "你的智谱API Key"
  }
}
c 复制代码
openclaw configure --section model
  1. 重启
c 复制代码
openclaw gateway restart
相关推荐
七灵微27 分钟前
【AI】代码实战- 基于时间序列的轴承检测1
人工智能·机器学习·ai·pandas·matplotlib
RSABLOCKCHAIN35 分钟前
读懂AI-Agent项目Career-ops项目的底层原理
ai
十正1 小时前
把表变成模型够得着的句柄
人工智能·ai·agent
长谷深风1112 小时前
支付审批的智能风险控制设计
大数据·人工智能·ai·大模型·支付·aiagent·hitl
feasibility.2 小时前
当“给机器人指路“成为一门数据工程学——SimpleNav 拆解:导航大模型的标准化之争
ai·机器人·无人机·导航·具身智能·vla·vln
pursue.dreams2 小时前
2026年Skill创作实战指南
ai·skill
luckystar513~2 小时前
每日AI资讯(2026-09-13)
人工智能·ai·ai资讯·每日资讯
StarDream-Online3 小时前
Windows 下 uv 安装与配置完全指南(含环境变量设置)
windows·uv
codigger4 小时前
从 LLM 到 Agent Skill:9 个底层概念,一次理清整个 AI 技术栈
ai·大模型·#人工智能·#agent