pricewin-deal-finder

Comparación de precios de hoteles y ofertas en Booking, Agoda, Google Hotels y OpenTravel para fechas de viaje y número de huéspedes determinados. Útil para precios de hoteles, ofertas o comparar tarifas de OTA.

npx skills add https://github.com/price-win/pricewin-skills-hub --skill pricewin-deal-finder

PriceWin Deal Finder

🚨 IMPORTANT — HOW TO USE THIS SKILL

ONE command does everything. Run this as your FIRST action — no clarifying questions first:

cd {baseDir} && node bin/search.js "<city>" <checkInYYYY-MM-DD> <checkOutYYYY-MM-DD> <adults> en-us

{baseDir} is this skill's install directory (auto-resolved by the runtime). If your runtime does not substitute it, cd into the folder that contains this SKILL.md (the one with bin/search.js). Do NOT hardcode a ~/.hermes/... or ~/.openclaw/... path — it differs per platform.

Example:

cd {baseDir} && node bin/search.js "Hangzhou" 2026-06-10 2026-06-13 2 en-us

The script handles everything automatically: daemon launch, Agoda cache lookup, Google + Booking inline search, OpenTravel API lookup (all cities), discovery for new cities, and formatted tier-card output. Just run it and send the output to the user.

DO NOT ask clarifying questions first. Just run the command. Infer all parameters:

  • Year: use the current year from today's date unless the user states otherwise. If the requested day/month has already passed this year, assume next year. (Get today's date with date +%Y-%m-%d if unsure.)
  • "10-13/6"<year>-06-10 <year>-06-13 — fill <year> from the rule above
  • "2 guests" / "2 people"2 adults
  • Locale: language/region code passed to the OTAs (controls site language + region). Default en-us. Prices are in USD (Google Hotels is requested with gl=us&curr=USD); other sources follow the locale you pass.

DO NOT use any other approach. No Python scripts, no curl, no browser tools, no subagents. This one command is all you need.


🚨 CRITICAL RULES — FOLLOW EVERY TIME

RULE 0 — FORBIDDEN TOOLS. Read this twice. This skill drives a long-running Patchright daemon via the terminal tool ONLY. Your runtime exposes several other tools that LOOK convenient but are STRICTLY FORBIDDEN inside this skill:

browser_navigate / browser_open — FORBIDDEN ❌ browser_click — FORBIDDEN ❌ browser_type / browser_fill — FORBIDDEN ❌ browser_snapshot — FORBIDDEN ❌ browser_close — FORBIDDEN ❌ Any other browser_* native tool — FORBIDDEN ❌ delegate_task / spawn_agent / sub-agent delegation — FORBIDDEN

Why: those native tools spawn a vanilla Chromium without stealth, so Booking.com and Agoda detect the bot within seconds and the requests just hang until the runtime kills them with "Command timed out after 30/60 seconds". You will burn 5+ minutes on timeouts and the user will get nothing. The Patchright daemon launched via terminal survives bot-detection.

Delegated subagents start with empty history and no skill context — they will always fall back to Python/curl scraping, which gets bot-blocked immediately. This skill must run entirely in the current agent, using only the terminal tool.

✅ The ONLY allowed way to drive a browser in this skill is via terminal:

terminal: cd {baseDir} && node bin/search.js ...

RULE 1 — search.js handles everything. NEVER scrape an OTA yourself. Do not manually call browse.js commands, do not goto/click/type in the browser, do not build Agoda/Booking/Google URLs by hand, do not call the OpenTravel API separately, do not try to launch the daemon yourself. search.js already drives the stealth daemon through a careful flow that survives bot-detection — it handles Agoda discovery internally for EVERY city (including Chinese cities like Shanghai, Hangzhou, etc.). Manually navigating an OTA is the #1 cause of failure: it trips Agoda/Booking anti-bot ("detect automation", "redirect to homepage", "problem completing your search") and gets the IP blocked. Your ONLY job is to run search.js once and send its output. If you think a source is "missing", re-read RULE 4 — do NOT go fetch it by hand.

RULE 2 — First-time city discovery takes 2–4 minutes. If search.js output contains "discovering" or "launching" messages, tell the user: "First time searching this city — discovering selectors, this takes about 2–4 minutes..." and wait for the result. Do NOT retry or abort.

RULE 3 — Send the output exactly. search.js outputs formatted tier cards ready to send. Copy the output directly into your response. Do not reformat, summarize, or abbreviate it.

