agentsclimarketplace

Pricewin price comparison

Skill Price-Win/pricewin-skills-hub/skills/pricewin-price-comparison

Compare hotel room prices across Agoda and Booking.com for specific dates. Use when comparing prices, checking room rates, or finding the best deal.From its SKILL.md

Install
npx -y skills add Price-Win/pricewin-skills-hub --skill pricewin-price-comparison

Assembled 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.

SKILL.md

1.6 KB, 355 tokens by cl100k_base, 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.
ParamFormatNotes
slugstringFrom search results, e.g. vinpearl-resort-nha-trang
checkInYYYY-MM-DDMust be today or future
checkOutYYYY-MM-DDMust be after checkIn

Source Interpretation

  • source: "booking" → live crawl from Booking.com
  • source: "stored" → cached data; check crawledAt for freshness

Pricing Rules

  • pricePerNight: per-night rate
  • price: total stay cost
  • originalPrice: pre-discount price (if available)
  • Currency: usually USD
  • Free cancellation: cancellable: true — prefer these when price difference is small

Workflow

  1. Get slug from search_hotels or autocomplete_city → get_hotel_details
  2. Call compare_hotel_prices with dates for ranked comparison
  3. Present cheapest + best-cancellable options with OTA booking links

Payload shapes: reference.md.

What ships with it: 3 files

9.3 KB alongside SKILL.md

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.