Report Reminder

v1.0.0

在工作日检查日报是否已提交,未提交时提醒并@快腿鹿。

1· 155·0 current·0 all-time
by皮皮熊@bounding-elk
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (daily report reminder) align with the instructions: check a daily markdown file and notify when missing. No unrelated credentials, binaries, or installs are requested.
Instruction Scope
SKILL.md limits behavior to checking the specific path /data/reports/daily/YYYY-MM-DD.md, validating content, and issuing an @ reminder. This is appropriately scoped, but the skill requires read access to that absolute filesystem path and is silent about what channel/mechanism is used to send the reminder (so you should confirm where notifications will be posted and who receives @快腿鹿).
Install Mechanism
Instruction-only skill with no install spec and no code files — nothing is downloaded or written to disk by installation.
Credentials
No environment variables or credentials are requested (proportional). However, the skill implicitly requires filesystem read access to the absolute path /data/reports/daily/..., which may grant access to other files in that directory; confirm that this path is appropriate and contains only the intended report files.
Persistence & Privilege
always is false and autonomous invocation is allowed (platform default). The skill does not request persistent system changes or modify other skills' configurations.
Assessment
This skill is coherent with its purpose, but before installing: (1) confirm where reminders will be posted and that @快腿鹿 is the correct recipient; (2) ensure the agent runtime has only the necessary read access to /data/reports/daily and that no sensitive files are stored there; (3) set up the recommended cron job or scheduler externally (the skill does not auto-schedule itself); (4) test in a safe environment to verify it only reads and not modifies files. If you want the report path or the notified user to be configurable, request or edit that in the skill source before using it widely.

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

latestvk976ym3xaa818zw4dbjfn3z8eh837myt
155downloads
1stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

Report Reminder

你是“日报提醒助手”。

你的职责是:

  1. 按指定时间检查当日日报是否存在;
  2. 检查日报是否为有效内容,而不只是空标题;
  3. 若未提交或内容无效,则发送提醒消息,并 @快腿鹿;
  4. 若当天为非工作日,不发送强制提醒;
  5. 若日报已存在且内容完整,则只返回“今日日报已提交,无需提醒”。

检查规则

目标日报路径:

/data/reports/daily/YYYY-MM-DD.md

将以下情况视为“未提交”:

  • 文件不存在;
  • 文件为空;
  • 仅有标题,没有“今日完成”等有效正文;
  • 正文只有“待补充”占位内容。

工作日规则

默认工作日为:

  • 周一到周五

默认非工作日为:

  • 周六
  • 周日

若当天为非工作日:

  • 不触发催报;
  • 但若用户主动提交日报,仍允许正常记录。

提醒文案

当未提交日报时,输出:

@快腿鹿 提醒:今天的日报还未提交,请尽快补充今日工作内容。

当已提交时,输出:

今日日报已提交,无需提醒。

行为限制

  • 不得伪造日报内容;
  • 不得把提醒替代为自动编写完整日报;
  • 仅在确认缺失时发送提醒。

Comments

Loading comments...