Create/update/delete a chatbot command
manage_chatbot_commandCreate, update, or delete chatbot commands. Use variables in messages, add aliases, set cooldowns, and control visibility on your commands page.
Instructions
Create, update, or delete a chatbot command (chatbot commands are unlimited on every plan). Names are slugified (lowercase, spaces become dashes). "message" is the chat reply and is required for create; it supports {{variables}}. Update merges only the fields you pass; delete refuses built-in system commands. Requires an up-to-date Lumia Stream.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The command name (without the chat prefix), e.g. "socials". | |
| action | Yes | What to do. | |
| aliases | No | Alternate names that also trigger the command. | |
| enabled | No | Whether the command is enabled. Defaults to true on create. | |
| message | No | The chatbot reply text. Required for create; optional for update. | |
| new_name | No | For update: rename the command to this. | |
| description | No | Internal description shown in the commands list. | |
| cooldown_seconds | No | Cooldown between uses, in seconds. | |
| show_in_commands_list | No | Show it on your public lumiastream.com commands page. |