Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
Version History
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.
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
- 1Run search.py with --city BCN, --checkin 2026-03-20, --checkout 2026-03-25, --ratings 4,5, --amenities WIFI
- 2Review returned hotel IDs and names
- 3Run offers.py with matching hotel IDs, --adults 2 to get current prices
- 4Run track.py --add for desired hotel with --target 120
- 5Confirm tracking is active with track.py --list
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.