# Pricewin Booking Assistant

> Recommend hotels and rooms, generate direct OTA booking links for Agoda and Booking.com. Use when booking a hotel, getting room recommendations, or generating booking links.

- **Type:** Skill
- **Install:** `agentstack add skill-price-win-pricewin-skills-hub-pricewin-booking-assistant`
- **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-booking-assistant

## Install

```sh
agentstack add skill-price-win-pricewin-skills-hub-pricewin-booking-assistant
```

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

## About

# Booking Assistant

**Server:** `pricewin` MCP. Orchestrates search → compare → recommend workflow across Agoda + Booking.com.

## Recommendation Algorithm

1. **Search**: `search_hotels` with city + guest count + budget filters
2. **Score**: rating × log(reviewCount + 1) — balances quality with credibility
3. **Rank**: top 3-5 hotels by score
4. **Compare**: `compare_hotel_prices` for each shortlisted hotel
5. **Recommend**: filter rooms by guest capacity → pick best value

## Booking Link Rules

- **NEVER invent URLs** — only use `url` from `providers[]` or room data
- Links go directly to OTA (Agoda/Booking.com) booking pages
- Always show the OTA source name alongside the link
- If multiple OTAs have the same room, show both with prices

## Multi-Hotel Comparison

When user wants to compare across hotels:
1. `search_hotels` with filters → get top candidates
2. `compare_hotel_prices` for each (parallel if possible)
3. Present side-by-side: hotel name, best room price, cancellation, rating

## Output Format

For each recommendation:
```
### Hotel Name ★★★★☆
- Rating: 8.5/10 (1,234 reviews)
- Best room: Deluxe Double — $85/night
- Free cancellation: Yes
- Book: [Agoda](url) | [Booking.com](url)
```

## Key Parameters

| Tool | When to Use |
|------|-------------|
| `search_hotels` | Initial discovery with filters |
| `get_hotel_details` | Deep dive on a specific hotel |
| `compare_hotel_prices` | Date-specific price comparison |
| `get_popular_hotels` | Quick recommendations without filters |
| `autocomplete_city` | Resolve city name to slug |

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-booking-assistant
- 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%.
