skill地址
https://clawhub.ai/shaivpidadi/free-ride

安装后 执行 freeride auto报错

一定要重点关注黄色警告

WARNING: The scripts freeride and freeride-watcher are installed in '/Users/lhy/Library/Python/3.9/bin' which is not on PATH.

解决方案,参考:https://github.com/Shaivpidadi/FreeRide/issues/2

mac电脑 可以通过 echo $SHEEL 查看当前用的是哪个shell

如果是zsh

那么在 ~/.zshrc中添加一行配置

export PATH="$HOME/Library/Python/3.9/bin:$PATH"

Logo

小龙虾开发者社区是 CSDN 旗下专注 OpenClaw 生态的官方阵地,聚焦技能开发、插件实践与部署教程,为开发者提供可直接落地的方案、工具与交流平台,助力高效构建与落地 AI 应用

更多推荐