airbox.fyi

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

FlagEffect
-shortKeep the response very short (also implied by #tldr)
-lang=esTarget language for #translate
-model=nameUse a different model from your connection default for this email only
-m=nameShorthand 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.