daolv-hotel-booking
Hotel discovery, shortlist comparison, and booking handoff using the ai-go-hotel MCP server (getHotelSearchTags, searchHotels, getHotelDetail). Use when users ask to find hotels, compare options by budget/location/amenities, plan city stays, family or business lodging, or complete hotel booking decisions with clear next actions.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/cnchenkai/daolv-hotel-bookingWhat This Skill Does
The daolv-hotel-booking skill transforms OpenClaw into a sophisticated hotel discovery and booking assistant. By leveraging the ai-go-hotel MCP server, it enables the agent to search live inventory, compare amenities, and provide structured, decision-ready lodging recommendations. It manages the entire hotel planning lifecycle: from extracting trip constraints (dates, budget, pax) to fetching real-time availability and presenting curated, comparative data to the end user.
Installation
To integrate this skill into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/cnchenkai/daolv-hotel-booking
Ensure your mcp-client-config.json is correctly configured to point to the authorized https://mcp.aigohotel.com/mcp endpoint as specified in the skill documentation.
Use Cases
- Business Travel: Finding hotels near specific airports or convention centers with required amenities like high-speed Wi-Fi and flexible cancellation policies.
- Family Vacations: Shortlisting accommodations based on room count, proximity to tourist attractions, and family-friendly breakfast inclusions.
- Budget Optimization: Analyzing trade-offs between luxury tier, distance from city centers, and total nightly costs across multiple candidates.
- Travel Planning: Coordinating stay logistics for complex itineraries by normalizing place types (attractions, stations, airports).
Example Prompts
- "Find me a 4-star hotel in Shanghai near the Bund for next weekend, budget around 1000 RMB per night for two adults."
- "I am traveling to Tokyo for a business trip. Compare three hotels near the airport that offer flexible cancellation and include breakfast."
- "Plan a 3-night stay for a family of 4 in Kyoto. Look for properties with family rooms and proximity to public transit."
Tips & Limitations
- Precision: Always provide specific travel dates to ensure accurate room rates and availability checks.
- Data Handling: The skill uses a caching mechanism for search tags to optimize performance; if your requirements change significantly, start a new query thread.
- Transparency: If real-time price data is unavailable, the agent will inform you explicitly rather than guessing, ensuring you always make decisions based on valid information.
- Scope: This skill is optimized for discovery and decision support; follow the provided handoff steps to finalize your booking directly through verified channels.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-cnchenkai-daolv-hotel-booking": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api
Related Skills
daolv-hotel-search
Hotel search and shortlist comparison using the ai-go-hotel MCP server (getHotelSearchTags, searchHotels). Use when users need fast hotel discovery by city/POI/date/budget/amenities/brand, but do not yet need full booking-room confirmation.
rollinggo-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 hotel detail and room pricing, or look up hotel tags. Trigger phrases — "search hotels", "find hotels near", "hotel detail", "hotel pricing", "hotel tags", "rollinggo".
daolv-hotel-booking-assistant
Hotel booking-decision assistant using ai-go-hotel MCP (searchHotels + getHotelDetail). Use when users already have candidate hotels and need room-rate details, cancellation policy checks, final recommendation, and booking handoff actions.