remind-me

Automates natural-language reminders scheduled via cron with markdown logging.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/enantiomer-h/DotfilePub --skill remind-me-enantiomer-h
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: remind-me
Source: https://github.com/enantiomer-h/DotfilePub/tree/main/openclaw-docker/openclaw-docker/.openclaw/workspace/skills/remind-me
Command: npx skills add https://github.com/enantiomer-h/DotfilePub --skill remind-me-enantiomer-h

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires openclaw, jq, and includes scripts (resource) components.

What problem does it solve?

Natural language reminders that fire automatically. In this workspace, reminders are created via the OpenClaw Gateway cron scheduler and logged to a markdown file for traceability.

Core Features & Use Cases

  • One-time reminders triggered at a specified time with a simple natural-language prompt.
  • Recurring reminders (daily, weekly, or every X minutes/hours) that reoccur until canceled.
  • All reminders are logged to /home/node/.openclaw/workspace/reminders.md for auditing and retrieval.

Quick Start

Ask me to remind you about something at a specific time, and I will schedule and log the reminder.

Frequently Asked Questions about remind-me

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up recurring reminders using natural language scheduling?

Recurring reminders using natural language scheduling are created by instructing the Skill with phrases like 'every day at 9am'. The Skill parses the time phrase and automates scheduling via the OpenClaw Gateway cron scheduler, firing reminders until canceled.

Can I log scheduled reminders to a markdown file for traceability?

Yes, you can log scheduled reminders to a markdown file for traceability. The Skill automatically writes all one-time and recurring reminders to the workspace reminders.md file for auditing and retrieval.

Does OpenClaw Gateway support natural language time parsing for cron jobs?

OpenClaw Gateway supports natural language time parsing for cron jobs through this Skill. It interprets phrases like 'in 2 hours' or 'weekly' and configures the cron scheduler accordingly without requiring explicit cron syntax.

How do I create one-time reminders with a natural-language prompt?

One-time reminders are created by providing a natural-language prompt specifying a time, such as 'in 2 hours'. The Skill schedules the reminder via the OpenClaw cron scheduler and logs it for reference.

Do I need jq and openclaw dependencies to schedule reminders in the workspace?

Yes, you need jq and openclaw dependencies to schedule reminders in the workspace. The Skill relies on the OpenClaw Gateway for cron scheduling and jq for processing the natural-language reminder logic.