Daily Reminder

v1.0.0

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

0· 705·3 current·3 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for huangjingzhi07/daily-reminder.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Daily Reminder" (huangjingzhi07/daily-reminder) from ClawHub.
Skill page: https://clawhub.ai/huangjingzhi07/daily-reminder
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install daily-reminder

ClawHub CLI

Package manager switcher

npx clawhub@latest install daily-reminder
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

latestvk973j72k7bg8m0nknbrmzbkp1s82ez3f
705downloads
0stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

daily-reminder - 每日提醒技能

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

功能列表

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

触发关键词

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

数据存储

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

使用示例

  • "明天上午9点提醒我开会"
  • "倒计时到2026年春节"
  • "2026年3月15日是女朋友生日"
  • "查看我的提醒"

Comments

Loading comments...