Slash Commands Reference
Slash commands are available in the CLI and messaging platforms by typing / followed by the command.
Core commands
| Command | Description | Platforms |
|---|---|---|
/help | Show all available commands | All |
/tools | List or toggle tools | All |
/model | Switch models interactively | All |
/save | Save the current conversation | All |
/fork | Fork the current session | All |
/clear | Clear the screen | CLI |
/exit | End the session | CLI |
Personality commands
| Command | Description | Platforms |
|---|---|---|
/personality NAME | Change personality | All |
/personality list | List available personalities | All |
/personality default | Reset to default personality | All |
Voice commands
| Command | Description | Platforms |
|---|---|---|
/voice on | Enable voice mode | CLI, Discord |
/voice off | Disable voice mode | CLI, Discord |
/voice join | Join voice channel | Discord |
/voice leave | Leave voice channel | Discord |
/voice mute | Stop listening | Discord |
/voice unmute | Resume listening | Discord |
Session commands
| Command | Description | Platforms |
|---|---|---|
/sessions list | List recent sessions | All |
/sessions resume ID | Resume a specific session | All |
/checkpoint | Create a manual checkpoint | All |
/rollback | Roll back to last checkpoint | All |
/snapshot | Create a snapshot | All |
Skill commands
| Command | Description | Platforms |
|---|---|---|
/skills list | List installed skills | All |
/skills search QUERY | Search skills hub | All |
/skills install NAME | Install a skill | All |
/skills load NAME | Load a skill for this turn | All |
Goal commands
| Command | Description | Platforms |
|---|---|---|
/goal TEXT | Set a persistent goal | All |
/goal list | List active goals | All |
/goal pause | Pause the current goal | All |
/goal resume | Resume the current goal | All |
/goal abandon | Abandon the current goal | All |
Gateway commands (admins only)
| Command | Description | Platforms |
|---|---|---|
/update | Update MonoClaw to latest | All |
/restart | Restart the gateway | All |
/status | Show gateway status | All |
/allowlist add ID | Add user to allowlist | All |
/allowlist remove ID | Remove user from allowlist | All |
Utility commands
| Command | Description | Platforms |
|---|---|---|
/doctor | Run diagnostics | All |
/config get KEY | Get config value | All |
/config set KEY VALUE | Set config value | All |
/memory tidy | Clean up memories | All |
/memory export | Export memories | All |
Platform-specific commands
Discord
| Command | Description |
|---|---|
/voice join | Join voice channel |
/voice leave | Leave voice channel |
Telegram
| Command | Description |
|---|---|
/start | Start the bot |
/settings | Show settings |
Command shortcuts
In the CLI, you can use abbreviated forms:
| Shortcut | Full command |
|---|---|
/m | /model |
/t | /tools |
/s | /save |
/p | /personality |
/q | /exit |