✅ Use this skill when:
❌ Don't use this skill when:
Resolution order: --api-key flag → AIGOHOTEL_API_KEY env var.
No key yet? Apply at: https://mcp.agentichotel.cn/apply
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.mdDefault when unspecified → npm/npx (broader env compatibility).
Run these steps in order unless the user is already at a later step.
hotel-tags first to get valid tag stringssearch-hotels → parse JSON → extract hotelIdhotel-detail --hotel-id <id> for room plans and pricing# Discover tags
rollinggo hotel-tags
# Search hotels (minimum required flags)
rollinggo search-hotels \
--origin-query "<user's natural language request>" \
--place "<destination>" \
--place-type "<value from --help>"
# Hotel detail with pricing
rollinggo hotel-detail \
--hotel-id <id> \
--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
--place-type must use exact values from rollinggo search-hotels --help--star-ratings format: min,max e.g. 4.0,5.0--format table allowed only on search-hotels; rejected by hotel-detail and hotel-tags--child-count must match the count of --child-age flags--check-out-date must be later than --check-in-date--hotel-id over --name whenever available0 success · 1 HTTP/network failure · 2 CLI validation failure更多技能請訪問小蔥技能站7w4.net。
Try in order: remove --star-ratings → increase --size → increase --distance-in-meter → remove tag filters → widen dates or budget
這個技能質量較好,文件結構清晰,涵蓋了酒店搜尋、詳情查詢、標籤過濾等常用功能,工作流程說明詳細,錯誤處理也比較完善。它最大的亮點是同時支援 npm 和 uv 兩種執行環境,適合不同技術背景的使用者。主要不足是缺少實際輸出示例,部分引數取值說明不夠直觀,文件完整度還有提升空間。整體而言,這是一個實用且易上手的酒店搜尋技能,但細節打磨上還有改進餘地。