Skip to main content

Slash commands

Commands start with / and are usually sent as a standalone message. They control the current session - switching models, adjusting reasoning depth, managing context, and more.
Commands only work for authorised senders - users on the allowlist or who have paired with the gateway. Unauthorised senders see /... tokens treated as plain text. If a command has no effect, ask your administrator to grant you access.

Commands vs directives

  • Commands are standalone /... messages (/reset, /status, /help).
  • Directives (/think, /verbose, /reasoning, /elevated, /exec, /model, /queue) can also ride in front of a normal message. A directive on its own line sticks for the session; a directive in front of a real message applies to that message only.
You can put an optional : between a command and its argument: /think: high, /send: on, /help:.

Session management

Model and reasoning

/think notes:
  • Send /think with no argument to see the current level.
  • minimal thinks a little; high thinks the hardest; adaptive lets the model choose (the default on newer models).
  • xhigh is only supported by certain models.

Information

Output and voice

Send /tts with no argument to see the current settings at any time.
On Discord the voice command is /voice, because Discord reserves /tts. Text /tts still works in a normal message.

Groups

/activation is owner-only and applies to the current group’s session.

Who the bot answers to

Viewing the list always works. Adding and removing people must be enabled by your administrator, and is not available on every app - if the bot replies that the change is not supported, ask your administrator to make the change for you.

Sub-agents and other sessions

Tools and execution

! <command> and its alias /bash <command> run a shell command on the gateway host. They are disabled by default and require explicit administrator opt-in plus an allowlist. On most deployments they will do nothing.

Skills

Skills are extra capabilities your admin has installed. Available skills vary by deployment, and many show up as their own native commands too.

Inline shortcuts

A handful of commands work when embedded in a normal message and are stripped before the AI sees the rest:
  • /help, /commands, /status, /whoami (/id)
Example: Hey /status, and what's the weather in Sydney today?

Notes

  • On Discord and Telegram, most commands also appear as native commands - type / in the chat to see them.
  • /verbose and /reasoning can expose internal tool output and reasoning - keep them off in shared group chats.
  • Command-only messages from authorised senders are handled immediately (they bypass the queue and the model) and bypass group mention gating.