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
相关推荐
张忠琳7 小时前
【vllm】vLLM v1 KV Offload — 模块超深度逐行分析之一(七)
ai·架构·vllm
j_xxx404_7 小时前
大语言模型 (LLM) 零基础入门:核心原理、训练机制与能力全解
人工智能·ai·transformer
汪汪8888887 小时前
测试智能平台落地实践:五大核心能力破解传统测试痛点
ai
张忠琳9 小时前
【vllm】vLLM v1 Attention — 系统级架构深度分析(五)
ai·架构·vllm
liuyukuan9 小时前
如何在win11上打开 WSL2(Windows 的 Linux 子系统)?
linux·windows
寺中人9 小时前
Windows系统的动态磁盘卷
windows·系统·教程
薛定谔的猫3699 小时前
探索 MCP 协议:构建跨平台的 Agent 自动化生态
ai·自动化·agent·技术趋势·mcp
DavidSoCool9 小时前
win11系统使用DockerDesktop搭建Dify实现知识库问答
ai·大模型·知识库·dify
忧郁的蛋~9 小时前
基于.NET的Windows窗体编程之WinForms数据表格
windows·.net
skilllite作者9 小时前
AI agent 的 Assistant Auto LLM Routing 规划的思考
网络·人工智能·算法·rust·openclaw·agentskills