flight-time
Flight Time Estimator
Calculates estimated flight time between two airports using:
- Great circle distance
- Current winds aloft forecast (from NOAA Aviation Weather)
- True airspeed at cruise altitude
Usage
~/clawd/skills/flight-time/scripts/flight_time.py KDEP KARR --altitude FEET --tas KNOTS
Examples
# Huntsville to Atlanta at 6000ft, 140kt TAS
flight_time.py KHSV KFTY --altitude 6000 --tas 140
More from probichaux/clawdskills
m365-mail
Read, search, send, and manage Microsoft 365 email via Graph API. Use when the user asks about email, inbox, messages, or wants to send/read/search mail in their M365 account.
65aviation-weather
Fetch aviation weather data (METAR, TAF, PIREPs, SIGMETs) from NOAA. Use when user asks about airport weather, flight conditions, aviation forecasts, pilot reports, or weather briefings for flying. Supports any ICAO airport code worldwide.
16m365-calendar
Read, create, and manage Microsoft 365 calendar events via Graph API. Supports meeting invitations with attendees and Teams meetings.
9flight-planner
Plan multi-leg flights with wind-optimized timing and calendar integration. Use when asked to plan a flight, create a flight plan, or schedule a flying mission. Takes a route (e.g., "HSV to JWN to HMP to HSV"), calculates times with winds aloft, and creates calendar entries.
2