Wednesday Task — first-class Apple Reminders tools
Category: skills Where it works: Claude Code / Telegram (Hermes) / both
What it is
Skill that routes todo-shaped requests to the operator’s Apple Reminders
backlog. It detects phrases such as “creează task”, “add task”, /task,
TODO:, “trebuie să” and shopping-list requests.
How to trigger it
- Natural language phrases: “creează task X”, “add task Y”, “TODO:
”, “remind me to ”, “trebuie să ”, “I need to ”, “task: ”, “lista de cumpărături”, “shopping list”, “lista farmacie”, “wishlist”, “pune-mi task”, “fă task”. - Direct command/trigger:
/task <text>. - Auto-fires? yes — on any todo-shaped phrase above.
How to use it
The skill calls reminders_create_task(title, priority?, due?) for one item or
reminders_create_tasks(titles, priority?) for a batch. New work lands in the
📥 Triage Reminders list. It confirms creation only after receiving
success: true from the tool.
Practical examples
- You: “lista de cumpărături: pâine, lapte, ouă” → one batch call creates three reminders.
- You: “adaugă task să trimit formularul mâine” → one reminder is created with a due date when it can be parsed safely.
Notes / limits
Never say “Task creat” without tool success. The built-in todo toolset remains
disabled, and the daemon-owned backlog mirror is read-only to agents. Detailed
instructions belong in the reminder’s notes field, which is also the directive
channel when that task is later picked up.