← 返回 Skills 市场
Reminder Guardian
作者
a-suraj-bhatti
· GitHub ↗
· v0.1.1
811
总下载
0
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install 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.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install reminder-guardian - 安装完成后,直接呼叫该 Skill 的名称或使用
/reminder-guardian触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 811 次。
如何安装 Reminder Guardian?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install reminder-guardian」即可一键安装,无需额外配置。
Reminder Guardian 是免费的吗?
是的,Reminder Guardian 完全免费(开源免费),可自由下载、安装和使用。
Reminder Guardian 支持哪些平台?
Reminder Guardian 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Reminder Guardian?
由 a-suraj-bhatti(@a-suraj-bhatti)开发并维护,当前版本 v0.1.1。
推荐 Skills