pipeworx-flights
Live aircraft tracking — flights in a geographic area, individual aircraft by transponder, and airport arrivals/departures via OpenSky Network
Best use case
pipeworx-flights is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Live aircraft tracking — flights in a geographic area, individual aircraft by transponder, and airport arrivals/departures via OpenSky Network
Teams using pipeworx-flights 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/pipeworx-flights/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How pipeworx-flights Compares
| Feature / Agent | pipeworx-flights | 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?
Live aircraft tracking — flights in a geographic area, individual aircraft by transponder, and airport arrivals/departures via OpenSky Network
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.
Related Guides
AI Agents for Marketing
Discover AI agents for marketing workflows, from SEO and content production to campaign research, outreach, and analytics.
AI Agents for Startups
Explore AI agent skills for startup validation, product research, growth experiments, documentation, and fast execution with small teams.
AI Agents for Coding
Browse AI agent skills for coding, debugging, testing, refactoring, code review, and developer workflows across Claude, Cursor, and Codex.
SKILL.md Source
# Flight Tracking (OpenSky Network)
Real-time flight data from the OpenSky Network. Track aircraft by transponder address, query all flights within a geographic bounding box, or pull arrival and departure lists for any airport. Free and open, no API key needed.
## Tools
| Tool | Description |
|------|-------------|
| `get_flights_in_area` | All aircraft currently in a lat/lon bounding box |
| `get_aircraft` | Track a specific aircraft by ICAO24 hex address (e.g., "a0b1c2") |
| `get_arrivals` | Recent arrivals at an airport by ICAO code (e.g., "KLAX") within a time range |
| `get_departures` | Recent departures from an airport by ICAO code within a time range |
## When to use
- "What planes are flying over Manhattan right now?" — define a bounding box around NYC
- Tracking a specific flight by its transponder code
- Building an airport dashboard showing recent arrivals and departures
- Aviation research or ADS-B data analysis
## Example: flights over London
```bash
curl -s -X POST https://gateway.pipeworx.io/flights/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_flights_in_area","arguments":{"lamin":51.3,"lomin":-0.5,"lamax":51.7,"lomax":0.3}}}'
```
Returns ICAO24 address, callsign, origin country, altitude, velocity, heading, and position for each aircraft.
## MCP config
```json
{
"mcpServers": {
"pipeworx-flights": {
"command": "npx",
"args": ["-y", "mcp-remote@latest", "https://gateway.pipeworx.io/flights/mcp"]
}
}
}
```
## Notes
- Time ranges for arrivals/departures use Unix timestamps and are limited to 7-day windows
- The API updates aircraft positions roughly every 10 seconds
- Anonymous access is rate-limited; data may be slightly delayedRelated Skills
pipeworx-gutendex
Search Project Gutenberg's 70,000+ free ebooks — by title, author, topic, or popularity via Gutendex
pipeworx-github
Search GitHub repos, view issues, and look up user profiles via the public REST API — no token required
pipeworx-geo
Geographic utilities — geocoding, reverse geocoding, country info, timezone lookup, and sunrise/sunset times
pipeworx-genderize
Predict the likely gender associated with a first name — with optional country-specific calibration via genderize.io
pipeworx-gbif
Global biodiversity data — search species, retrieve taxonomy, and find georeferenced occurrence records via GBIF
pipeworx-gamedeals
PC game deals from 30+ stores — search sales, compare prices, and track cheapest-ever prices via CheapShark
pipeworx-fruityvice
Nutritional data for fruits — calories, sugar, fat, protein, and carbs per 100g from Fruityvice
pipeworx-flood
River discharge and flood forecasts for any location — up to 92 days ahead via Open-Meteo
pipeworx-fda
US FDA open data — adverse drug event reports, drug labeling/package inserts, and food recall enforcement actions
pipeworx-fbiwanted
Search the FBI's Most Wanted list — fugitives, missing persons, and wanted individuals with photos and case details
pipeworx-exchangerate
Simple currency exchange rates — all rates for a base currency or a direct pair lookup via open.er-api.com
pipeworx-exchange
Currency exchange rates and conversion — current, historical, and all supported pairs via the Frankfurter API