/install hotel-pricer
hotel-pricer Skill
A Go-based CLI for searching hotel availability and pricing using the Amadeus API.
Description
This skill allows the agent to find hotel deals by city, check-in/out dates, and number of guests. It securely manages Amadeus API credentials and provides formatted JSON output.
Prerequisites
go(for installation)- An Amadeus for Developers account with API Key and Secret.
Installation
The hotel-pricer binary must be compiled and placed in the system's PATH.
# From the hotel-pricer source directory
go build
sudo mv hotel-pricer /usr/local/bin/
Configuration
Credentials must be set before use.
hotel-pricer config set --api-key YOUR_API_KEY --api-secret YOUR_API_SECRET
Usage
Search for Hotels
hotel-pricer search --city \x3CIATA_CODE> --check-in \x3CYYYY-MM-DD> --check-out \x3CYYYY-MM-DD> [flags]
Example:
hotel-pricer search --city NYC --check-in 2024-12-24 --check-out 2024-12-28 --guests 2
Flags
--city, -c: City code (IATA) (required)--check-in, -i: Check-in date (YYYY-MM-DD) (required)--check-out, -o: Check-out date (YYYY-MM-DD) (required)--guests, -g: Number of guests (default: 1)--radius, -r: Search radius in kilometers (default: 20)
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install hotel-pricer - After installation, invoke the skill by name or use
/hotel-pricer - Provide required inputs per the skill's parameter spec and get structured output
What is Hotel Pricer?
Search hotels by city, dates, and guests using Amadeus API, returning availability and pricing in JSON format via a Go CLI tool. It is an AI Agent Skill for Claude Code / OpenClaw, with 685 downloads so far.
How do I install Hotel Pricer?
Run "/install hotel-pricer" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Hotel Pricer free?
Yes, Hotel Pricer is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Hotel Pricer support?
Hotel Pricer is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Hotel Pricer?
It is built and maintained by jrojas537 (@jrojas537); the current version is v1.1.1.