Install
openclaw skills install @china-travel-en/china-hotel-bookingSearch hotels across China with real-time pricing, ratings and Trip.com booking links. Also supports flights, attractions, itinerary planning and travel tips for inbound tourists.
openclaw skills install @china-travel-en/china-hotel-bookingYour all-in-one travel companion for visiting China. This skill provides 5 powerful features for international tourists:
User queries are sent to a secure proxy server (SCF) which injects authentication tokens and forwards requests to TripGenie API. The proxy handles affiliate link generation automatically. No user personal data is stored or logged. All communication is HTTPS encrypted.
Keywords: China hotel, hotel in Beijing, Shanghai accommodation, stay in China, book hotel, budget hotel, luxury hotel
| Parameter | Description | Example |
|---|---|---|
| city | City name in English (required) | "Beijing" |
| check_in | Check-in date YYYY-MM-DD (optional) | "2026-08-01" |
| check_out | Check-out date YYYY-MM-DD (optional) | "2026-08-05" |
| guests | Number of guests (optional, default: 2) | 2 |
| budget | Budget level or amount (optional) | "under $100/night" |
| preferences | Additional preferences (optional) | "near Forbidden City" |
python scripts/china_travel.py hotel "<city>" "[check_in]" "[check_out]" [guests] "[budget]" "[preferences]" [--locale=xx]
Optional: Add --locale=ja/ko/ru/zh at the end for localized results (default: en).
The API returns structured Markdown with hotel names, prices, ratings, key features, and direct booking links. Present the content directly to the user.
User: "Find hotels in Shanghai near the Bund for 2 adults"
python scripts/china_travel.py hotel "Shanghai" "" "" 2 "" "near the Bund"
User: "Budget hotels in Beijing from July 10-12"
python scripts/china_travel.py hotel "Beijing" "2026-07-10" "2026-07-12" 2 "under $80/night"
This skill also supports:
flight — Search flights to/from/within Chinaattraction — Find attractions and ticket pricesitinerary — Generate multi-day travel planstips — Travel advice, visa, payment, transport tips