Openclaw 避坑总结

14 阅读1分钟

常见问题解决方案

1. 下载 skill 失败问题

问题描述:下载 skill 首选失败

原因:没有登录 clawhub 账号

解决方案

clawhub login --token xxxx

2. openclaw 无法执行 shell 命令

问题描述:openclaw 无法执行 shell 命令,没有 bash 权限

原因:最新版本安装时默认使用 messaging 权限配置模式

当前支持的四种配置模式

  • messaging - 消息模式(默认)
  • minimal - 最小模式
  • coding - 编码模式
  • full - 完整模式

解决方案

  1. 查看当前权限配置:
openclaw config get tools.profile
  1. 修改为完整模式:
openclaw config set tools.profile "full"
  1. 重启网关服务:
openclaw gateway restart