LaunchKit · 2026
Back to Skills

copey-flight-tracker

Track flights in real-time with detailed status.

0
1.7k downloads
by @copey02

Setup & Installation

openclaw skills install @copey02/copey-flight-tracker

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install copey-flight-tracker

What This Skill Does

Tracks any flight worldwide by IATA flight number using the AviationStack API. Returns real-time status, gate and terminal info, departure/arrival times, delay calculations, and live position data when the flight is airborne. Output mirrors the layout of dedicated flight tracking apps.

Combines status, gate, position, and delay data into a single formatted view without switching between multiple airline or airport apps.

When to use it

  • Checking if a connecting flight is on time before leaving for the airport
  • Looking up gate assignments for a flight you're meeting someone on
  • Monitoring a delayed flight to adjust pickup timing
  • Verifying a flight landed safely after losing contact with a traveler
  • Pulling raw flight JSON for use in a trip-planning script

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: track flight BA123

AGENT
  1. 1Extract flight number BA123 from the request
  2. 2Run scripts/track_flight.py BA123
  3. 3Parse the formatted output for airline, route, gate, status, and delay info
  4. 4Present the structured flight summary to the user
OUTPUT

Formatted flight card showing British Airways BA123: departure terminal/gate, scheduled vs actual times, current status (e.g. En-route), live altitude and speed, and estimated arrival

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

AVIATIONSTACK_API_KEY environment variableAviationStack account (free tier at aviationstack.com/signup/free, 100 requests/month)