openclaw_talk_mode
Set talk mode on (true) or off (false) using an enabled boolean. Use openclaw_talk_config to read the current state.
Instructions
Toggle talk mode on/off. Wraps talk.mode. Wire format (verified live against gateway 2026.4.12+): requires enabled: boolean — this is a SETTER, not a getter. Use openclaw_talk_config to read the current state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| enabled | Yes | True to turn talk mode on, false to turn it off. | |
| instance | No | Optional OpenClaw instance to route this call to (e.g. 'default', 'work'). Falls back to the active default instance, or the OPENCLAW_GATEWAY_URL/TOKEN env vars when set. List configured instances with openclaw_setup_list. |