← Back to Skills Marketplace
a-suraj-bhatti

Reminder Guardian

by a-suraj-bhatti · GitHub ↗ · v0.1.1
cross-platform ✓ Security Clean
811
Downloads
0
Stars
1
Active Installs
2
Versions
Install in OpenClaw
/install reminder-guardian
Description
Helps you remember things by keeping a list of reminders, creating the scheduled jobs to alert you, and tracking which ones are done.
Usage Guidance
This skill appears coherent and low-risk: it is a small, local Python CLI that writes a JSON log at memory/reminder-log.json and prints cron blueprints for you to copy into `openclaw cron add`. Before installing, (1) confirm you are comfortable with the skill writing to the repository/workspace memory/ directory (the log is stored there), (2) verify you have a trusted python3 on PATH, and (3) review the two included scripts if you want to be certain they meet your policies. Because the skill is run locally and requires no credentials or network installs, consider running it in a sandbox or isolated workspace if you want extra assurance.
Capability Analysis
Type: OpenClaw Skill Name: reminder-guardian Version: 0.1.1 The skill is designed to manage reminders, logging them locally and generating a JSON blueprint for manual scheduling via `openclaw cron add`. The `skill.md` explicitly states that the cron blueprint must be copied and manually added, preventing automated execution. The Python scripts (`reminder_guard.py` and `time_helper.py`) perform local file I/O for logging and time calculations, using `subprocess.run` to execute a trusted local helper script. User-provided reminder messages are included in the generated cron blueprint's `systemEvent` payload as display `text`, which is not intended for execution and does not present a direct command injection risk from the skill itself. There is no evidence of data exfiltration, backdoors, or other malicious intent.
Capability Assessment
Purpose & Capability
Name/description match what the code does: log reminders to memory/reminder-log.json, print a cron blueprint, and provide simple CLI operations. No unrelated credentials, binaries, or services are requested.
Instruction Scope
SKILL.md instructs running the included CLI scripts and manually pasting the printed blueprint into `openclaw cron add`. The scripts only read/write a single repository-local JSON log and call the local time helper; they do not access other system paths or contact external endpoints.
Install Mechanism
No install specification or remote download is present. The skill ships as local Python scripts; nothing is fetched or extracted from the network during install.
Credentials
No environment variables, API keys, or credentials are required. The script does call the local `python3` binary, which is a reasonable runtime dependency.
Persistence & Privilege
The skill is not force-installed (always: false) and does not modify other skills or system-wide agent settings. It stores its own log under the repository's memory/ directory only.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install reminder-guardian
  3. After installation, invoke the skill by name or use /reminder-guardian
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.1
- Simplified and clarified the documentation to make setup and workflow steps easier to follow. - Updated the description to better reflect the skill’s purpose for all users. - Rewrote instructions with a clear step-by-step process for logging, scheduling, and marking reminders. - Highlighted the use of the canonical time helper for consistency. - Emphasized the importance of manually pasting the printed blueprint into `openclaw cron add`.
v0.1.0
reminder-guardian 0.1.0 - Initial release of Reminder Guardian for reliable CLI-based reminder management. - Adds persistent logging of reminder entries, including status tracking and optional notes. - Integrates a bundled time helper script to ensure all timestamps are sourced consistently. - Generates reproducible Cron blueprints for easy scheduling and auditing. - CLI commands provided to add, schedule, update, and review reminders, all linked to a unified log file. - Designed as a standalone AgentSkill for easy installation and use.
Metadata
Slug reminder-guardian
Version 0.1.1
License
All-time Installs 1
Active Installs 1
Total Versions 2
Frequently Asked Questions

What is 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 811 downloads so far.

How do I install Reminder Guardian?

Run "/install reminder-guardian" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Reminder Guardian free?

Yes, Reminder Guardian is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Reminder Guardian support?

Reminder Guardian is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Reminder Guardian?

It is built and maintained by a-suraj-bhatti (@a-suraj-bhatti); the current version is v0.1.1.

💬 Comments