โ† All skills
Tencent SkillHub ยท Communication & Collaboration

Flight Tracker

Track flights in real-time with detailed status, gate info, delays, and live position. Use when user asks to track a flight, check flight status, look up flight information by flight number (e.g., "track AA100", "what's the status of United 2402", "check my flight BA123"), or wants to display flight data in a formatted view similar to Flighty app.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Track flights in real-time with detailed status, gate info, delays, and live position. Use when user asks to track a flight, check flight status, look up flight information by flight number (e.g., "track AA100", "what's the status of United 2402", "check my flight BA123"), or wants to display flight data in a formatted view similar to Flighty app.

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, references/api-setup.md, scripts/track_flight.py

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 10 sections Open source page

Flight Tracker

Track any flight worldwide using AviationStack API and display in a clean, Flighty-style format.

Quick Start

Track a flight by its IATA code: scripts/track_flight.py AA100 scripts/track_flight.py UA2402 scripts/track_flight.py BA123

First-Time Setup

Before using this skill, you need an API key (one-time setup): Get a free API key at https://aviationstack.com/signup/free (100 requests/month) Set environment variable: export AVIATIONSTACK_API_KEY='your-key-here' Install dependencies: pip3 install requests For detailed setup instructions, see api-setup.md.

Output Format

The skill displays flight information in a clean, readable format with: โœˆ๏ธ Airline and flight number ๐Ÿ›ฉ๏ธ Aircraft type and registration ๐Ÿ›ซ Departure airport, terminal, gate, times ๐Ÿ›ฌ Arrival airport, terminal, gate, times ๐Ÿ“Š Flight status with visual indicators โฑ๏ธ Delay calculations (if applicable) ๐ŸŒ Live position, altitude, speed (when airborne) Status indicators: ๐ŸŸข Active/Airborne/En-route โœ… Landed/Arrived ๐ŸŸก Scheduled ๐ŸŸ  Delayed ๐Ÿ”ด Cancelled

Advanced Usage

Get raw JSON data: scripts/track_flight.py AA100 --json Check help: scripts/track_flight.py --help

Workflow

When a user asks to track a flight: Extract the flight number from the request Run the tracking script with the flight number Present the formatted output to the user If data is needed for further processing, use --json flag

Flight Number Formats

Accept IATA flight codes: AA100 (American Airlines) UA2402 (United) BA123 (British Airways) DL456 (Delta) The script automatically converts to uppercase and handles the lookup.

Error Handling

The script handles common errors: Missing API key โ†’ Shows setup instructions Flight not found โ†’ Suggests verification API errors โ†’ Displays error message Rate limit exceeded โ†’ Indicates limit reached

API Limits

Free tier: 100 requests/month. Track usage to stay within limits. For heavy usage, consider upgrading or alternative APIs (see references/api-setup.md).

Notes

Uses AviationStack free tier (no HTTPS on free plan) Real-time data updated frequently Historical flight data available Worldwide coverage (250+ countries, 13,000+ airlines)

Category context

Messaging, meetings, inboxes, CRM, and teammate communication surfaces.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
2 Docs1 Scripts
  • SKILL.md Primary doc
  • references/api-setup.md Docs
  • scripts/track_flight.py Scripts