使用法航-荷航开放数据 API(航班状态)跟踪法航航班。当用户提供航班号/日期(例如 2026 年 1 月 29 日的 AF007)并希望进行监控、警报(延误/登机口/飞机变更)或分析(先前航班链、飞机尾号 → 客舱新近度/Wi-Fi)时使用。铝
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install airfrance-afkl或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install airfrance-afkl⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/airfrance-afkl/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: airfrance-afkl description: Track 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. ---
1) 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 说这些话来触发它
Help me get started with Air France - KLM
Explains what Air France - KLM does, walks through the setup, and runs a quick demo based on your current project
Use Air France - KLM to track Air France flights using the Air France–KLM Open Data APIs (F...
Invokes Air France - KLM with the right parameters and returns the result directly in the conversation
What can I do with Air France - KLM in my developer & devops workflow?
Lists the top use cases for Air France - KLM, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/airfrance-afkl/ 目录(个人级,所有项目可用),或 .claude/skills/airfrance-afkl/(项目级)。重启 AI 客户端后,用 /airfrance-afkl 主动调用,或让 AI 根据上下文自动发现并使用。
法航 - 荷航 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
法航 - 荷航 可免费安装使用。请查阅仓库了解许可证信息。
使用法航-荷航开放数据 API(航班状态)跟踪法航航班。当用户提供航班号/日期(例如 2026 年 1 月 29 日的 AF007)并希望进行监控、警报(延误/登机口/飞机变更)或分析(先前航班链、飞机尾号 → 客舱新近度/Wi-Fi)时使用。铝
法航 - 荷航 属于「Developer & DevOps」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my developer & devops tasks using Air France - KLM
Identifies repetitive steps in your workflow and sets up Air France - KLM to handle them automatically