aviationstack

Installation
SKILL.md

Troubleshooting

If requests fail, run zero doctor check-connector --env-name AVIATIONSTACK_TOKEN or zero doctor check-connector --url https://api.aviationstack.com/v1/flights --method GET.

How to Use

AviationStack authenticates with an access key passed as the access_key query parameter on every request. The base URL is https://api.aviationstack.com.

1. Real-time flights by flight number

curl -s -G "https://api.aviationstack.com/v1/flights" \
  --data-urlencode "flight_iata=UA889" \
  --data-urlencode "access_key=$AVIATIONSTACK_TOKEN"

2. All flights departing from an airport

Installs
8
GitHub Stars
64
First Seen
May 19, 2026
aviationstack — vm0-ai/vm0-skills