Skip to content

Chat commands

Telegram, Discord, Slack, and Matrix share the same core command behavior where their platform APIs allow it.

Session commands

CommandPurpose
/helpShow command help
/sessionShow the selected session
/sessionsBrowse and switch sessions
/agentSelect an agent
/modelSelect a model when supported
/reasoningSelect reasoning or effort when supported
/fastToggle fast mode when supported
/launchSelect launch profile when supported
/mirrorConfigure CLI mirror mode
/lastResend the last agent message
/stopStop or abort active work

Queue and workflow commands

CommandPurpose
/queueInspect, reorder, pause, resume, run, or cancel queued prompts
/workflowsList or run workflows and templates
/tasksShow task and queue state
/activityShow recent activity

Files, artifacts, diagnostics

CommandPurpose
/artifactsList and send generated artifacts according to delivery rules
/logsShow logs where supported
/versionShow NordRelay and agent versions
/diagnosticsShow diagnostics
/supportExport a redacted diagnostics bundle where supported

Access commands

Some adapters expose limited unauthenticated link or registration commands, such as channel registration or link-code flows. Normal commands require a linked NordRelay user and registered channel context.

Matrix prefix

Matrix text commands use the configured prefix:

dotenv
MATRIX_COMMAND_PREFIX=!nr

For example:

text
!nr session

Released under the MIT License.