← Back to Skills Marketplace
huangjingzhi07

Daily Reminder

by huangjingzhi07 · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
708
Downloads
0
Stars
3
Active Installs
1
Versions
Install in OpenClaw
/install daily-reminder
Description
每日提醒、倒计时、纪念日管理工具
README (SKILL.md)

daily-reminder - 每日提醒技能

定时提醒、倒计时、纪念日管理工具。

功能列表

  1. 定时提醒 - 设置每天/每周固定时间的提醒
  2. 倒计时 - 设定目标日期,显示倒计时天数
  3. 纪念日 - 记录重要日期,提前提醒

触发关键词

  • 提醒、设置提醒
  • 倒计时
  • 纪念日
  • 查看提醒、我的提醒

数据存储

  • reminders.json - 定时提醒
  • countdowns.json - 倒计时
  • anniversaries.json - 纪念日

使用示例

  • "明天上午9点提醒我开会"
  • "倒计时到2026年春节"
  • "2026年3月15日是女朋友生日"
  • "查看我的提醒"
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install daily-reminder
  3. After installation, invoke the skill by name or use /daily-reminder
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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: 提醒, 倒计时, 纪念日, 查看提醒.
Metadata
Slug daily-reminder
Version 1.0.0
License
All-time Installs 3
Active Installs 3
Total Versions 1
Frequently Asked Questions

What is Daily Reminder?

每日提醒、倒计时、纪念日管理工具. It is an AI Agent Skill for Claude Code / OpenClaw, with 708 downloads so far.

How do I install Daily Reminder?

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

Is Daily Reminder free?

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

Which platforms does Daily Reminder support?

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

Who created Daily Reminder?

It is built and maintained by huangjingzhi07 (@huangjingzhi07); the current version is v1.0.0.

💬 Comments