Skip to content
EndueEndue
Docs

Slash commands

Typing / in the composer opens a list of the commands this agent can run. Picking one tells the agent exactly which tool to start with, rather than leaving the choice to it.

Use a slash command when you already know the procedure you want. “/weekly-report” is faster and more reliable than “can you do the weekly report the way we did last time” — the second is a request the agent has to interpret first.

Describe what you want in prose when you do not know which skill applies, or when the job spans several. The agent still chooses freely from everything bound to it.

  1. Type / at the start of the composer. The list appears above the input.

  2. Keep typing to filter. Arrow keys move through the list; hovering or selecting a row shows what that command does.

  3. Open the ⓘ beside a row to read the whole skill — what it is for, and every command it carries.

  4. Press Enter to insert it, then write the rest of your message — a command usually needs context. “/summarize the thread from Hana about pricing” is a command plus a subject.

  5. Send. The agent starts its run with that command, then continues normally.

The commands come from the skills bound to this agent — nothing else. Two consequences:

  • A different agent has a different list. The same command is not available everywhere unless the skill is bound in both places.
  • If the list is empty, no skill is bound yet. Bind one in Agent Builder; the list follows on the next message.

The command names a tool, and the agent is required to call that tool on its first step. After that step it is back to normal: it reads the result and decides what to do next, including calling other tools.

That is the useful shape. You get a reliable start — the right procedure, opened with your input — without freezing the rest of the run into a script.

  • Commands are per agent, and they come from bound skills. There is no global command list.
  • A command directs the first step only; the agent chooses the rest of the run.
  • Sending a command while a run is in progress steers that run instead of starting the command — steering carries your text, not the tool choice.
  • The list shows what the agent can call right now. A skill you bind mid-conversation appears on the next message.