Skip to content

Pre-parsed Commands

40+ local commands that bypass the LLM entirely -- zero token cost, sub-millisecond response.

Shell / Exec

CommandDescription
/run <cmd>Execute shell command via sh -c (pipes, redirects supported)
/sh <cmd> / /exec <cmd>Aliases for /run
$ <cmd>Shell shortcut
! <cmd>Shell shortcut
/ls [args]List files
/cat <file>Read file content
/read <file>Read file content (alias)
/write <path> <content>Write content to file
/find <pattern>Find files by name
/grep <pattern>Search file contents
CommandDescription
/search <query>Web search (DuckDuckGo/Google/Bing)
/google <query>Web search (alias)
/fetch <url>Fetch and extract web page
/screenshot <url>Screenshot a web page
/ssDesktop screenshot

System & Session

CommandDescription
/helpShow all commands
/versionShow version
/statusGateway status
/healthHealth check
/uptimeShow uptime
/modelsList models
/model <name>Switch model
/clearClear session
/resetReset session
/history [n]Last N messages
/sessionsList sessions
/cron listList cron jobs
/send <to> <msg>Send message to channel

Context & Side Query

CommandDescription
/ctx <text>Add persistent background context to current session
/ctx --ttl <N> <text>Add context that expires after N turns
/ctx --global <text>Add global context (all sessions)
/ctx --listList active context entries
/ctx --remove <id>Remove context entry by id
/ctx --clearClear all context for this session
/btw <question>Side-channel quick query (bypasses agent queue, direct LLM call)

Memory

CommandDescription
/remember <text>Save to long-term memory
/recall <query>Search memory

Upload Limits

CommandDescription
/get_upload_sizeShow file size limit
/set_upload_size <MB>Set file size limit (runtime)
/get_upload_charsShow text char limit
/set_upload_chars <n>Set text char limit (runtime)
/config_upload_size <MB>Set file size limit (persistent)
/config_upload_chars <n>Set text char limit (persistent)

Skills

CommandDescription
/skill install <name>Install a skill from registry
/skill listList installed skills
/skill search <query>Search skill registries

Help

CommandDescription
/helpShow all available commands
/?Alias for /help

Released under MIT / Apache-2.0 License