openwebui_create_prompt
Create reusable slash-command prompts for Open WebUI chats. Specify a trigger command, display name, and prompt content with {{input}} placeholder to reuse instructions instantly.
Instructions
Create a new saved prompt in Open WebUI. Prompts are invoked by typing their command in any chat. Command must start with "/" (e.g. "/summarize").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Human-readable name shown in autocomplete suggestions | |
| command | Yes | Trigger command (must start with "/", e.g. "/summarize", "/translate") | |
| content | Yes | The prompt text. Use {{input}} as a placeholder for user-provided text. |