What problem does it solve?
Users who want recurring reminders, periodic web digests, or delayed one-off actions in Clowder AI need a guided way to register, preview, and manage scheduled tasks without manually writing cron expressions or calling low-level APIs.
Core Features & Use Cases
- Conversational Task Registration: A 4-step flow (intent detection, template matching, preview confirmation, registration) using MCP tools like cat_cafe_preview_scheduled_task and cat_cafe_register_scheduled_task.
- Recurring and One-Time Triggers: Supports cron expressions, fixed intervals, and one-shot delayMs triggers that auto-retire after firing and survive restarts via normalized fireAt timestamps.
- Built-in Templates: reminder, web-digest (webpage summarization), and repo-activity (GitHub issue/PR tracking) templates with automatic target cat injection.
- Use Case: A user says "remind me to drink water every day at 9am" — the skill matches the reminder template, previews the cron trigger 0 9 * * *, and registers the task after user confirmation.
Quick Start
Ask the assistant to set up a scheduled task, for example: remind me every morning at 9am to check my backlog.