Loading...
Loading...
Hotel booking assistant. Use this skill whenever a user asks about booking hotels, searching for accommodation, or making hotel reservations. Guides users through search → select → pay → confirm. No API key required from users.
npx skill4agent add ryan-nnn/liteapi-hotels-skill liteapi-hotelspython "[SKILL_DIR]/scripts/search.py" \
--city "Shanghai" --country "CN" \
--checkin "2026-06-01" --checkout "2026-06-03" \
--adults 2 --currency "CNY"1. Grand Hyatt Shanghai ⭐5
¥1,280/night · Deluxe King Room · Free cancellation available
2. Waldorf Astoria on the Bund ⭐5
¥2,100/night · Classic Room · Non-refundablepython "[SKILL_DIR]/scripts/prebook.py" \
--offer-id "OFFER_ID" \
--first-name "Wei" --last-name "Zhang" \
--email "zhang@example.com" \
--hotel-name "Grand Hyatt Shanghai" \
--room-name "Deluxe King Room" \
--checkin "2026-06-01" --checkout "2026-06-03"priceChangedpaymentUrl✅ Room locked successfully!
Please click the link below to complete payment (valid for 10 minutes):
🔗 [Pay Now](https://your-backend.railway.app/pay/xxx)
Your reservation will be automatically confirmed after payment, and a confirmation email will be sent to your inbox.