LaunchKit · 2026
Back to Skills

amadeus-hotels

Search hotel prices and availability via Amadeus API.

1
1.9k downloads
by @kesslerio

Setup & Installation

openclaw skills install @kesslerio/amadeus-hotels

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install amadeus-hotels

Version History

v1.0.2Feb 2, 2026 - Version note by skill developer:

Add pricing disclaimer: API returns net/wholesale rates, not retail prices

What This Skill Does

Connects to the Amadeus Self-Service API to search hotel availability, compare prices, and retrieve room details by city code or coordinates. Supports filtering by amenities and star ratings, and can track target prices with cron-based alerts. Prices returned are B2B/net rates, not retail consumer prices.

Combines hotel search, offer comparison, sentiment ratings, and price tracking in one skill rather than requiring separate tools or manual checks across booking sites.

When to use it

  • Finding hotels in Paris with a pool and spa for a family trip
  • Comparing room prices across multiple hotels before booking
  • Setting a price alert for a Tokyo hotel during cherry blossom season
  • Checking cancellation policies and room details before committing
  • Monitoring hotel prices twice daily via scheduled cron job

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: Find 4-star hotels in Barcelona with WiFi for March 20-25, 2 adults, and alert me if any drop below $120/night

AGENT
  1. 1Run search.py with --city BCN, --checkin 2026-03-20, --checkout 2026-03-25, --ratings 4,5, --amenities WIFI
  2. 2Review returned hotel IDs and names
  3. 3Run offers.py with matching hotel IDs, --adults 2 to get current prices
  4. 4Run track.py --add for desired hotel with --target 120
  5. 5Confirm tracking is active with track.py --list
OUTPUT

List of matching Barcelona hotels with prices and ratings, plus confirmation that price tracking is set to alert below $120/night

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

AMADEUS_API_KEY environment variableAMADEUS_API_SECRET environment variableAmadeus Self-Service account at developers.amadeus.comProduction access approval in Amadeus dashboard (for real booking prices)