Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Track flight status, delays, and search routes. Uses FlightAware data.
.claude/skills/sundial-org-flights/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-04 | ✗→✓ | ▲ Improved | -28% | 0% |
| case-05 | ✗→✓ | ▲ Improved | -41% | 0% |
| case-06 | ✗→✓ | ▲ Improved | -32% | 0% |
| case-09 | ✗→✓ | ▲ Improved | -49% | 0% |
| case-10 | ✗→✓ | ▲ Improved | -41% | 0% |
Track flight status, search routes, and monitor delays using FlightAware data.
bashcd 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:
bashflights.py search PVD ORF --airline MX
Check specific flight:
bashflights.py status AA100 flights.py status MXY704 --date 2026-01-08
json{ "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).
bashcd skills/flights && uv sync
Other measured skills in the registry, with their headline benchmark lift.