airfrance-afklTrack Air France flights using the Air France–KLM Open Data APIs (Flight Status). Use when the user gives a flight number/date (e.g., AF007 on 2026-01-29) and wants monitoring, alerts (delay/gate/aircraft changes), or analysis (previous-flight chain, aircraft tail number → cabin recency / Wi‑Fi). Also use when setting up or tuning polling schedules within API rate limits.
Install via ClawdBot CLI:
clawdbot install iclems/airfrance-afkl1) Create an API key (and optional secret)
2) Provide API credentials (do not print them):
AFKL_API_KEY (and optional AFKL_API_SECRET)CLAWDBOT_STATE_DIR or ./state):afkl_api_key.txt (chmod 600)afkl_api_secret.txt (chmod 600, optional)2) Query flight status:
node skills/airfrance-afkl/scripts/afkl_flightstatus_query.mjs --carrier AF --flight 7 --origin JFK --dep-date 2026-01-29Notes:
Accept: / (API returns application/hal+json).Use when the user wants proactive updates.
node skills/airfrance-afkl/scripts/afkl_watch_flight.mjs --carrier AF --flight 7 --origin JFK --dep-date 2026-01-29What it does:
flightRelations.previousFlightData.id) up to a configurable depth and alerts if a previous segment is delayed/cancelled.Polling strategy (default):
Implementation detail: run cron every 5–15 min, but the script self-throttles using a state file so it won’t hit the API when it’s not time. The watcher prints no output when nothing changed (so cron jobs can send only when stdout is non-empty).
Preferred user-facing format:
AF7 demain / AF7 jeudiInterpretation rule:
Implementation notes:
(For scripts, still pass --origin + --dep-date YYYY-MM-DD.)
See references/fields.md for:
flightRelations (prev/next)places.* (terminal/gate/check-in zone)times.* (scheduled/estimated/latest/actual)aircraft (type, registration)When aircraft registration is available:
Be conservative:
AI Usage Analysis
Analysis is being generated… refresh in a few seconds.
Automatically update Clawdbot and all installed skills once daily. Runs via cron, checks for updates, applies them, and messages the user with a summary of what changed.
Full desktop computer use for headless Linux servers. Xvfb + XFCE virtual desktop with xdotool automation. 17 actions (click, type, scroll, screenshot, drag,...
Essential Docker commands and workflows for container management, image operations, and debugging.
Tool discovery and shell one-liner reference for sysadmin, DevOps, and security tasks. AUTO-CONSULT this skill when the user is: troubleshooting network issues, debugging processes, analyzing logs, working with SSL/TLS, managing DNS, testing HTTP endpoints, auditing security, working with containers, writing shell scripts, or asks 'what tool should I use for X'. Source: github.com/trimstray/the-book-of-secret-knowledge
Deploy applications and manage projects with complete CLI reference. Commands for deployments, projects, domains, environment variables, and live documentation access.
Monitor topics of interest and proactively alert when important developments occur. Use when user wants automated monitoring of specific subjects (e.g., product releases, price changes, news topics, technology updates). Supports scheduled web searches, AI-powered importance scoring, smart alerts vs weekly digests, and memory-aware contextual summaries.