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 小时前
Codex 增强部署:基于 Codex++ 接入 DeepSeek
ai·ai编程·codex·deepseek·ai coding·codex++
AlfredZhao7 小时前
GPT 省钱,不是别用最新模型,而是别浪费缓存
gpt·ai
doiito10 小时前
【Agent Harness】Gliding Horse 本体论系统设计:给 AI Agent 装上“语义大脑”
ai·rust·架构设计·系统设计·ai agent
小七-七牛开发者16 小时前
周一上线 | SpaceX 收购 Cursor、支付宝进入 AI 时代、DeepSeek 完成 500 亿元融资
ai·agent·token·glm·智谱·claudecode·ai coding·周一上线
doiito1 天前
【Agent Harness】为什么我把 JSON‑LD “编译成 DAG” 后,整个 Agent 平台立刻聪明了
ai·rust·架构设计·系统设计·ai agent
xiezhr2 天前
折腾半小时,终于让AI 能直接帮我写飞书文档了
ai·飞书·ai agent·飞书cli·飞书文档
岳小哥AI2 天前
Claude Fable和Claude Mythos 5同时发布:注意力机制下愈加强大的AI大模型
ai·ai基础
Artech2 天前
[MAF预定义的AIContextProvider-04]Mem0Provider——长期记忆基于的云端解决方案
ai·agent·maf·aicontextprovider·chathistorymemoryprovider·mem0provider
哥不是小萝莉2 天前
一文读懂 OpenAI Codex 源码的原理、架构与未来
ai
AlfredZhao2 天前
AI 编程工作总结:从体验问题到模块能力建设
ai·codex