← Back to Skills Marketplace
rollinggo-ai

全能订酒店国内版

by RollingGo-AI · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
53
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install rollinggo-hotel-booking-skill-cn
Description
使用 RollingGo CLI 查询酒店信息、筛选结果、读取酒店标签和获取房型价格。当用户需要按目的地 / 日期 / 星级 / 预算 / 标签 / 距离搜索酒店、查看酒店详情与房型报价,或读取酒店标签库时触发本技能。触发短语——"搜索酒店"、"查酒店"、"酒店详情"、"房型价格"、"酒店标签"、"附近酒店"、"...
README (SKILL.md)

RollingGo 酒店 CLI

适用范围

在以下情况使用本技能:

  • 查找候选酒店: 用户需要按城市、地标、机场或具体地址搜索附近酒店(例如:“查找东京迪士尼附近的酒店”)。
  • 多条件精准筛选: 用户需要在搜索时结合自然语言意图,并严格限制入离日期、入住人数、预算上限、星级区间或距离范围。
  • 基于标签与品牌匹配: 用户想寻找包含特定设施或属于特定品牌的酒店(如“亲子友好”、“包含早餐”、“万豪”等),技能可先查询标签库以进行精准筛选。
  • 查询房型与实时报价: 用户想深入了解某家具体酒店(通过 hotelId)的可用房型、实时价格、退款政策或具体配置。
  • 酒店对比与评估: 用户需要基于真实的结构化数据和当前报价,在多个候选酒店中进行对比分析。
  • 酒店预订: 用户选定酒店想要完成预订时。可提取并提供结果中的预订 URL 或酒店主页链接,引导用户直接点击完成购买。

以下情况不适用:

  • 用户询问非酒店类的旅游预订业务(如机票、火车票、接送机、租车等)。

API Key

解析顺序:--api-key 参数 → RollingGo_API_KEY 环境变量。

还没有 Key?前往申请:https://mcp.agentichotel.cn/apply

运行环境

默认加载 references/rollinggo-npx.md;用户明确使用 uv/uvx/Python 时改加载 references/rollinggo-uv.md。API Key 持久化配置见 references/claw-host-env.md

版本新鲜度(始终使用最新版)

本技能默认策略:每次执行都使用最新发布版本。

  • npm/npx: npx --yes --package rollinggo@latest rollinggo ...
  • uvx: uvx --refresh --from rollinggo@latest rollinggo ...

如果使用已安装命令而不是临时执行,先升级再运行:

  • npm 全局: npm install -g rollinggo@latest
  • uv 工具: uv tool upgrade rollinggo@latest

主要工作流

除非用户已经把问题限定在某个具体步骤,否则按顺序执行:

  1. 明确需求:目的地、日期、晚数、入住人数、预算、星级、标签、距离
  2. 如果需要标签筛选 → 先执行 hotel-tags 获取有效标签字符串
  3. 执行 search-hotels → 解析 JSON → 提取 hotelId
  4. 执行 hotel-detail --hotel-id \x3Cid> 查询房型和价格
  5. 如果结果不理想 → 放宽筛选条件后重新搜索

常用命令速查

# 获取标签库
rollinggo hotel-tags

# 搜索酒店(最少必填参数)
rollinggo search-hotels \
  --origin-query "\x3C用户的自然语言描述>" \
  --place "\x3C目的地>" \
  --place-type "\x3C查看 --help 获取合法值>"

# 查询酒店详情与价格
rollinggo hotel-detail \
  --hotel-id \x3Cid> \
  --check-in-date YYYY-MM-DD \
  --check-out-date YYYY-MM-DD \
  --adult-count 2 --room-count 1

# 查看所有可用参数
rollinggo search-hotels --help
rollinggo hotel-detail --help

关键规则

  • --place-type 必须使用 rollinggo search-hotels --help 里显示的精确值
  • --star-ratings 格式:最小值,最大值,如 4.0,5.0
  • --format table 只允许用于 search-hotelshotel-detailhotel-tags 会拒绝该参数
  • --child-count 的数量必须与 --child-age 参数的个数一致
  • --check-out-date 必须晚于 --check-in-date
  • hotelId 时优先使用 --hotel-id,不要依赖 --name

