Post-flight debrief for N720AK. Capture squawks, performance observations, engine notes, and upload flight data to analysis services.
Capture post-flight observations and route data to the right places.
$ARGUMENTS
Ask about the flight (only what's relevant — don't interrogate):
squawks.tsv)Log any squawks per the squawk skill workflow
Note any maintenance items triggered by the flight:
N720AK records flight data on the Dynon SkyView HDX SD card. The data lives in CSV files.
To extract data from Dynon:
C_ENGINE.CSV — engine monitor data (CHT, EGT, oil temp/pressure, fuel flow, etc.)C_FLIGHT.CSV — flight track data (GPS, altitude, airspeed)Upload to SavvyAnalysis (engine health trending):
C_ENGINE.CSV (compress to ZIP if large)Upload to FlySto (full flight analysis + ADSB debrief):
Neither service has a public API — uploads must be done through the browser. Claude cannot automate these uploads, but can:
scripts/If the user provides a Dynon CSV file path, Claude can analyze it directly:
uv run --with numpy --with matplotlib python3 scripts/regulator_diagnostic.py /path/to/log.csv