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

解决方法
在 .openclaw 目录下找到 openclaw.json,在根位置找到 tools
"tools": {
"profile": "messaging"
}将tools.profile值修改为full
"tools": {
"profile": "full"
}重启Openclaw网关
openclaw gateway restart 
在 .openclaw 目录下找到 openclaw.json,在根位置找到 tools
"tools": {
"profile": "messaging"
}将tools.profile值修改为full
"tools": {
"profile": "full"
}重启Openclaw网关
openclaw gateway restart
评论 (0)