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"