amadeus-flightsQuery flight offers (price, schedule, availability) via Amadeus API. Use when user asks about flight/机票/航班 prices, schedules, or availability.
Install via ClawdBot CLI:
clawdbot install kirorab/amadeus-flightsQuery real-time flight offers including price, schedule, stops, and seat availability.
Set environment variables (or hardcoded defaults are used):
export AMADEUS_API_KEY=your_key
export AMADEUS_API_SECRET=your_secret
# For production (real data):
export AMADEUS_BASE_URL=https://api.amadeus.com
node {baseDir}/scripts/query.mjs <FROM_IATA> <TO_IATA> [-d YYYY-MM-DD] [options]
# Hong Kong to Shanghai
node {baseDir}/scripts/query.mjs HKG PVG -d 2026-02-25
# Direct flights only
node {baseDir}/scripts/query.mjs SWA HGH -d 2026-02-24 --direct
# Business class
node {baseDir}/scripts/query.mjs HKG PVG -d 2026-02-25 -c BUSINESS
# JSON output
node {baseDir}/scripts/query.mjs HKG PVG -d 2026-02-25 --json
-d, --date : Departure date (default: today)-a, --adults : Number of adults (default: 1)-c, --class : ECONOMY, PREMIUM_ECONOMY, BUSINESS, FIRST--direct: Non-stop flights only-n, --max : Max results (default: 20)--currency : Currency code (default: CNY)--json: Raw JSON outputnode {baseDir}/scripts/airports.mjs 揭阳 # → SWA
node {baseDir}/scripts/airports.mjs 杭州 # → HGH
node {baseDir}/scripts/airports.mjs tokyo # API lookup
Built-in mappings for 40+ Chinese cities. Falls back to Amadeus API for others.
AMADEUS_BASE_URL=https://api.amadeus.comGenerated Feb 25, 2026
Travel agents use this skill to quickly query real-time flight offers for clients, including prices, schedules, and availability. It helps them compare options across airlines and classes to provide tailored recommendations, improving customer service and booking efficiency.
Companies integrate this skill into their travel management systems to monitor flight costs and availability for employee business trips. It enables automated queries for direct flights or specific classes, aiding in budget control and travel policy compliance.
Online platforms use this skill to aggregate flight data from the Amadeus API, displaying real-time prices and schedules to users. It supports filtering by date, class, and direct flights, enhancing user experience with accurate, up-to-date information.
Airports deploy this skill in kiosks to help travelers look up flight options and airport codes. With built-in mappings for Chinese cities, it assists in finding routes and schedules, reducing congestion at information desks.
Mobile apps incorporate this skill to allow users to search for flights based on departure and destination IATA codes. It provides options for customizing searches by date, class, and direct flights, aiding in trip planning and cost estimation.
Offer basic flight query services for free with limited calls, then charge for premium features like increased API limits, advanced filtering, or real-time data. Revenue comes from subscription fees or pay-per-use charges for high-volume users.
License this skill to travel agencies or corporate clients as a white-label tool integrated into their platforms. Revenue is generated through licensing fees or revenue-sharing agreements based on bookings facilitated by the queries.
Use the flight query data to provide analytics reports on pricing trends, route popularity, or market demand to airlines and travel companies. Revenue comes from selling these insights or customized dashboards.
💬 Integration Tip
Ensure environment variables for API keys are securely set, and switch to the production base URL for real data to avoid using simulated test responses.
Foodora-only CLI for checking past orders and active order status (Deliveroo WIP).
Reorder Foodora orders + track ETA/status with ordercli. Never confirm without explicit user approval. Triggers: order food, reorder, track ETA.
Google Maps integration for OpenClaw with Routes API. Use for: (1) Distance/travel time calculations with traffic prediction, (2) Turn-by-turn directions, (3...
Flight tracking and scheduling. Track live flights in real-time by region, callsign, or airport using OpenSky Network. Search flight schedules between airports. Use for queries like "What flights are over Switzerland?" or "When do flights from Hamburg arrive in Zurich?" or "Track flight SWR123".
Use when the user asks to "find flights", "compare itineraries", "search hidden-city routes", "check cheapest dates", "explore destinations", "search hotels"...
Comprehensive travel planning, booking, and management skill. Use when needing to plan international trips, manage multi-destination itineraries, handle family travel logistics, optimize travel costs, and coordinate complex travel arrangements.