LaunchKit · 2026
Back to Skills

aviationstack-flight-tracker

Track flights in real-time.

0
1.8k downloads
by @copey02

Setup & Installation

openclaw skills install @copey02/aviationstack-flight-tracker

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

npx clawhub install aviationstack-flight-tracker

What This Skill Does

Tracks flights worldwide using the AviationStack API and displays status, gate info, delays, and live position in a formatted output. Accepts IATA flight codes like AA100 or BA123. Covers 250+ countries and 13,000+ airlines.

Combines real-time position, gate, delay, and status data into one formatted view without switching between airline apps or flight tracking websites.

When to use it

  • Checking if a connecting flight is delayed before leaving for the airport
  • Looking up gate and terminal info for a pickup
  • Monitoring a family member's flight arrival time
  • Verifying a flight's live altitude and speed while airborne
  • Confirming whether a cancelled flight has been rescheduled

Example Workflow

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

INPUT

User asks: track flight UA2402

AGENT
  1. 1Extract flight number UA2402 from the request
  2. 2Run scripts/track_flight.py UA2402
  3. 3Parse the formatted output showing departure/arrival airports, gate, status, and delay
  4. 4Present the result to the user with visual status indicators
OUTPUT

Formatted flight card showing United 2402 status, departure/arrival gates, scheduled vs actual times, and current position if airborne

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 available at aviationstack.com/signup/free)