nvfleetint
Installation
SKILL.md
Query Fleet Intelligence
Use live nvfleetint JSON; never answer fleet-state questions from memory. Read references/cli-contract.md before querying. Read references/auth.md only for setup/profile work.
Method
- Run the smallest server-filtered query that answers the question.
- Use
--output json; give the user prose, not command dumps. - For counts, use
--page-size 1and read.total. For identities, add--view basic. Use--allonly when every row is required. - Lead with the answer; add a small table only for comparisons/listings.
- Never infer absent fields or mistake auth failure for no results.