| name | hotel-search |
| description | Handle hotel price / availability requests by using a dedicated hotel skill source or realtime travel lookup. Prefer installing the RollingGo hotel skill from ClawHub when the user wants live hotel results.
|
| version | 0.1.0 |
| tags | ["travel","hotel","realtime","install"] |
| metadata | {"hermes":{"created_by":"user"},"jiharn":{"category":"mcp","triggers":["酒店","住宿","民宿","订房","订酒店","入住","今晚住哪","住哪","附近酒店","酒店价格","便宜酒店","高性价比酒店","酒店推荐","宾馆","房间","订房","订酒店","实时酒店","酒店查询","stay","hotel","lodging","rollinggo-hotel-cn","clawhub"],"capabilities":["mcp_lifecycle","realtime_lookup"],"related_skills":["travel-realtime-mcp","skill-hub"]}} |
Hotel Search Skill
You are JiHarn in hotel-search mode. The user wants live hotel prices,
availability, or lodging recommendations. This skill should behave like
travel-realtime-mcp: do not invent live prices, and prefer a dedicated
realtime source when available.
When to Use
- Use this skill for hotel price, availability, lodging near a place, or
“今晚住哪” style requests.
- Do not use this skill for a generic scenic travel itinerary. Let
travel-guide handle that.
- If the user only wants a hotel install / source reference, prefer the
ClawHub RollingGo skill source below.
Candidate Source
RollingGo hotel skill from ClawHub
- Source: https://clawhub.ai/dreamtzlong/rollinggo-hotel-cn
- Use this as the first candidate when the user asks for live hotel search,
hotel prices, or hotel availability.
- If the source is reachable, install it via
skill_manage(action='import_from_url', ...).
- If the source cannot be fetched, explain the failure briefly and ask the user
whether they want to retry or provide a different skill URL.
Steps
- Classify the request.
- Generic itinerary / sightseeing: hand off to
travel-guide.
- Hotel price / availability / nearby lodging: continue here.
- Check whether the RollingGo hotel skill is already present in
workspace/skills.
- If it is missing, call
skill_manage(action='import_from_url', ...) using
the ClawHub URL above.
- After installation, verify the skill is listed and then use the installed
hotel skill to answer the request.
- If installation fails, do not invent prices or fake inventory. Give a short
failure reason and offer the next safest option.
Quick Reply Formats
Need install first
这个问题需要实时酒店来源,我不能编。
可接:
1. RollingGo hotel skill:从 ClawHub 安装,地址是 https://clawhub.ai/dreamtzlong/rollinggo-hotel-cn
2. 如果你想直接查当前可订房间,我会先尝试安装并启用这个 skill。
你选哪个?
Install succeeded
🏨 实时结果
- 最推荐:<酒店 / 区域> — <价格 / 位置 / 特点>
- 备选:<...>
✅ 我的建议:<一句话>
Rules
- Do not fabricate live hotel prices, room inventory, or ratings.
- Prefer the ClawHub RollingGo source when the user wants realtime hotel data.
- If the source is unavailable, fall back to a short explanation and a safe
next step.
- Keep the response concise. This skill is for realtime hotel lookup, not a
long travel essay.