Integrations
Live flight & hotel data in OpenClaw
Install the ClawHub skill and your OpenClaw agent searches live Google Flights, with a second listing alongside for live Booking.com hotel rates.
- Google's price band + a low | typical | high verdict on every fare
- Bring your own key: usage bills to your own RapidAPI plan, never ours
- Live Booking.com rates too, with
proxy_countryper-market pricing
Free tier: 10 requests/month. No card to try.
clawhub install mtnrabi/google-flights-realtime-apiAlso available: clawhub.ai/mtnrabi/booking-hotel-search for hotels. The skill wraps the same live API with your key.
Connect
Install the ClawHub skill
- 1
Get a RapidAPI key
Subscribe on the listing’s pricing tab. The free tier needs no card. The skills bill every call to your own subscription.
- 2
Install from ClawHub
Run the install line above for flights. Hotels is its own listing: clawhub install mtnrabi/booking-hotel-search. One RapidAPI key covers both once you subscribe to each listing.
- 3
Give it your key
Configure your RapidAPI key where each skill’s listing asks for it. The skills wrap the live API with your key, so usage meters on your own plan.
Ask it
Five things to say, verbatim
Once installed, plain requests route to the skills: these all work as written.
“Search one-way flights LHR to JFK on October 13, max one stop, and tell me if any fare is below Google’s usual range.”
“Find the cheapest date to fly LIS to JFK in November.”
“Round trip JFK to CDG, October 6 to 13. Give me the three best-value options with booking links.”
“Find hotels in Lisbon for October 9 to 12 with free cancellation and a review score above 8.”
“Check the Rixos Sungate in Antalya for October 5 to 10: is it available, and at what rate?”
The listings
Both ClawHub listings
Verified live: clawhub.ai/mtnrabi/google-flights-realtime-api and clawhub.ai/mtnrabi/booking-hotel-search.
mtnrabi/google-flights-realtime-apiClawHub · flights“Search Google Flights for real-time one-way and round-trip flight deals” (the listing’s own description). Fares return with Google’s price band, the low | typical | high verdict, and a buy_link.
mtnrabi/booking-hotel-searchClawHub · hotels“Search Booking.com for real-time hotel availability, prices, and room details” (the listing’s own description). Includes proxy_country for pricing the same room from different markets.
Recipes
Seven things to build in OpenClaw
Each one is a full page: the connect block, the prompt, the exact call it makes, and the response fields your logic reads.
One-way flight search
Flights API · search_oneway_flights
Round-trip search
Flights API · search_roundtrip_flights
Price-insights check
Flights API · search_oneway_flights
Cheapest-date scan
Flights API · search_oneway_flights
Hotel search
Hotels API · search_hotels
Rate-parity check
Hotels API · find_hotel_by_name
Fare-alert cron
Flights API · search_oneway_flights
Questions, answered plainly
- Is my key billed to me?
- Yes. The skills use your own RapidAPI key, so every call meters against your own subscription. There is no FlightPowers account and no second bill.
- Does this need a server of mine?
- No. The skills run inside your OpenClaw agent and call the hosted API over the network: nothing to deploy or keep warm.
- Can I use MCP instead of the skills?
- Yes. The same API runs hosted MCP servers at flights.flightpowers.com/mcp and hotels.flightpowers.com/mcp. If your OpenClaw setup speaks MCP, a URL plus your key connects it the same way.
- Which plan do I need?
- The free tier is 10 requests/month with a hard cap: enough to verify your key, not to run an agent on. The $10 PRO plan (2,500 requests/month on flights) is the realistic floor; every plan includes every endpoint.
Elsewhere
The same data in the rest of your stack
Ready to judge a fare, not just fetch it?
Live Google Flights and Booking.com data, with the price band and verdict attached to every result. Free tier on RapidAPI, no card to try.
Free tier: 10 requests/month. No card to try.