Skip to main content
Everything seri does beyond running a task is a slash command typed inside the session. Type / to open the completion list, which shows every command, agent and skill with what each one does.

Session

Models and account

Extensions

Your own agents and skills

Anything you drop in .seri/agents/ or .seri/skills/ gets its own slash command. An agent is named after its file, a skill after its directory. The built-in roles work the same way, because they are entries in the same registry: /explore, /plan, /code, /test and /oracle.

What is not a command

seri has no subcommands. There is no seri login, no seri config, no seri usage. Every command on this page exists inside the session and nowhere else, and the command line only carries the flags that launch one. See Launching seri. Each command checks its own arguments. Trailing words a command does not accept produce a command error rather than being treated as a task, so a mistyped /exit now tells you instead of quietly starting a turn.