
pricewin-booking-assistant
by price-win ยท part of price-win/pricewin-skills-hub
Recommend hotels and rooms, generate direct OTA booking links for Agoda and Booking.com. Use when booking a hotel, getting room recommendations, or generating booking links.
This is the playbook your agent receives when the skill activates โ you don't need to read it to use the skill, but it's here to audit before installing.
Booking Assistant
Server: pricewin MCP. Orchestrates search โ compare โ recommend workflow across Agoda + Booking.com.
Recommendation Algorithm
- Search:
search_hotelswith city + guest count + budget filters - Score: rating ร log(reviewCount + 1) โ balances quality with credibility
- Rank: top 3-5 hotels by score
- Compare:
compare_hotel_pricesfor each shortlisted hotel - Recommend: filter rooms by guest capacity โ pick best value
Booking Link Rules
- NEVER invent URLs โ only use
urlfromproviders[]or room data - Links go directly to OTA (Agoda/Booking.com) booking pages
- Always show the OTA source name alongside the link
- If multiple OTAs have the same room, show both with prices
Multi-Hotel Comparison
When user wants to compare across hotels:
search_hotelswith filters โ get top candidatescompare_hotel_pricesfor each (parallel if possible)- Present side-by-side: hotel name, best room price, cancellation, rating
Output Format
For each recommendation:
### Hotel Name โ
โ
โ
โ
โ
- Rating: 8.5/10 (1,234 reviews)
- Best room: Deluxe Double โ $85/night
- Free cancellation: Yes
- Book: [Agoda](https://github.com/Price-Win/pricewin-skills-hub/blob/main/skills/pricewin-booking-assistant/url) | [Booking.com](https://github.com/Price-Win/pricewin-skills-hub/blob/main/skills/pricewin-booking-assistant/url)Key Parameters
| Tool | When to Use |
|---|---|
search_hotels | Initial discovery with filters |
get_hotel_details | Deep dive on a specific hotel |
compare_hotel_prices | Date-specific price comparison |
get_popular_hotels | Quick recommendations without filters |
autocomplete_city | Resolve city name to slug |
Payload shapes: reference.md.
npx skills add https://github.com/price-win/pricewin-skills-hub --skill pricewin-booking-assistantRun this in your project โ your agent picks the skill up automatically.
No common issues documented yet. If you hit a problem, the repository's GitHub Issues page is the best place to look.
Licensed under MIT-0โ you can use, modify, and redistribute it under that license's terms.
View the full license file on GitHub โ