From sundial-org-awesome-openclaw-skills-4
Tracks flights in real-time via AviationStack API, displaying status, gate info, delays, and live position in a Flighty-style formatted view.
How this skill is triggered — by the user, by Claude, or both
Slash command
/sundial-org-awesome-openclaw-skills-4:flight-tracker-2The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Track any flight worldwide using AviationStack API and display in a clean, Flighty-style format.
Track any flight worldwide using AviationStack API and display in a clean, Flighty-style format.
Track a flight by its IATA code:
scripts/track_flight.py AA100
scripts/track_flight.py UA2402
scripts/track_flight.py BA123
Before using this skill, you need an API key (one-time setup):
export AVIATIONSTACK_API_KEY='your-key-here'
pip3 install requests
For detailed setup instructions, see api-setup.md.
The skill displays flight information in a clean, readable format with:
Status indicators:
Get raw JSON data:
scripts/track_flight.py AA100 --json
Check help:
scripts/track_flight.py --help
When a user asks to track a flight:
--json flagAccept IATA flight codes:
The script automatically converts to uppercase and handles the lookup.
The script handles common errors:
Free tier: 100 requests/month. Track usage to stay within limits. For heavy usage, consider upgrading or alternative APIs (see references/api-setup.md).
npx claudepluginhub joshuarweaver/cascade-ai-ml-agents-misc-2 --plugin sundial-org-awesome-openclaw-skills-4Searches flight status, routes, and delays via FlightAware data. Returns structured JSON with airline, origin/destination, times, and status codes.
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.
Query live public New Zealand airport arrivals and departures data for supported airports through a lightweight read-only CLI. Use when the task involves current flight board data for Auckland, Christchurch, Queenstown, or Wellington airports, or live ADS-B aircraft positions near Auckland Airport.