This automates Google Hotels searches through browser control to pull current prices, ratings, and availability. The implementation is impressively optimized: it encodes check-in and check-out dates directly into the URL using a base64 protobuf scheme, so you can load results in three commands instead of ten. Good for comparing hotels across neighborhoods or finding options near landmarks. The source explicitly bans navigating to booking sites during search, which keeps things fast but means you're stuck with whatever Google surfaces. Works well for quick price checks, less so if you need to dig into a specific OTA's inventory or chase down that boutique hotel Google hasn't indexed yet.
npx skills add https://github.com/skillhq/hotel-search --skill google-hotels