Smart Reminder System
Paste the following prompt into your AI chat to install this skill:
Please install @zcwl/smart-reminder-system according to https://skillhub.cn/install/skillhub.md.
About this skill
Problem
When an agent conversation includes a request like “remind me to check the weather in 30 seconds,” a plain text reply often leaves no task ID, no scheduling state, and no trace for later inspection. If the user later wants to query, update, or remove reminders, unstructured replies become hard to manage.
How it works
The skill turns reminder creation into a parameterized agent call. It accepts inputs such as content, mode, and style, then uses SkillHub cron to create the reminder task. Depending on the task type, the output can include a reminder ID, delivery status, scheduling ID, next run time, or execution records. For simple reminders, the flow can be read as: parse the time expression, write the cron task, and return a traceable result. The documented FAQ also mentions recurring reminders and task updates by ID, which can serve as later management entry points.
Boundaries
It is intended for AI agent platforms that can load SKILL.md, such as Claude Code, Cursor, Codex, or Gemini CLI, and relies on the agent’s built-in LLM. It is not a decision system for complex human judgment. For production use, keep API keys out of hard-coded config, verify system time, network reachability, and cron settings, and review logs when reminders do not fire on schedule.
Use Cases
- Create a one-time 'check weather in 30 seconds' reminder in an agent and capture the reminder ID.
- Use a cron expression to create a weekly task reminder and check the next run time.
- Update an existing reminder's time or content by task ID and confirm the returned state.
- Generate a reminder task in Codex and return the reminder ID plus delivery status.
Best For
- AI agent engineers building small automation tasks in Claude Code or Codex
- Developer-assistant maintainers who need conversational reminders as traceable tasks
- Agent application developers maintaining reminder workflows and checking task status
- AI workflow editors who create one-time or recurring reminders from natural language
Related Skills
An AI workflow that structures personal knowledge bases, IMA, Yuque, and Feishu content into approved personas for paid WeChat mini-agent deployment.
Local workflow memory with matching and SOP updates.
An OpenClaw live streaming executor that initializes TRTC streaming, starts a real-time dashboard, generates viewer URLs, and continuously reports live events.
Breaks down physical supply chains for super-trends to identify second- and third-layer bottlenecks, runs valuation and reverse checks, and maintains trackable reports.