flight-planner

Installation
SKILL.md

Flight Planner

End-to-end flight planning: route → winds → timing → calendar.

Workflow

When asked to plan a flight:

  1. Parse the route — Extract airport sequence (e.g., "HSV to JWN to HMP to HSV")

  2. Calculate each leg — Use flight_time.py for each leg:

    ~/clawd/skills/flight-time/scripts/flight_time.py KDEP KARR --altitude ALT --tas TAS --json
    
  3. Optimize altitude — Check multiple altitudes (4000, 6000, 8000, 10000) for the longest leg and pick the best ground speed. Note the recommendation.

  4. Add ground time — 30 minutes at each intermediate stop (pickup/dropoff)

Related skills
Installs
2
First Seen
Feb 28, 2026