Pricewin price comparison
Skill Price-Win/pricewin-skills-hub/skills/pricewin-price-comparison
Agent skills for hotel search & OTA price comparison (Agoda · Booking · Google Hotels · OpenTravel) — SKILL.md for OpenClaw, Hermes, Claude Code.
npx -y skills add Price-Win/pricewin-skills-hub --skill pricewin-price-comparisonAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Compare hotel room prices across Agoda and Booking.com for specific dates. Use when comparing prices, checking room rates, or finding the best deal.
SKILL.md
1.6 KB, as published. Nobody here has run it
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.