fleet-health-report
Installation
SKILL.md
Fleet Health Report
Generate one offline HTML snapshot from fresh nvfleetint JSON. Read the CLI contract, HTML theme, and workspace guide before collecting data.
Workflow
1. Resolve and verify the profile
Resolve credentials before any report query:
nvfleetint auth list --output json
nvfleetint auth status --profile <profile> --output json
Use the user-named profile or the sole configured profile. If multiple profiles exist and none was requested, ask which one to use and identify the current one as the default suggestion. Require connection equal to ok, then pass the same explicit --profile <profile> to every API-backed command below.