/install find-hotel
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 → AIGOHOTEL_API_KEY env var.
No key yet? Apply at: https://mcp.agentichotel.cn/apply
Runtime
Choose based on user's environment. Load the matching reference file and keep it for the session.
npm,npx, Node, or no preference: Load references/rollinggo-npx.mduv,uvx, PyPI, or Python: Load references/rollinggo-uv.md- Parity check or both: Load both references
Default when unspecified → npm/npx (broader env compatibility).
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
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install find-hotel - After installation, invoke the skill by name or use
/find-hotel - Provide required inputs per the skill's parameter spec and get structured output
What is find-hotel?
Hotel search and pricing via the RollingGo CLI. Use when the user wants to search hotels by destination, filter by date/star/budget/tags/distance, inspect ho... It is an AI Agent Skill for Claude Code / OpenClaw, with 228 downloads so far.
How do I install find-hotel?
Run "/install find-hotel" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is find-hotel free?
Yes, find-hotel is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does find-hotel support?
find-hotel is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created find-hotel?
It is built and maintained by zlon (@longcreat); the current version is v1.0.0.