Loading...
Loading...
Get room types and rate packages for a specific hotel. Use this skill after search-hotel when the user wants to explore room options, see different rate plans, compare meal plans (breakfast included vs not), check refundability, or pick a specific room before booking. Triggers on phrases like "show me the rooms at hotel X", "what room types are available", "I want a different rate plan", "is breakfast included".
npx skill4agent add justintravala/travel-skills search-roomsearch-hotelsearch-hotelsearch-hotelsessionIdhotelIdsearch-hotelsessionIdsearch-hotelnpx @tvl-justin/travel-cli@latest search-package \
--hotel-id "<hotelId>" \
--session-id "<sessionId>" \
--checkin <YYYY-MM-DD> \
--checkout <YYYY-MM-DD>--checkin--checkoutsearch-hotelnpx @tvl-justin/travel-cli@latest search-package \
--hotel-id "h_001" \
--session-id "abc123" \
--checkin 2026-05-02 \
--checkout 2026-05-06 \
--rooms "2,8"{
"sessionId": "abc123",
"hotelId": "h_001",
"hotelName": "Park Hyatt Tokyo",
"options": [
{
"packageId": "pkg_a",
"roomName": "Park Deluxe King",
"mealType": "Breakfast included",
"totalPriceAllRoomsUSD": 1800,
"totalPricePerNightAllRoomsUSD": 450,
"refundability": "Refundable",
"nights": 4,
"availableRooms": 3
}
]
}Park Hyatt Tokyo — 4 nights, May 1–5:
- Park Deluxe King — $450/night · Breakfast included · Free cancellation
- Park Deluxe King — $400/night · Room only · Non-refundable
- Park Suite — $720/night · Breakfast + dinner · Free cancellation
Which one would you like to book?
packageIdbook-hoteloptionssearch-hotelcancellation.time_remaining_human