Verba Plugin profile

Zen Greeting

Automation-only: creates a short, calming greeting and zen message of the day. Uses the LLM so the message varies a bit each run. Designed for dashboards.

zen_greeting Version 1.0.2
When to use

Best-fit scenarios

Automation-only: creates a short, calming greeting and zen message of the day.

How to call it

Execution guidance

Use the example call shape below and provide only the fields the plugin expects.

Arguments

Input shape

  • input_text_entity string

    input_text.daily_zen_greeting

  • include_date boolean

    False

  • tone string

    zen

  • prompt_hint string

    focus on patience and gratitude

Settings

Required configuration

  • INPUT_TEXT_ENTITY string

    If set (e.g., input_text.daily_zen_greeting), the plugin writes the result into this helper.

  • MAX_CHARS number

    Hard limit to keep output safe for HA text fields.

    Default: 100
Example call

Canonical usage JSON

{
  "function": "zen_greeting",
  "arguments": {
    "input_text_entity": "input_text.daily_zen_greeting",
    "include_date": false,
    "tone": "zen",
    "prompt_hint": "focus on patience and gratitude"
  }
}