flight-planner
Installation
SKILL.md
Flight Planner
End-to-end flight planning: route → winds → timing → calendar.
Workflow
When asked to plan a flight:
-
Parse the route — Extract airport sequence (e.g., "HSV to JWN to HMP to HSV")
-
Calculate each leg — Use
flight_time.pyfor each leg:~/clawd/skills/flight-time/scripts/flight_time.py KDEP KARR --altitude ALT --tas TAS --json -
Optimize altitude — Check multiple altitudes (4000, 6000, 8000, 10000) for the longest leg and pick the best ground speed. Note the recommendation.
-
Add ground time — 30 minutes at each intermediate stop (pickup/dropoff)