OpenClaw 问题汇总
侧边栏壁纸
  • 累计撰写 32 篇文章
  • 累计收到 2 条评论

OpenClaw 问题汇总

残月
2026-03-08 / 0 评论 / 1 阅读 / 正在检测是否收录...

问题1:Windows下 OpenClaw 一直提示自己没读写权限,

mmh86eoa.png

解决方法

.openclaw 目录下找到 openclaw.json,在根位置找到 tools

  "tools": {
    "profile": "messaging"
  }

tools.profile值修改为full

  "tools": {
    "profile": "full"
  }

重启Openclaw网关

openclaw gateway restart
0

评论 (0)

取消