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

- **Type:** Skill
- **Install:** `agentstack add skill-price-win-pricewin-skills-hub-pricewin-price-comparison`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [Price-Win](https://agentstack.voostack.com/s/price-win)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT-0
- **Upstream author:** [Price-Win](https://github.com/Price-Win)
- **Source:** https://github.com/Price-Win/pricewin-skills-hub/tree/main/skills/pricewin-price-comparison

## Install

```sh
agentstack add skill-price-win-pricewin-skills-hub-pricewin-price-comparison
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# 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.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](reference.md).

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [Price-Win](https://github.com/Price-Win)
- **Source:** [Price-Win/pricewin-skills-hub](https://github.com/Price-Win/pricewin-skills-hub)
- **License:** MIT-0

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-price-win-pricewin-skills-hub-pricewin-price-comparison
- Seller: https://agentstack.voostack.com/s/price-win
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