RULE 3a — PRESERVE MARKDOWN HYPERLINKS. Every hotel name in the output is already wrapped as [Hotel Name](https://booking-url...). This is a clickable hyperlink — DO NOT:

  • Strip the markdown and show the URL on a separate 🔗 https://... line
  • Replace [Hotel Name](url) with plain text
  • Capitalize OTA names ("google" stays "google", not "Google")
  • Rename sections — "📋 More good deals" stays exactly

The output is Telegram-MarkdownV2-ready. Sending it as-is gives the user clickable hotel names with hidden URLs (clean UI).

RULE 3b — If you DO add a suggestion / commentary section after the output, every hotel name you mention MUST also be a markdown hyperlink [Hotel Name](url) using the SAME URL the script printed for that hotel. Never write a hotel name as plain text in your own commentary.

RULE 4 — Partial results are NORMAL and acceptable. Never "fix" them by hand. A source can be absent from the output (e.g. Agoda blocked this run, or OpenTravel has no inventory for the city). That is FINE — send the tier cards with whatever sources are present. The footer (📊 N hotels | <sources> • prices in USD) lists exactly what was found. Do NOT try to fetch the missing source via the browser, a direct URL, or any other tool — that triggers anti-bot and makes things worse. If search.js errors out entirely, tell the user what failed in 1 line and show any partial output it printed above the error. If you want more coverage, the only valid retry is running the SAME search.js command again (anti-bot is often transient).


Output Format Reference

search.js prints tier cards in this format — you send this directly to the user:

The hotel name is a Markdown link to its cheapest OTA. Price rows carry NO links and the OTA key is shown lowercase (agoda/booking/google/opentravel). There are no star ratings or area lines — the script does not have that data.

🏨 <city> • <d1>–<d2> • <N> nights • <adults> guests
━━━━━━━━━━━━━━━━━━━━

🥇 BEST VALUE
[<Hotel Name>](<cheapest_link>)
  ✅ agoda      💰 <price>/night
     booking    💰 <price>/night
     opentravel 💰 <price>/night
     → Save <diff> vs Booking

🥈 CHEAPEST
[<Hotel Name>](<cheapest_link>)
  ✅ google     💰 <price>/night
     agoda      💰 <price>/night

🥉 QUALITY
[<Hotel Name>](<cheapest_link>)
  ✅ booking    💰 <price>/night
     agoda      💰 <price>/night

📋 More good deals
  — Agoda —
  • [<Hotel>](<agoda_link>) — agoda: <price> | booking: <price>
  — Booking —
  • [<Hotel>](<booking_link>) — booking: <price>
  — Google —
  • [<Hotel>](<google_link>) — google: <price>
  — OpenTravel —
  • [<Hotel>](<opentravel_link>) — opentravel: <price>

💡 Tip: <best Hotel Name>
   [Book on <OTA>](<link>) — <price>/night

📊 <N> hotels | <sources with data> • prices in USD

All prices are shown in USD. Agoda, Google and OpenTravel geo-lock to VND by IP and are converted via a live FX rate; Booking returns USD natively. Only sources that actually returned data are listed in the footer.


Limitations

  • First search per city pays the Agoda discovery cost (2–4 minutes). Google and Booking are inline (no discovery); OpenTravel is a direct API call.
  • Subsequent searches reuse the Agoda cache and complete in ~30–60 seconds.

Skills relacionadas

figma-create-design-system-rules
openai
Genera reglas personalizadas del sistema de diseño para la base de código del usuario. Úsalo cuando el usuario diga "crear reglas del sistema de diseño", "generar reglas para mi proyecto", "configurar diseño…
official
deepclaw-voice
deepgram
Configurar llamadas telefónicas a OpenClaw usando la API de Deepgram Voice Agent
official
react18-legacy-context
github
Proporciona el patrón de migración completo para la API de contexto heredada de React (contextTypes, childContextTypes, getChildContext) hacia la API moderna createContext. Use…
official
entra-agent-id
microsoft
Aprovisionar planos de identidad de agente de Microsoft Entra, BlueprintPrincipals e identidades de agente por instancia a través de Microsoft Graph, y configurar el intercambio de tokens OAuth 2.0 (fmi_path, OBO, entre inquilinos) incluyendo el SDK de Microsoft Entra para el sidecar AgentID. USAR PARA: Plano de identidad de agente, BlueprintPrincipal, OAuth de agente, intercambio de tokens fmi_path, OBO de agente, Federación de identidades de carga de trabajo para agentes, autenticación de agente políglota, Microsoft.Identity.Web.AgentIdentities. NO USAR PARA: aplicación estándar de Entra...
officialdevelopmentapi
gtm-0-to-1-launch
github
Lanzar nuevos productos desde la idea hasta los primeros clientes. Úsalo al lanzar productos, encontrar primeros adoptantes, crear guías de la semana de lanzamiento, diagnosticar por qué la adopción…
official
connection-properties
microsoft
Agente especializado en crear y mejorar las Propiedades de Conexión en archivos de recursos y README de Aspire.
official
training-report
samber
Generar un informe profesional de capacitación/taller como archivo .docx. Usar esta habilidad cada vez que el usuario mencione "informe de capacitación", "informe de taller", "compte rendu", "compte rendu de formation", "formation report", "debriefing a workshop", "write up a training session", "résumé de formation", o cualquier solicitud para documentar una sesión de capacitación, taller o evento de incorporación con comentarios y recomendaciones individuales de los participantes. También activar cuando el usuario diga cosas como "Acabo de dirigir un taller y...".
documentproductivitycommunication
youtube-thumbnail-design
qu-skills
Diseño de miniaturas de YouTube con dimensiones específicas, reglas de contraste y optimización para vista previa móvil. Cubre zonas seguras, colocación de texto, psicología de expresiones faciales y pruebas A/B. Útil para: miniaturas de YouTube, imágenes de portada de video, optimización de clics. Desencadenantes: miniatura de YouTube, diseño de miniatura, miniatura de video, tasa de clics, optimización de CTR, portada de YouTube, imagen de portada de video, creador de miniaturas, consejos para miniaturas, diseño de YouTube, imagen de vista previa de video
designvideocreative