ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified productivity Safety 5/5

reminder-guardian

Helps you remember things by keeping a list of reminders, creating the scheduled jobs to alert you, and tracking which ones are done.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/a-suraj-bhatti/reminder-guardian
Or

What This Skill Does

Reminder Guardian is a precise, audit-friendly productivity tool designed for the OpenClaw ecosystem. Unlike automated calendar apps that hide their logic, this skill treats every reminder as a logged record of intent. It bridges the gap between your intention and system-level execution by generating explicit cron-ready blueprints. When you request a reminder, the skill writes a status-tracked entry into a local JSON log and provides you with the exact command structure needed for your OpenClaw cron manager. This ensures that you have full visibility and control over exactly when and how your alerts are triggered.

Installation

To integrate this into your agent, use the following command in your terminal: clawhub install openclaw/skills/skills/a-suraj-bhatti/reminder-guardian Once installed, verify the installation by checking the memory/ directory for the reminder-log.json file, which will act as the primary database for your scheduled tasks.

Use Cases

This skill is perfect for users who require high-reliability notifications for recurring habits, administrative deadlines, or medication tracking. Because the system requires a manual step—copying the generated blueprint into openclaw cron add—it is ideal for power users who want to review the exact payload and timing of a task before authorizing it to run in the background. It is also excellent for teams or individuals maintaining a strict audit trail of their operational requirements.

Example Prompts

  1. "OpenClaw, I need to take my daily vitamins at 5 PM today. Add this to my reminder guardian list and show me the cron blueprint."
  2. "List my next upcoming pending reminder so I can copy the blueprint for my cron job."
  3. "Mark the reminder with ID 42 as completed since I have already finished that task."

Tips & Limitations

  • Manual Step Required: The most important thing to remember is that the skill logs the request, but does not auto-schedule it. You must run openclaw cron add with the generated blueprint to activate the notification.
  • Consistency: Always use the scripts/time_helper.py utility for scheduling to ensure your timestamps match the system's canonical time source.
  • Maintenance: Periodically check your memory/reminder-log.json to prune old entries. While it provides an excellent audit trail, it will continue to grow as long as you use the skill.
  • Security: Since the logs are saved locally and ignored from git, you can safely store private reminders without fear of accidental commits to public repositories.

Metadata

Stars4473
Views1
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-a-suraj-bhatti-reminder-guardian": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#productivity#reminder#cron#automation#scheduling
Safety Score: 5/5

Flags: file-write, file-read