Set reminders using natural language. Automatically creates one-time cron jobs and logs to markdown.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install remind-me-2-1-0或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install remind-me-2-1-0⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/remind-me-2-1-0/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: remind-me description: Set reminders using natural language. Automatically creates one-time cron jobs and logs to markdown. metadata: {"clawdbot":{"emoji":"⏰","requires":{"bins":["bash","date"]}}} ---
Natural language reminders that fire automatically. Uses cron for scheduling, markdown for logging.
Just ask naturally:
For repeating reminders:
--at/home/julian/clawd/reminders.md for historyRelative:
Absolute:
Dates:
Intervals:
Daily:
Weekly:
All reminders are logged to /home/julian/clawd/reminders.md:
- [scheduled] 2026-01-06 17:00 | Pay for Gumroad (id: abc123)
- [recurring] every 2h | Stand up and stretch (id: def456)
- [recurring] cron: 0 9 * * 1 | Weekly meeting (id: ghi789)
Status:
[scheduled] — one-time reminder waiting to fire[recurring] — repeating reminder (active)[sent] — one-time reminder already delivered# List pending reminders
cron list
# View reminder log
cat /home/julian/clawd/reminders.md
# Remove a scheduled reminder
cron rm <job-id>
When the user says "remind me to X at Y":
bash /home/julian/clawd/skills/remind-me/create-reminder.sh "X" "Y"
Examples:
bash /home/julian/clawd/skills/remind-me/create-reminder.sh "Pay for Gumroad" "later today"
bash /home/julian/clawd/skills/remind-me/create-reminder.sh "Call dentist" "tomorrow at 3pm"
bash /home/julian/clawd/skills/remind-me/create-reminder.sh "Check email" "in 2 hours"
When the user says "remind me every X to Y":
bash /home/julian/clawd/skills/remind-me/create-recurring.sh "Y" "every X"
Examples:
bash /home/julian/clawd/skills/remind-me/create-recurring.sh "Stand up and stretch" "every 2 hours"
bash /home/julian/clawd/skills/remind-me/create-recurring.sh "Check email" "daily at 9am"
bash /home/julian/clawd/skills/remind-me/create-recurring.sh "Weekly team meeting" "every Monday at 2pm"
Both scripts automatically:
--at or recurring with --every/--cron)/home/julian/clawd/reminders.md安装 Remind Me 2.1.0 后,可以对 AI 说这些话来触发它
Help me get started with Remind Me 2.1.0
Explains what Remind Me 2.1.0 does, walks through the setup, and runs a quick demo based on your current project
Use Remind Me 2.1.0 to set reminders using natural language
Invokes Remind Me 2.1.0 with the right parameters and returns the result directly in the conversation
What can I do with Remind Me 2.1.0 in my developer & devops workflow?
Lists the top use cases for Remind Me 2.1.0, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/remind-me-2-1-0/ 目录(个人级,所有项目可用),或 .claude/skills/remind-me-2-1-0/(项目级)。重启 AI 客户端后,用 /remind-me-2-1-0 主动调用,或让 AI 根据上下文自动发现并使用。
Remind Me 2.1.0 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Remind Me 2.1.0 可免费安装使用。请查阅仓库了解许可证信息。
Set reminders using natural language. Automatically creates one-time cron jobs and logs to markdown.
Remind Me 2.1.0 属于「Developer & DevOps」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my developer & devops tasks using Remind Me 2.1.0
Identifies repetitive steps in your workflow and sets up Remind Me 2.1.0 to handle them automatically