pricewin-deal-finder
The PriceWin Deal Finder provides hotel price comparisons and deals across Booking, Agoda, Google Hotels, and OpenTravel. It uses a stealth daemon to bypass bot detection and outputs formatted markdown tier cards.
Is pricewin-deal-finder safe to install?
Review the source first: our audit of pricewin-deal-finder's source files found 1 shell command, 1 external URL, file reads and writes (high risk). Every command and URL listed appears verbatim in the skill's source. The skill executes shell commands to run a Node.js script and performs network requests to travel APIs and booking platforms.
How we audit skills: our security review methodology.
Who is this skill for?
Users seeking hotel price comparisons and travel deals across multiple online travel agencies.
What can you do with it?
- Comparing hotel rates across Booking, Agoda, Google Hotels, and OpenTravel
- Finding hotel deals for specific travel dates and guest counts
- Retrieving formatted hotel tier cards with direct booking links
How good is this skill?
Quality score: 5/10. The skill provides clear, strict instructions for execution and error handling, specifically addressing bot-detection risks.
What does the skill file contain?
# PriceWin Deal Finder
## šØ IMPORTANT ā HOW TO USE THIS SKILL
**ONE command does everything. Run this as your FIRST action ā no clarifying questions first:**
```bash
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:
```bash
cd {baseDir} && nod...Frequently asked questions
How do I use this skill?
Run the command 'cd {baseDir} && node bin/search.js "<city>" <checkInYYYY-MM-DD> <checkOutYYYY-MM-DD> <adults> en-us' as your first action.
Why does the search take several minutes?
First-time city discovery requires 2ā4 minutes to discover selectors and launch the stealth daemon.
Can I use browser tools to scrape missing data?
No. Manually navigating OTAs triggers anti-bot protections. You must rely solely on the output of the search.js script.
Related skills
google-agents-cli-adk-code
42.7KDevelopers using the Google ADK Python SDK to build and maintain agent code
The google-agents-cli-adk-code skill provides a reference for Python ADK API patterns, including agent definitions, tool creation, callbacks, and state management. It serves as a guide for developers building agents with the Google Agent Development Kit.
nblm
6.3KUsers who need to query Google NotebookLM notebooks directly from their development environment for citation-backed information
The nblm skill provides an interface for Claude Code to interact with Google NotebookLM. It enables users to query notebooks for source-grounded answers, manage notebook libraries, and generate media artifacts like podcasts, slide decks, and infographics.
ljg-travel
5.8KUsers planning deep cultural travel who require archaeological-style desk-based assessments of cities
A travel research workflow that generates structured org-mode knowledge documents and portable PNG reference cards for cultural travel, focusing on museums, ancient architecture, and archaeological sites.
seo-google
1.7KSEO professionals, web developers, and site owners who need to integrate Google's official performance and search data into their workflows
The seo-google skill provides an interface to Google SEO APIs, including Search Console, PageSpeed Insights, CrUX, Indexing API, GA4, YouTube, and Google Ads Keyword Planner. It enables users to retrieve real-time field data for Core Web Vitals, indexation status, search performance, and organic traffic trends.