Flags
Flags are CLI-style modifiers that can be used alongside Airbox verbs to further customize the output or provide more detailed instructions
Syntax
-short -lang=es -model=claude-sonnet-4-7 -m gpt-5.4
Boolean (true/false) flags have no value. Key-value flags use =. Use -m= as shorthand for -model=.
Supported flags
| Flag | Effect |
|---|---|
| -short | Keep the response very short (also implied by #tldr) |
| -lang=es | Target language for #translate |
| -model=name | Use a different model from your connection default for this email only |
| -m=name | Shorthand for -model |
Examples
Subject: (* @claude #summarize -short *) Subject: @claude #translate -lang=es Subject: @openai -model=gpt-4.1-mini #decide
The model name must be one your provider accepts. Your connection's dashboard default still applies when you omit -model.
