π¦ ClawHub
Aight Utils
by @vincenthhao
Native Aight app integration for creating reminders, tasks, triggers, and items. Use when user mentions deadlines, reminders, tasks, or tracking.
β‘ When to Use
π Constraints
1. Always generate unique IDs β use slug + timestamp
2. Parse dates before calling β convert natural language to ISO 8601
3. Set labels for categorization β helps user filter in Today view
4. Default status is "active" β don't set unless changing
5. For reminders: always use type: "trigger" with scheduledFor
6. For tasks: use type: "item" with labels
7. For completions: update existing item with status: "done"
TERMINAL
clawhub install aight-utils