/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)
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install hotel-pricer - 安装完成后,直接呼叫该 Skill 的名称或使用
/hotel-pricer触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Hotel Pricer 是什么?
Search hotels by city, dates, and guests using Amadeus API, returning availability and pricing in JSON format via a Go CLI tool. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 685 次。
如何安装 Hotel Pricer?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install hotel-pricer」即可一键安装,无需额外配置。
Hotel Pricer 是免费的吗?
是的,Hotel Pricer 完全免费(开源免费),可自由下载、安装和使用。
Hotel Pricer 支持哪些平台?
Hotel Pricer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Hotel Pricer?
由 jrojas537(@jrojas537)开发并维护,当前版本 v1.1.1。