Overview
- Skill Key
- copey02/aviationstack-flight-tracker
- Author
- copey02
- Source Repo
- openclaw/skills
- Version
- 1.0.0
- Source Path
- skills/copey02/aviationstack-flight-tracker
- Latest Commit SHA
- fa866d690e7964865ab7d45c4be532e694a8777d
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.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 flight-tracker 技能。 若已安装,则直接安装 flight-tracker 技能。
# 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...
openstockdata
OpenClaw Skill for stock data analysis
capt-marbles
Generative Engine Optimization (GEO) for AI search visibility. Optimize content to appear in ChatGPT, Perplexity, Claude, and Google AI Overviews. Use when optimizing websites, pages, or content for LLM discoverability and citation.
capgoblin
Access unsecured credit lines for AI agents on the Arc Network using the Credex Protocol. Use for borrowing USDC against reputation, repaying debt to grow credit limits, providing liquidity as an LP, or managing cross-chain USDC via Circle Bridge. Triggers on "borrow from credex", "repay debt", "deposit to pool", "check credit status", "provide liquidity", or any credit/lending task on Arc.
capt-marbles
Control PhantomBuster automation agents via API. List agents, launch automations, get output/results, check status, and abort running agents. Use when the user needs to run LinkedIn scraping, Twitter automation, lead generation phantoms, or any PhantomBuster workflow.
camelsprout
DuckDB CLI specialist for SQL analysis, data processing and file conversion. Use for SQL queries, CSV/Parquet/JSON analysis, database queries, or data conversion. Triggers on "duckdb", "sql", "query", "data analysis", "parquet", "convert data".
camohiddendj
DuckDuckGo HTML search scraper CLI with JSON, CSV, OpenSearch, markdown, and compact outputs.