← 返回
效率工具 Key 中文

Flight Tracker for Airports in Asia Pacific

Check flight schedules between supported airports, show timings, terminals, gates, delays, aircraft details, and optional departure countdowns using a local...
查询支持机场间的航班时刻,显示时间、航站楼、登机口、延误、机型详情及可选的离港倒计时。
caddytan
效率工具 clawhub v1.0.1 1 版本 100000 Key: 需要
★ 0
Stars
📥 486
下载
💾 8
安装
1
版本
#latest

概述

Flight Tracker APAC

Overview

Use this skill to check flight schedules between supported airports with a local Python script.

This skill is best for APAC routes and also supports a small number of built in long haul airports such as SFO, LAX, and JFK.

This skill is useful for requests such as:

  • check flights from SIN to HKG
  • show today's flights from SIN to TFU
  • give me a departure countdown for SIN to MEL
  • check flights from SIN to LAX

The script can display:

  • scheduled, estimated, and actual departure and arrival times
  • terminal and gate details when available
  • airline, flight number, aircraft, delay, and status
  • calculated flight time and scheduled duration
  • optional countdown to departure

If no API key is configured, the script falls back to manual lookup links for Google Flights and FlightRadar24.

Requirements

This skill requires:

  • python3
  • a free Aviationstack API key in AVIATIONSTACK_API_KEY

API key setup

  1. Create a free account at Aviationstack.
  2. Copy your API access key from the Aviationstack dashboard.
  3. Open this file on your machine:
~/.openclaw/.env
  1. Add this line:
AVIATIONSTACK_API_KEY=your_real_api_key_here
  1. Restrict the file so only your user can read it:
chmod 600 ~/.openclaw/.env

File layout

Recommended skill folder:

flight-tracker-apac/
├── SKILL.md
└── scripts/
    └── schedule.py

When to use this skill

Use this skill when the user asks to:

  • check flights between two supported IATA airports
  • compare available operating flights on a route
  • view departure and arrival timings on a route
  • see a countdown to departure for a route

Do not use this skill for:

  • ticket prices, fare comparisons, or booking actions
  • unsupported airport codes that are not in the script's built in airport list
  • general travel planning that is unrelated to route schedules

Supported usage patterns

Run the local script from the skill folder:

python3 {baseDir}/scripts/schedule.py SIN HKG
python3 {baseDir}/scripts/schedule.py --from SIN --to HKG
python3 {baseDir}/scripts/schedule.py --from SIN --to TFU --countdown

Workflow

  1. Confirm the user wants a flight schedule between two airports.
  2. Use IATA airport codes from the script's supported list.
  3. Run the script with origin and destination.
  4. Add --countdown if the user wants time remaining to departure.
  5. Return the results clearly, grouped by date if multiple flights are shown.
  6. If the API key is missing, tell the user the script returned manual lookup links instead.

Output guidance

When presenting results, summarize:

  • route searched
  • number of operating flights found
  • each flight's airline and code
  • departure and arrival timing
  • terminal and gate where available
  • status, delay, and aircraft
  • countdown if requested

External services

The script connects to:

  • Aviationstack for flight schedule data over HTTPS
  • Google Flights for manual fallback lookup links over HTTPS
  • FlightRadar24 for manual fallback route links over HTTPS

The required API key is:

  • AVIATIONSTACK_API_KEY

Security and privacy

What leaves the machine:

  • route lookup parameters and your Aviationstack API key go to Aviationstack
  • route codes go into the fallback Google Flights and FlightRadar24 URLs

What stays local:

  • the script logic
  • local environment files
  • any other files on the machine

Notes:

  • the script uses the documented access_key query parameter required by Aviationstack, but the request is sent over HTTPS
  • keep ~/.openclaw/.env private and do not commit it to source control
  • only install and use this skill if you are comfortable sending route data to those external services

Notes

For best results, make sure the script and the AVIATIONSTACK_API_KEY environment variable are both available before running the skill.

版本历史

共 1 个版本

  • v1.0.1 当前
    2026-03-30 05:03 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

productivity

Word / DOCX

ivangdavila
创建、检查和编辑 Microsoft Word 文档及 DOCX 文件,支持样式、编号、修订记录、表格、分节符及兼容性检查等功能。
★ 438 📥 147,478
productivity

Weather

steipete
获取当前天气和预报(无需API密钥)
★ 445 📥 226,230
productivity

Nano Pdf

steipete
使用nano-pdf CLI通过自然语言指令编辑PDF
★ 275 📥 114,802