Omics-OS CloudFeatures
Slash Commands
Quick actions and shortcuts available in the chat composer.
Overview
Type / in the chat composer to open a fuzzy-search command menu. Commands are organized into seven categories and divided into light commands (handled instantly in the UI) and heavy commands (executed by the multi-agent pipeline). Navigate with arrow keys, press Enter to run, or Esc to dismiss.
Key Commands
System
| Command | Description | Weight |
|---|---|---|
/help | Show the help reference | Light |
/status | Show subscription tier, packages, and agents | Light |
/clear | Clear the screen | Light |
/tour | Restart the workspace product tour | Light |
Workspace
| Command | Description | Weight |
|---|---|---|
/workspace | Show workspace status | Light |
/workspace load | Load a dataset or file | Heavy |
/files | List workspace files | Light |
/modalities | Show loaded modality details | Light |
/describe | Describe a specific modality | Light |
Data & Visualization
| Command | Description | Weight |
|---|---|---|
/data | Show current data summary | Light |
/plots | List generated plots | Light |
/export | Export session to ZIP | Heavy |
Configuration
| Command | Description | Weight |
|---|---|---|
/config | Show current configuration | Light |
/config provider | List available LLM providers | Light |
/config model | List available models | Light |
Command History
Press the up arrow key in an empty composer to recall previously used commands (up to 50 entries). History persists across page reloads.
Tips
Commands marked Heavy (shown with an "agent" badge in the menu) invoke the full AI pipeline and count toward your usage. Light commands run instantly in the browser.
- The menu uses fuzzy search -- typing
wlmatches/workspace load. - You can also type a full command and press Enter without opening the menu.
- Subcommands like
/metadata publicationsor/queue clearare also available. Type/metadataand keep typing to narrow the list.