instances/xiaodazi/skills/reminder/SKILL.md
Set reminders using natural language. Integrates with platform-native reminder systems.
npx skillsauth add malue-ai/dazee-small reminderInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
用自然语言设置提醒,自动对接平台原生提醒系统(macOS 提醒事项 / Windows 任务计划 / 系统通知)。
将自然语言时间转换为具体时间点:
| 用户表达 | 解析结果 | |---|---| | 「下午 3 点」 | 今天 15:00 | | 「明天早上」 | 明天 09:00 | | 「半小时后」 | 当前时间 + 30min | | 「周五」 | 本周五 09:00 | | 「每天早上 9 点」 | 循环提醒,每日 09:00 |
macOS — 优先使用 Apple Reminders(需 apple-reminders skill):
osascript -e '
tell application "Reminders"
set newReminder to make new reminder in list "提醒事项" with properties ¬
{name:"开会", due date:date "2026-02-26 15:00:00", body:"下午 3 点的会议"}
end tell'
Windows — 使用任务计划程序(需 task-scheduler skill)或系统通知。
通用回退 — 使用 scheduled-tasks skill 设置延时通知:
→ 到时间后调用系统通知 skill 发送提醒
用户:下午 3 点提醒我开会
→ 解析:今天 15:00,提醒内容「开会」
→ 确认:好的,已设置提醒 ⏰ 今天 15:00 提醒你「开会」
→ 到时间后发送系统通知
development
Local web search (Tavily/Exa, requires API Key). For quick searches. If no Key configured or deep research needed, use cloud_agent instead.
development
Get current weather and forecasts (no API key required).
tools
Send WhatsApp messages to other people or search/sync WhatsApp history via the wacli CLI (not for normal user chats).
tools
Start voice calls via the Moltbot voice-call plugin.