Install
openclaw skills install @china-travel-en/china-flight-bookingSearch flights to China and domestic routes with real-time prices, schedules and Trip.com booking links. Also supports hotels, attractions, itinerary planning and travel tips for inbound tourists.
openclaw skills install @china-travel-en/china-flight-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: flight to China, fly to Beijing, Shanghai flight, domestic flight China, China airfare, business class, economy
| Parameter | Description | Example |
|---|---|---|
| origin | Departure city/airport (required) | "London" |
| destination | Arrival city/airport (required) | "Beijing" |
| date | Travel date YYYY-MM-DD (required) | "2026-08-15" |
| trip_type | "one way" or "round trip" (optional) | "round trip" |
| cabin | Cabin class (optional, default: economy) | "business" |
python scripts/china_travel.py flight "<origin>" "<destination>" "<date>" "[trip_type]" "[cabin]" [--locale=xx]
Optional: Add --locale=ja/ko/ru/zh at the end for localized results (default: en).
The API returns structured Markdown with airline names, flight numbers, departure/arrival times, prices, and direct booking links. Present the content directly to the user.
User: "Find a flight from London to Beijing on August 15"
python scripts/china_travel.py flight "London" "Beijing" "2026-08-15"
User: "Round trip business class from New York to Shanghai"
python scripts/china_travel.py flight "New York" "Shanghai" "2026-09-01" "round trip" "business"
This skill also supports:
hotel — Search and book hotels across Chinaattraction — Find attractions and ticket pricesitinerary — Generate multi-day travel planstips — Travel advice, visa, payment, transport tips