From sundial-org-awesome-openclaw-skills-4
Searches flight status, routes, and delays via FlightAware data. Returns structured JSON with airline, origin/destination, times, and status codes.
How this skill is triggered — by the user, by Claude, or both
Slash command
/sundial-org-awesome-openclaw-skills-4:flightsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Track flight status, search routes, and monitor delays using FlightAware data.
Track flight status, search routes, and monitor delays using FlightAware data.
cd skills/flights
# Search flights by route
uv run python scripts/flights.py search PVD ORF --airline MX
# Get specific flight status
uv run python scripts/flights.py status MXY704
Search for Breeze flights PVD → ORF:
flights.py search PVD ORF --airline MX
Check specific flight:
flights.py status AA100
flights.py status MXY704 --date 2026-01-08
{
"flight": "MXY704",
"airline": "Breeze Airways",
"origin": "PVD",
"destination": "ORF",
"departure": "Thu 05:04PM EST",
"arrival": "06:41PM EST",
"status": "Scheduled / Delayed",
"aircraft": "BCS3"
}
Scheduled - Flight on timeScheduled / Delayed - Delay expectedEn Route / On Time - In the air, on timeEn Route / Delayed - In the air, running lateArrived / Gate Arrival - Landed and at gateCancelled - Flight cancelled| Code | Airline |
|---|---|
| MX/MXY | Breeze Airways |
| AA | American |
| DL | Delta |
| UA | United |
| WN | Southwest |
| B6 | JetBlue |
For more detailed data, set AVIATIONSTACK_API_KEY (free tier available at aviationstack.com).
cd skills/flights && uv sync
npx claudepluginhub joshuarweaver/cascade-ai-ml-agents-misc-2 --plugin sundial-org-awesome-openclaw-skills-4Tracks flights in real-time via AviationStack API, displaying status, gate info, delays, and live position in a Flighty-style formatted view.
Search public Air New Zealand fare snapshots and timetable data via lightweight CLI. No login or booking. Use for flight numbers, times, duration, stops on NZ domestic routes.
Track live aircraft positions with zero API keys — adsb.lol's open ADS-B network primary, OpenSky fallback, via curl: by callsign, registration, or area. Use when asked where is this flight right now, what planes are overhead, track a tail number, or is that flight in the air. Produces the live position with altitude, speed, and heading interpreted, the overhead list for a location, and the rerunnable command — with the positions-not-schedules boundary stated honestly.