← 返回 Skills 市场
Daily Reminder
作者
huangjingzhi07
· GitHub ↗
· v1.0.0
708
总下载
0
收藏
3
当前安装
1
版本数
在 OpenClaw 中安装
/install daily-reminder
功能描述
每日提醒、倒计时、纪念日管理工具
使用说明 (SKILL.md)
daily-reminder - 每日提醒技能
定时提醒、倒计时、纪念日管理工具。
功能列表
- 定时提醒 - 设置每天/每周固定时间的提醒
- 倒计时 - 设定目标日期,显示倒计时天数
- 纪念日 - 记录重要日期,提前提醒
触发关键词
- 提醒、设置提醒
- 倒计时
- 纪念日
- 查看提醒、我的提醒
数据存储
- reminders.json - 定时提醒
- countdowns.json - 倒计时
- anniversaries.json - 纪念日
使用示例
- "明天上午9点提醒我开会"
- "倒计时到2026年春节"
- "2026年3月15日是女朋友生日"
- "查看我的提醒"
安全使用建议
This skill appears to do exactly what it says: store and list reminders/countdowns/anniversaries in three JSON files colocated with the skill. There is no network access or credential use. Before installing, consider: (1) Where the agent runtime stores skill files — if the runtime is on a shared system or cloud, reminder contents will be persisted there in plain JSON and could be read by others with access; (2) whether you need sensitive information stored unencrypted (the skill does not encrypt data); and (3) file permissions for the skill directory. If those are acceptable, the skill is coherent and proportionate to its purpose.
功能分析
Type: OpenClaw Skill
Name: daily-reminder
Version: 1.0.0
The skill is a straightforward reminder and countdown tool that manages data locally using JSON files (reminders.json, countdowns.json, anniversaries.json). The code in index.js performs basic CRUD operations on these files without any external network calls, suspicious system commands, or attempts at data exfiltration.
能力评估
Purpose & Capability
Name/description (daily reminders, countdowns, anniversaries) match the implementation: activate() looks for reminder-related keywords and handlers create/list items stored in local JSON files. No unrelated capabilities or credentials are requested.
Instruction Scope
SKILL.md and the code limit behavior to creating, listing, and persisting reminders/countdowns/anniversaries. The instructions and code reference only the three JSON files and do not read other system files, environment variables, or send data to external endpoints.
Install Mechanism
No install spec; the skill is instruction/code-only and uses only built-in Node.js modules (fs, path). This is the lowest-risk install pattern and is proportional to the stated purpose.
Credentials
The skill requires no environment variables, credentials, or external configs. The only resources requested are local files within the skill directory (reminders.json, countdowns.json, anniversaries.json), which is consistent with a local reminders tool.
Persistence & Privilege
The skill writes persistent JSON files to its own directory, so reminders are stored on disk across runs. This is expected for a reminder tool but means stored reminder text is persisted in plain JSON (no encryption) and will be accessible to any process or user with access to the skill directory.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install daily-reminder - 安装完成后,直接呼叫该 Skill 的名称或使用
/daily-reminder触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of daily-reminder.
- Supports scheduled daily/weekly reminders.
- Allows users to set countdowns to a target date.
- Enables management of important anniversaries with advance notifications.
- Keyword triggers include: 提醒, 倒计时, 纪念日, 查看提醒.
元数据
常见问题
Daily Reminder 是什么?
每日提醒、倒计时、纪念日管理工具. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 708 次。
如何安装 Daily Reminder?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install daily-reminder」即可一键安装,无需额外配置。
Daily Reminder 是免费的吗?
是的,Daily Reminder 完全免费(开源免费),可自由下载、安装和使用。
Daily Reminder 支持哪些平台?
Daily Reminder 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Daily Reminder?
由 huangjingzhi07(@huangjingzhi07)开发并维护,当前版本 v1.0.0。
推荐 Skills