/install rollinggo-search-hotel-skill
RollingGo Hotel CLI
When to Use
✅ Use this skill when:
- Searching Candidates: User wants to find hotels near a specific city, landmark, or address (e.g., "Find hotels near Tokyo Disneyland").
- Complex Filtering: User needs to narrow down options using natural language queries combined with exact dates, guest count, star ratings, budget limits, or distance radius.
- Tag & Brand Matching: User wants to find hotels with specific attributes (e.g., "family friendly", "breakfast included", "Marriott") by first checking the tag dictionary to build exact filters.
- Deep Dive & Pricing: User wants to inspect detailed room plans, real-time pricing, cancellation policies, or availability for a specific hotel ID.
- Comparison & Evaluation: User wants to compare multiple candidate hotels based on returning structured data and current rates.
- Hotel Booking: User is ready to select a room and book a hotel. The returned booking URLs and detail page links can be provided to guide the user to complete their reservation.
❌ Don't use this skill when:
- User asks about non-hotel travel booking (flights, trains, transfers, car rentals).
API Key
Resolution order: --api-key flag → RollingGo_API_KEY env var.
No key yet? Apply at: https://mcp.agentichotel.cn/apply
Runtime
Default to references/rollinggo-npx.md; switch to references/rollinggo-uv.md if the user specifies uv/uvx/Python. For API key persistence see references/claw-host-env.md.
Version Freshness (Always Latest)
Default policy for this skill: use the newest release on every run.
- npm/npx:
npx --yes --package rollinggo@latest rollinggo ... - uvx:
uvx --refresh --from rollinggo@latest rollinggo ...
If using an installed command instead of temporary execution, upgrade first:
- npm global:
npm install -g rollinggo@latest - uv tool:
uv tool upgrade rollinggo@latest
Primary Workflow
Run these steps in order unless the user is already at a later step.
- Clarify: destination, dates, nights, occupancy, budget, stars, tags, distance
- If tag filters needed → run
hotel-tagsfirst to get valid tag strings - Run
search-hotels→ parse JSON → extracthotelId - Run
hotel-detail --hotel-id \x3Cid>for room plans and pricing - If results are weak → loosen filters and retry
Commands Quick Reference
# Discover tags
rollinggo hotel-tags
# Search hotels (minimum required flags)
rollinggo search-hotels \
--origin-query "\x3Cuser's natural language request>" \
--place "\x3Cdestination>" \
--place-type "\x3Cvalue from --help>"
# Hotel detail with pricing
rollinggo hotel-detail \
--hotel-id \x3Cid> \
--check-in-date YYYY-MM-DD \
--check-out-date YYYY-MM-DD \
--adult-count 2 --room-count 1
# Discover all flags
rollinggo search-hotels --help
rollinggo hotel-detail --help
Key Rules
--place-typemust use exact values fromrollinggo search-hotels --help--star-ratingsformat:min,maxe.g.4.0,5.0--format tableallowed only onsearch-hotels; rejected byhotel-detailandhotel-tags--child-countmust match the count of--child-ageflags--check-out-datemust be later than--check-in-date- Prefer
--hotel-idover--namewhenever available
Output
- stdout → result payload (JSON by default)
- stderr → errors only
- Exit
0success ·1HTTP/network failure ·2CLI validation failure - Results include booking URLs and hotel detail page links for downstream use
Filter Loosening (when no results)
Try in order: remove --star-ratings → increase --size → increase --distance-in-meter → remove tag filters → widen dates or budget
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install rollinggo-search-hotel-skill - 安装完成后,直接呼叫该 Skill 的名称或使用
/rollinggo-search-hotel-skill触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
全球酒店搜索预订Skill-by RollingGo 是什么?
「全球酒店降价监控Skill」全球200 万 + 酒店价格波动监控,全球第三大酒旅B2B公司官方出品,降价自动提醒,一键下单,免费使用 访问rollinggo.store来申请你的专属Key:因机票价格、库存和订单能力涉及真实交易链路,因此我们需要为每个Skill用户开通免费专属的独立 KEY,永久调用额度现仍能申请。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 35 次。
如何安装 全球酒店搜索预订Skill-by RollingGo?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install rollinggo-search-hotel-skill」即可一键安装,无需额外配置。
全球酒店搜索预订Skill-by RollingGo 是免费的吗?
是的,全球酒店搜索预订Skill-by RollingGo 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
全球酒店搜索预订Skill-by RollingGo 支持哪些平台?
全球酒店搜索预订Skill-by RollingGo 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 全球酒店搜索预订Skill-by RollingGo?
由 RollingGo(@rollinggo-ai)开发并维护,当前版本 v1.0.0。