Flight Planning

Resolve airports, estimate routes, inspect representative aircraft data, and normalize engineering units.

AS-FP-01

Available calculations.

  • search_airports
  • plan_flight
  • plan_multi_leg_flight
  • calculate_distance
  • get_aircraft_performance
  • get_aircraft_database
  • get_system_status
  • convert_units

Runner example.

The installed skill teaches your agent when to activate this module and how to call the local runner.

calculate_distanceAS-FP-01
{
  "ok": true,
  "operation": "calculate_distance",
  "result": {
    "distance_km": 544.36,
    "distance_nm": 293.931,
    "initial_bearing_deg": 135.564
  },
  "units": {
    "distance_km": "km",
    "distance_nm": "nmi",
    "initial_bearing_deg": "deg"
  },
  "assumptions": [],
  "warnings": [],
  "provenance": [
    "WGS84-compatible spherical great-circle approximation"
  ]
}

Install all ten skill modules.

Read the operating guide