agentsclimarketplace

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.

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.

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

Keep looking

Skills are one crate of 328,083. 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.