Multi-engine flight search skill for OpenClaw. Searches any origin → any destination across 11+ booking sites and airline websites simultaneously. Uses browser automation — no API keys needed.
- 11 sites: Google Flights, Kayak, eDreams, Qatar Airways, Emirates, Saudia, Air China, China Eastern, China Southern, Turkish Airlines, Etihad
- Any origin/destination worldwide, any dates
- Configurable budget & baggage filters
- Compares results across sites, deduplicates, sorts by price
- Returns: price (EUR), airline, flight numbers, layovers, duration, baggage allowance
| Site | Status |
|---|---|
| Google Flights | ✅ Works |
| Kayak | ✅ Works |
| eDreams | ✅ Works |
| Qatar Airways | ✅ Works |
| Emirates | ✅ Works |
| Saudia | ✅ Works (2×23kg) |
| Air China | ✅ Works (2×23kg) |
| China Eastern | ✅ Works (2×23kg) |
| China Southern | ✅ Works (2×23kg) |
| Turkish Airlines | ✅ Works |
| Etihad | ✅ Works |
| Skyscanner | ❌ Blocked (PerimeterX) |
# via ClawHub
clawhub install skysearch
# or manual
git clone https://github.com/Steve-reyes/Skysearch.git
cp -r Skysearch ~/.openclaw/workspace/skills/skysearchThen add to openclaw.json → agents.defaults.skills: "skysearch"
Restart: openclaw gateway restart
In OpenClaw:
skysearch Madrid-Ph June10-july9
search flights on kayak Barcelona-Tokyo may1-may15
compare flights London-Dubai august for 1 week
search qatar airways for MAD-MNL june20-july19
Loads the relevant site reference → opens browser → fills the search form → scraps results → normalizes data → compares across sites.
Booking requires login on most sites. Use the flight details (flight numbers, dates, times) to book directly.
Skill for OpenClaw agent platform. README