nito ask and nito fusion do the same work as the in-chat ask and fusion commands, but from your shell. They print an answer and exit, which makes them easy to pipe, script, or drop into a keyboard shortcut.
Ask
Options
Piping Input
With--stdin, the whole prompt comes from whatever you pipe in. You cannot also pass a prompt argument, so put your question into the piped text:
Structured Output
--json prints a machine-readable object instead of prose, which is what you want in a script:
Fusion
Options
Fusion needs a paid plan. It also mixes privacy levels by the rules on the Fusion page: the synthesis lands at the least-private level among the participants, so a single Anonymous model pulls the whole run to Anonymous.
Choosing a Model
Both commands accept--model. Without it, ask uses your saved default; Fusion always needs its participants named explicitly. To see what is available to your account:
Related
Scripting and Automation
Output modes, exit codes, and piping for pipelines.
Multi Model Answer Checker
A full recipe: cross-check an answer against independent models with Fusion.

