Skip to main content

General

CommandDescription
/helpShow available commands
/clearReset conversation (new thread)
/compactSummarize older messages to free context
/contextShow context window usage bar
exitEnd session
ESCAbort running agent

Agents & Tools

CommandDescription
/agentsList all loaded agents
/toolsList MCP tools grouped by server
/call [server] <tool>Call any MCP tool directly
/<agent> <prompt>Send prompt directly to a specific agent

Skills

CommandDescription
/skillsList installed skills
/skills search <query>Search the marketplace
/skills install <name>Install a skill (auto-resolves dependencies)
/skills remove <name>Uninstall a skill
/skills find <query>Search skills.sh ecosystem
/skills import <owner/repo>Import skills from a GitHub repo via skills.sh
/<skill>Invoke an installed skill

MCP Servers

CommandDescription
/mcpShow server status
/mcp find <query>Search the official MCP registry
/mcp install <name>Install from registry with guided wizard
/mcp reloadReload all servers
/mcp addInteractive wizard to add a server manually
/mcp disable <name>Disable a server
/mcp enable <name>Re-enable a server
/mcp remove <name>Remove a server

Sessions & State

CommandDescription
/sessionsList recent sessions
/sessions <id>Switch to a session
/planShow current task plan with progress
/profile [name]Show or switch model profile
/model <name>Switch active model

Proactive AI

CommandDescription
/heartbeatShow heartbeat status
/heartbeat testForce a heartbeat tick
/cronList scheduled jobs
/cron add <spec> <task>Schedule a new job
/cron remove <id>Delete a job
/cron pause <id>Pause a job
/cron resume <id>Resume a paused job

Virtual Persona

CommandDescription
/vp statusShow VP state, allow/block counts, today’s stats
/vp enableEnable VP and start poller
/vp disableKill switch — stop all VP activity
/vp allow <email> [+mod]Add user to auto-respond list
/vp block <email>Add user to monitor-only list
/vp remove <email>Remove from all lists
/vp listShow both lists with modifiers
/vp test <email> [query]Dry-run access check + confidence scoring
/vp stats [days]Aggregated stats (default 7 days)
/vp audit [N]Last N audit entries
/vp confidence <email> <mod>Update per-user confidence modifier
/vp syncForce full conversation knowledge sync
/vp profile <email>Show person’s profile
/vp profile <email> tone <preset>Set tone override
/vp threads [N]Show recent classified thread topics
/vp delegatedList locked threads
/vp release <chat_id|all>Release locked thread(s)
/vp ignore <chat_id> [label]Mute a chat (skip during polling)
/vp unignore <chat_id|all>Unmute a chat
/vp ignoredList ignored chats
/vp priority [add|remove] <email>Manage never-ignore user list
/vp persona generate [name]Run full persona generation pipeline
/vp persona showPreview current persona prompt
/vp persona analysisShow communication analysis summary

Background Tasks

CommandDescription
/bg <command>Dispatch a background process task
/tasksList all tasks with status
/task <id>Show task details and output
/task <id> cancelCancel a running task
/task <id> resume <answer>Resume a paused task with your answer

System

CommandDescription
/reloadHot-reload graph (re-reads .env, MCP servers, agents, skills)
/restartCold-restart process via os.execv (same thread for continuity)
/reload is a superset of /mcp reload — it also re-reads .env and reloads the config module, so new API keys or model changes take effect without restarting.

Other

CommandDescription
/projectsShow project registry
/create-agentAI-assisted agent creation wizard
/create-skillAI-assisted skill creation wizard
/voice on|offToggle text-to-speech

Telegram

All commands above are CLI-only. The Telegram bot has its own command set for remote management — see Telegram Setup for the full list.