问题1:Windows下 OpenClaw 一直提示自己没读写权限,
{message type="info" content="安装环境:Windows 10"/}
解决方法
在 .openclaw 目录下找到 openclaw.json,在根位置找到 tools
"tools": {
"profile": "messaging"
}
将tools.profile值修改为full
"tools": {
"profile": "full"
}
重启Openclaw网关
openclaw gateway restart