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.
Best use case
flight-tracker is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
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.
Teams using flight-tracker should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/copey-flight-tracker/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How flight-tracker Compares
| Feature / Agent | flight-tracker | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
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.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# 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: ```bash 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): 1. **Get a free API key** at https://aviationstack.com/signup/free (100 requests/month) 2. **Set environment variable:** ```bash export AVIATIONSTACK_API_KEY='your-key-here' ``` 3. **Install dependencies:** ```bash pip3 install requests ``` For detailed setup instructions, see [api-setup.md](references/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:** ```bash scripts/track_flight.py AA100 --json ``` **Check help:** ```bash scripts/track_flight.py --help ``` ## Workflow When a user asks to track a flight: 1. Extract the flight number from the request 2. Run the tracking script with the flight number 3. Present the formatted output to the user 4. 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)
Related Skills
jinko-flight-search
Search flights and discover travel destinations using the Jinko MCP server. Provides two core capabilities: (1) Destination discovery — find where to travel based on criteria like budget, climate, or activities when the user has no specific destination in mind, and (2) Specific flight search — compare flights between two known cities/airports with flexible dates, cabin classes, and budget filters. Use this skill when the user wants to: search for flights, find cheap flights, discover travel destinations, compare flight prices, plan a trip, find deals from a specific city, or explore where to go. Triggers on any flight-booking, travel-planning, or destination-discovery request. Requires the Jinko MCP server connected at https://mcp.gojinko.com.
task-tracker
Personal task management with daily standups and weekly reviews. Use when: (1) User says 'daily standup' or asks what's on their plate, (2) User says 'weekly review' or asks about last week's progress, (3) User wants to add/update/complete tasks, (4) User asks about blockers or deadlines, (5) User shares meeting notes and wants tasks extracted, (6) User asks 'what's due this week' or similar.
yandex-tracker
Work with Yandex Tracker (issues, queues, comments, attachments, links, search, bulk operations) via Python.
invoice-tracker-pro
Complete freelance billing workflow — generate professional invoices, track payment status, send automated.
saas-revenue-tracker
Track SAAS revenue, MRR growth, customer metrics, and profitability.
research-tracker
Manage autonomous AI research agents with SQLite-based state tracking. Use when spawning long-running research sub-agents, tracking multi-step investigations, coordinating agent handoffs, or monitoring background work. Triggers on: research projects, sub-agent coordination, autonomous investigation, progress tracking, agent oversight.
flight-pricer
A command-line interface (CLI) to search for flight prices using the Duffel API.
testflight-monitor
Monitor available TestFlight beta slots with smart app lookups and silent batch checking.
plant-tracker
Personal plant and garden management for gardeners.
pest-disease-tracker
Track garden pests and diseases with treatments.
compost-tracker
Track compost piles, monitor temperature, record turns, and manage your organic waste decomposition.
package-tracker
Track packages and shipments via the 17track API.