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.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/a-suraj-bhatti/reminder-guardianWhat 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
- "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."
- "List my next upcoming pending reminder so I can copy the blueprint for my cron job."
- "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 addwith the generated blueprint to activate the notification. - Consistency: Always use the
scripts/time_helper.pyutility for scheduling to ensure your timestamps match the system's canonical time source. - Maintenance: Periodically check your
memory/reminder-log.jsonto 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
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-a-suraj-bhatti-reminder-guardian": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-write, file-read