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
-fileAlso attach the reply as a file (defaults to airbox-reply.md)
-file=name.extAttach the reply as a file with this name; the extension sets the type (e.g. .csv, .md, .txt, .json)

Examples

Subject: (* @claude #summarize -short *)

Subject: @claude #translate -lang=es

Subject: @openai -model=gpt-4.1-mini #decide

Subject: @claude #extract the line items as CSV -file=invoice.csv

The model name must be one your provider accepts. Your connection's dashboard default still applies when you omit -model.