Verba Plugin profile

AI Tasks

Schedule recurring AI tasks using natural phrases or cron-like schedules in local time. Prefer passing `task_prompt` as a concise execution instruction and `when`/`cron` for scheduling.

ai_tasks Version 1.2.7
When to use

Best-fit scenarios

Schedule recurring tasks (everyday, hourly, secondly, weekly, or explicit cron).

How to call it

Execution guidance

Provide task_prompt in the assistant's own words (what to do each run), and provide schedule via when or cron.

Arguments

Input shape

  • task_prompt string

    Assistant-authored execution prompt in your own words (no schedule text). Example: turn on living room lights to 50% and send weather forecast.

  • when string

    Schedule phrase in local time. Example: everyday at 6am.

Settings

Required configuration

No required settings are declared in the current Verba Plugin metadata.

Example call

Canonical usage JSON

{
  "function": "ai_tasks",
  "arguments": {
    "task_prompt": "Assistant-authored execution prompt in your own words (no schedule text). Example: turn on living room lights to 50% and send weather forecast.",
    "when": "Schedule phrase in local time. Example: everyday at 6am."
  }
}