Loading...
Loading...
Search for hotels by location and dates. Use this skill whenever the user wants to find a place to stay, look for accommodation, search for hotels, or asks questions like "find me a hotel in X", "where can I stay in Y", "show me hotels near Z", or provides a destination plus check-in/check-out dates. Always use this skill before book-hotel or search-room since those require a sessionId from this search.
npx skill4agent add justintravala/travel-skills search-hoteltravel-clitravel-clinpxnpx @tvl-justin/travel-cli@latest search-hotel ...npm install -g @tvl-justin/travel-clitravel-clinpx @tvl-justin/travel-cli@latest search-hotel \
--location "<city or destination>" \
--checkin <YYYY-MM-DD> \
--checkout <YYYY-MM-DD> \
--rooms "<occupancy>" \
--limit 5--location"Tokyo""Shinjuku, Tokyo"--checkin--checkoutYYYY-MM-DD--rooms"2""2,5""2,3,8";"2;2,5""2"--limit--min-price--max-price--max-price 80--filtersfree_breakfastswimming_poolocean_viewall_inclusive--lat--lng{
"sessionId": "abc123",
"hotels": [
{
"hotelId": "h_001",
"name": "Park Hyatt Tokyo",
"rating": 9.2,
"star": 5,
"pricePerNight": 450,
"totalPrice": 1800,
"currency": "USD",
"packageId": "pkg_001",
"refundability": "free_cancellation_until_2026-04-29"
}
]
}sessionIdFound 5 hotels in Tokyo for May 1–5:
- Park Hyatt Tokyo — $450/night · 9.2/10 · Free cancellation until Apr 29
- Hotel Gracery Shinjuku — $180/night · 8.5/10 · Free breakfast
- ...
Want to see room options for any of these, or shall I go ahead and book one?
search-roombook-hotelNetwork error400 Bad RequestNo hotels found