wednesday_tasks — Apple Reminders task creation

Category: plugins Where it works: Telegram (Hermes)

What it is

Standalone Hermes plugin that creates tasks in the operator’s Apple Reminders backlog. New tasks land in the 📥 Triage list through the same single-writer outbox used by the dashboard. It exposes first-class tools, so the agent must actually call one before confirming success.

How to trigger it

  • “adaugă un task: verifică raportul”
  • “pune pe listă să comand filtre”
  • “lista de cumpărături: pâine, lapte, ouă”
  • “wednesday_tasks”
  • Direct commands: /task <text> and /tasks <a, b, c>
  • Auto-fires for todo-shaped requests through the companion skill

How to use it

For one item, the plugin calls reminders_create_task. For a batch, it calls reminders_create_tasks once with the whole list. Priority and due date are optional. A confirmation is valid only after the tool returns success: true.

Practical examples

  1. You: “adaugă task: verifică stocul” → one task appears in 📥 Triage.
  2. You: “pune pe listă apă, cafea și hârtie” → three tasks are created in one batch.

Notes / limits

The plugin writes an intent to the Apple Reminders sync outbox; it does not call a third-party task API and must never edit the daemon-owned mirror directly. If the outbox write fails, the real error is returned instead of a success message.