hotel-core
Installation
SKILL.md
RollingGo 酒店搜索与预订 Skill
安装
如果本地环境未安装 rgh 命令,必须通过以下两种方式之一进行安装:
方式一:通过 npm 安装(推荐) 如果环境中有 Node.js 和 npm,请执行:
npm install -g @rollinggo/hotel@latest
方式二:下载独立可执行文件(免 Node 环境)
如果环境中没有 npm,请判断当前操作系统,并通过 curl 等工具从以下 Release 页面下载对应的单文件程序(Windows: rgh-win.exe, Mac: rgh-macos, Linux: rgh-linux):
https://github.com/RollingGo-AI/oauth-hotel-cli/releases/latest
下载后将其重命名为 rgh 并赋予执行权限。