airfrance-afkl
Installation
SKILL.md
Air France (AFKL Open Data) flight tracker
Quick start (one-off status)
- Create an API key (and optional secret)
- Register on: https://developer.airfranceklm.com
- Subscribe to the Open Data product(s) you need (at least Flight Status API)
- Generate credentials (API key; some accounts also provide an API secret)
- Provide API credentials (do not print them):
- Preferred: env vars
AFKL_API_KEY(and optionalAFKL_API_SECRET) - Or files in your state dir (
CLAWDBOT_STATE_DIRor./state):afkl_api_key.txt(chmod 600)afkl_api_secret.txt(chmod 600, optional)
- Query flight status:
- Run:
node skills/airfrance-afkl/scripts/afkl_flightstatus_query.mjs --carrier AF --flight 7 --origin JFK --dep-date 2026-01-29