agentsclimarketplace

Pricewin booking assistant

Skill Price-Win/pricewin-skills-hub/skills/pricewin-booking-assistant

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

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

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.

SKILL.md

1.8 KB, as published. Nobody here has run it

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

ToolWhen to Use
search_hotelsInitial discovery with filters
get_hotel_detailsDeep dive on a specific hotel
compare_hotel_pricesDate-specific price comparison
get_popular_hotelsQuick recommendations without filters
autocomplete_cityResolve city name to slug

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.