From sundial-org-awesome-openclaw-skills-4
Tracks worldwide flights in real-time via AviationStack API using Python CLI script, showing status, gates, delays, and live position. Useful for queries like 'track AA100'.
npx claudepluginhub joshuarweaver/cascade-ai-ml-agents-misc-2 --plugin sundial-org-awesome-openclaw-skills-4This skill uses the workspace's default tool permissions.
Track any flight worldwide using AviationStack API and display in a clean, Flighty-style format.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
Track any flight worldwide using AviationStack API and display in a clean, Flighty-style format.
Track a flight by its IATA code:
scripts/track_flight.py AA100
scripts/track_flight.py UA2402
scripts/track_flight.py BA123
Before using this skill, you need an API key (one-time setup):
export AVIATIONSTACK_API_KEY='your-key-here'
pip3 install requests
For detailed setup instructions, see api-setup.md.
The skill displays flight information in a clean, readable format with:
Status indicators:
Get raw JSON data:
scripts/track_flight.py AA100 --json
Check help:
scripts/track_flight.py --help
When a user asks to track a flight:
--json flagAccept IATA flight codes:
The script automatically converts to uppercase and handles the lookup.
The script handles common errors:
Free tier: 100 requests/month. Track usage to stay within limits. For heavy usage, consider upgrading or alternative APIs (see references/api-setup.md).