Commands & shortcuts
Trigger chat actions, document workflows, and diagnostics directly from the command palette or composer.
How commands are wired
SystemSculpt loads the commands below when the plugin starts. Each one lines up with the buttons and menus you see in Obsidian, so the behaviour here matches what happens in the app.
Use the command palette (Cmd/Ctrl + P
) and type the command name, or pair it with ribbon icons you have enabled.
Command palette reference
Command | Description & context | Default shortcut |
---|---|---|
Toggle Audio Recorder | Starts or stops the built-in audio recorder so you can capture voice notes without leaving the chat. Context: Global | Mod+R |
Open SystemSculpt Chat | Opens a fresh SystemSculpt chat tab using your saved defaults. Context: Global | |
Open SystemSculpt Search | Launches the blended search modal that combines vault lookups with embeddings suggestions. Context: Global | Mod+K |
Open SystemSculpt Janitor | Opens the Janitor panel to review stuck processing jobs, retry them, or export diagnostics. Context: Global | |
Open SystemSculpt Chat History | Lets you browse saved chat transcripts stored in your vault. Context: Global | |
Chat with File | Attaches the active file to a new chat, runs it through the processing queue, and keeps the timeline visible. Context: Requires supported active file | |
Resume Chat from Current History File | Reopens a saved chat from its history file with the original model and prompt. Context: Open chat history file | |
Change Chat Model (Current Chat) | Switches the model for the current chat without leaving the conversation. Context: Chat view | |
Set Default Chat Model | Updates the default model used whenever you open a new chat tab. Context: Global | |
Change/Generate Title | Generates or edits the title of the active chat or note. Context: Chat view or markdown note | Mod+Shift+T |
Open Template Selection | Opens the template picker so you can insert saved prompts into the current editor. Context: Markdown editor | |
Open Similar Notes Panel | Shows the Similar Notes side panel to review embeddings suggestions next to your work. Context: Global | |
Quick Edit (Active File) | Opens the inline AI editor to rewrite or expand the active note. Context: Active file required | |
Clean Up Phantom MCP Tools | Removes Model Context Protocol entries for servers that are no longer reachable. Context: Global (advanced mode) | |
Open SystemSculpt AI Settings | Jumps straight to the SystemSculpt settings tab inside Obsidian. Context: Global | |
Rebuild Embeddings (Current Model) | Recreates embeddings for the currently selected provider and model. Context: Embeddings enabled | |
Export SystemSculpt Error Logs | Saves a timestamped error log file into your saved chats folder and opens it for review. Context: Global | |
Clear SystemSculpt Error Log History | Clears the in-memory error log history so you can start a fresh capture. Context: Global | |
Open Mobile Debugging Guide | Creates or opens Context: Global |
Built-in keyboard shortcuts
These shortcuts ship with the plugin by default. You can override them in Obsidian settings → Hotkeys → SystemSculpt.
Composer slash commands
These shortcuts work inside any chat composer. Type /
to see the menu and jump straight to the action you need.
Command | Description |
---|---|
/new | Open a blank conversation in a new leaf. |
/clear | Remove all messages from the current thread. |
/agent | Swap to another system prompt or agent preset. |
/export | Launch the export modal with markdown options. |
/history | Jump to the markdown file backing the active chat. |
/save | Store the conversation in your saved chats directory. |
/delete | Remove the chat file and close the view. |
Tip: type /agent
to open the agent picker, or /export
to jump straight into the export modal.
Diagnostics quick access
Pair the commands above with these built-in tools when you need to investigate plugin state.
Need escalation? Head to the support playbook for export steps and contact channels.