输出说明

  • stdout → 结果数据(默认 JSON)
  • stderr → 仅错误信息
  • 退出码 0 成功 · 1 HTTP/网络失败 · 2 CLI 参数校验失败
  • 结果中包含预订 URL 与酒店详情页链接,可供下游直接使用

无结果时的放宽策略

按顺序尝试:移除 --star-ratings → 增大 --size → 增大 --distance-in-meter → 移除标签筛选 → 放宽日期或预算

Usage Guidance
Before installing, make sure you trust the RollingGo CLI package and service, because the skill runs that package and uses your RollingGo_API_KEY to query hotel data. For safer use, keep the key scoped to this skill and consider pinning a package version instead of always running rollinggo@latest.
Capability Analysis
Type: OpenClaw Skill Name: rollinggo-hotel-booking-skill-cn Version: 1.0.0 The skill bundle provides a legitimate interface for searching hotels and retrieving pricing via the RollingGo CLI tool. It uses standard package managers (npm/npx and uv/uvx) to execute the 'rollinggo' package and requires a specific API key (RollingGo_API_KEY) for its operations. The instructions in SKILL.md and the reference files are well-structured, focusing entirely on the stated purpose of hotel discovery without any signs of data exfiltration, malicious execution, or prompt injection. IOCs mentioned are limited to the service's official domains: rollinggo.store and agentichotel.cn.
Capability Tags
requires-sensitive-credentials
Capability Assessment
Purpose & Capability
The stated purpose—searching hotels, reading tags, checking details/prices, and returning booking links—matches the documented RollingGo CLI workflows.
Instruction Scope
The instructions are scoped to hotel search/detail/tag commands and do not show hidden prompt overrides, unrelated actions, or destructive behavior.
Install Mechanism
The skill recommends running or installing rollinggo@latest through npm/npx or uv/uvx, including refreshing to the latest version each use; this is purpose-aligned but unpinned.
Credentials
The RollingGo_API_KEY requirement is expected for the hotel API, but users should understand that their hotel search parameters and key are used by the external RollingGo service.
Persistence & Privilege
The skill documents optional persistent API-key storage in OpenClaw or .env configuration; no autonomous background process or self-persistence is shown.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install rollinggo-hotel-booking-skill-cn
  3. After installation, invoke the skill by name or use /rollinggo-hotel-booking-skill-cn
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
rollinggo-hotel-booking-skill-cn 1.0.0 初始发布 - 新增 RollingGo 酒店 CLI 技能,支持通过自然语言查询和筛选酒店信息。 - 支持多条件精准筛选(目的地、日期、星级、预算、标签、距离等)。 - 可获取酒店详情、房型价格、标签库与预订链接。 - 提供常用命令速查和参数格式说明,包含错误处理规则和放宽筛选策略。 - 明确适用及非适用场景,便于用户快速判断是否触发技能。
Metadata
Slug rollinggo-hotel-booking-skill-cn
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 全能订酒店国内版?

使用 RollingGo CLI 查询酒店信息、筛选结果、读取酒店标签和获取房型价格。当用户需要按目的地 / 日期 / 星级 / 预算 / 标签 / 距离搜索酒店、查看酒店详情与房型报价,或读取酒店标签库时触发本技能。触发短语——"搜索酒店"、"查酒店"、"酒店详情"、"房型价格"、"酒店标签"、"附近酒店"、"... It is an AI Agent Skill for Claude Code / OpenClaw, with 53 downloads so far.

How do I install 全能订酒店国内版?

Run "/install rollinggo-hotel-booking-skill-cn" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is 全能订酒店国内版 free?

Yes, 全能订酒店国内版 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does 全能订酒店国内版 support?

全能订酒店国内版 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created 全能订酒店国内版?

It is built and maintained by RollingGo-AI (@rollinggo-ai); the current version is v1.0.0.

💬 Comments