rollinggo-hotel-booking
RollingGo 酒店搜索与预订助手,通过调用 RollingGo 酒店服务接口实现酒店查询到下单预订全流程。支持场景:① 按城市/景点/地铁站/机场等地点搜索酒店 ② 按星级、预算、标签(泳池/含早/亲子/宠物友好等)筛选 ③ 查询指定酒店的实时房型与价格 ④ 对比多家酒店 ⑤ 引导用户完成预订。触发词:找酒店、订酒店、搜酒店、酒店推荐、酒店查询、附近酒店、五星酒店、民宿、度假村、查房价、看房型、入住、住哪、住宿、rollinggo、旅游住宿、出差住宿、亲子酒店、带泳池的酒店、含早餐酒店。
npx skills add RollingGo-AI/rollinggo-hotel-skill-cn --skill rollinggo-hotel-booking --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# RollingGo 酒店搜索与预订 Skill ## 版本检查 > - **每日检查**:若当前目录下的 `.version_check` 不存在或记录日期非今天,静默请求远端 `SKILL.md`(地址拼接规则:将元数据中的 `{repository}` 域名替换为 `raw.githubusercontent.com`,并在末尾追加 `/main/skills/{name}/SKILL.md`)对比 `version` 字段。若远端有更新,在回复开头提示用户更新。无论成败,均将今日日期 `YYYY-MM-DD` 写入 `.version_check`。 > - **更新命令**:`请运行 npx skills update {name} 更新技能包`。 ## 安装 如果本地环境未安装 `rgh` 命令,可以通过以下三种方式之一进行安装: **方式一:通过 npm 安装(推荐)** 如果环境中有 Node.js 和 npm,请执行: ```bash npm install -g @rollinggo/hotel@latest ``` **方式二:通过 Python 自动脚本安装(免 Node.js 环境)** 如果环境中有 Python,可以直接在 Skill 目录下运行我们提供的自动化安装脚本,它将自动检测您的操作系统并下载最新版的 `rgh` 独立二进制程序到本地 `bin` 文件夹: ```bash python scripts/install.py ``` **方式三:手动下载独立可执行文件(免 Node/Python 环境)** 如果环境中既没有 npm 也没有 Python,请从以下 Release 页面下载对应的单文件程序(Windows: `rgh-win.exe` / `rgh-windows.exe`, Mac: `rgh-macos`, Linux: `rgh-linux`): `https://github.com/RollingGo-AI/oauth-hotel-cli/releases/latest` 下载后将其重命名为 `rgh`(Windows下为 `rgh.exe`),赋予执行权限,并放入系统环境变量 PATH 或技能目录的 `bin` 文件夹中。 **⚠️ 自动升级拦截原则:** CLI 工具内置了版本检测。当你在执行任何 `rgh` 命令时,如果控制台输出中出现 `📦 有新版本可用!` 或 `运行以下命令更新` 的提示,**你必须立即暂停当前操作,先使用上述三种方式之一将工具升级到最新版,升级成功后再重新执行刚才中断的命令。** 这样可避免由于服务端接口过期而导致的预订失败。 --- > ⚠️ **输出规范**: > 1. **严禁向用户展示任何技术细节**,包括但不限于:工具名(如 `search-hotels
- 版本检查
- 安装
- When to Use
- When NOT to Use
- 安全门控
- 工作流程与动态 CLI 探知
- 业务步骤指南
- 搜索结果不理想时的语义化降级策略
- 关键交互规则
- 详细参考文档
npm install -g @rollinggo/hotel@latest python scripts/install.py
What does the rollinggo-hotel-booking skill do?
RollingGo 酒店搜索与预订助手,通过调用 RollingGo 酒店服务接口实现酒店查询到下单预订全流程。支持场景:① 按城市/景点/地铁站/机场等地点搜索酒店 ② 按星级、预算、标签(泳池/含早/亲子/宠物友好等)筛选 ③ 查询指定酒店的实时房型与价格 ④ 对比多家酒店 ⑤ 引导用户完成预订。触发词:找酒店、订酒店、搜酒店、酒店推荐、酒店查询、附近酒店、五星酒店、民宿、度假村、查房价、看房型、入住、住哪、住宿、rollinggo、旅游住宿、出差住宿、亲子酒店、带泳池的酒店、含早餐酒店。
How do I install it?
Run `npx skills add RollingGo-AI/rollinggo-hotel-skill-cn --skill rollinggo-hotel-booking --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From RollingGo-AI/rollinggo-hotel-skill-cn, a repository with 130 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
