
pricewin-price-comparison
by price-win ยท part of price-win/pricewin-skills-hub
Compare hotel room prices across Agoda and Booking.com for specific dates. Use when comparing prices, checking room rates, or finding the best deal.
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.
Price Comparison
Server: pricewin MCP. Queries real-time and cached room prices from Agoda + Booking.com.
Tools
- get_hotel_prices: slug (req), checkIn (req), checkOut (req). Raw room list with per-night and total prices.
- compare_hotel_prices: slug (req), checkIn (req), checkOut (req). Smart comparison: sorted by price, cheapest + best-cancellable highlighted, savings calculated.
- get_hotel_details: slug (req), locale. Full hotel info including room types and provider links.
| Param | Format | Notes |
|---|---|---|
| slug | string | From search results, e.g. vinpearl-resort-nha-trang |
| checkIn | YYYY-MM-DD | Must be today or future |
| checkOut | YYYY-MM-DD | Must be after checkIn |
Source Interpretation
source: "booking"โ live crawl from Booking.comsource: "stored"โ cached data; checkcrawledAtfor freshness
Pricing Rules
pricePerNight: per-night rateprice: total stay costoriginalPrice: pre-discount price (if available)- Currency: usually USD
- Free cancellation:
cancellable: trueโ prefer these when price difference is small
Workflow
- Get slug from
search_hotelsorautocomplete_cityโget_hotel_details - Call
compare_hotel_priceswith dates for ranked comparison - Present cheapest + best-cancellable options with OTA booking links
Payload shapes: reference.md.
npx skills add https://github.com/price-win/pricewin-skills-hub --skill pricewin-price-comparisonRun 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 โ