Install
openclaw skills install travelhoundCompare real-time flights and hotels with price forecasts, coupon stacking, and destination news to find the best time and deal for your trip.
openclaw skills install travelhoundFlight and hotel price comparison with booking timing analysis, OTA coupon stacking, and destination intelligence — all in one skill.
TravelHound combines real-time price data from Google Flights, Skyscanner, Kayak, Booking.com, Agoda, and Trip.com with coupon stacking via CouponClaw and destination news via NewsToday. It tells you not just the cheapest option, but whether now is the right time to book.
| Script | Command | Description |
|---|---|---|
flights.js | node scripts/flights.js <from> <to> [--date YYYY-MM-DD] [--return YYYY-MM-DD] [--class economy|business] [--passengers N] [--lang zh|en] | Flight price comparison across 4 platforms with booking timing advice |
hotels.js | node scripts/hotels.js <destination> [--checkin YYYY-MM-DD] [--checkout YYYY-MM-DD] [--guests N] [--budget budget|mid|luxury] [--lang zh|en] | Hotel price comparison with OTA coupon stacking |
trip.js | node scripts/trip.js <destination> [--from city] [--date YYYY-MM-DD] [--nights N] [--budget budget|mid|luxury] [--lang zh|en] | Full trip planner: flights + hotels + destination intel in one report |
| Platform | Type | Strength |
|---|---|---|
| Google Flights | Flights | Best aggregator; date flexibility view; price insights |
| Skyscanner | Flights | Lowest fares including budget carriers; "Everywhere" flexible origin |
| Kayak | Flights + Hotels | Price Forecast (Buy now / Wait); price history chart |
| Trip.com / 携程 | Flights + Hotels | Often cheapest for Asian routes; Chinese carrier coverage |
| Booking.com | Hotels | Widest inventory globally; Genius member discounts |
| Agoda | Hotels | Best rates for Southeast and East Asia |
| Hotels.com | Hotels | 10-night loyalty program |
TravelHound calls:
TravelHound uses browser navigation to read live pricing from each platform. No API keys or subscriptions needed.