← 返回 Skills 市场
193
总下载
1
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install report-reminder
功能描述
在工作日检查日报是否已提交,未提交时提醒并@快腿鹿。
安全使用建议
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.
功能分析
Type: OpenClaw Skill
Name: report-reminder
Version: 1.0.0
The 'report-reminder' skill is a straightforward automation tool designed to check for the existence and content of daily report files in a specific local directory (/data/reports/daily/). The instructions in SKILL.md and README.md are consistent with its stated purpose of reminding users to submit reports on workdays. There are no indicators of data exfiltration, malicious execution, or harmful prompt injection.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install report-reminder - 安装完成后,直接呼叫该 Skill 的名称或使用
/report-reminder触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of report-reminder skill.
- Checks if the daily report file exists and contains valid content on workdays.
- Sends a reminder and @快腿鹿 if the report is missing or incomplete.
- Skips reminders on weekends (non-working days).
- Confirms when the daily report has already been submitted.
元数据
常见问题
Report Reminder 是什么?
在工作日检查日报是否已提交,未提交时提醒并@快腿鹿。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 193 次。
如何安装 Report Reminder?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install report-reminder」即可一键安装,无需额外配置。
Report Reminder 是免费的吗?
是的,Report Reminder 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Report Reminder 支持哪些平台?
Report Reminder 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Report Reminder?
由 皮皮熊(@bounding-elk)开发并维护,当前版本 v1.0.0。
推荐 Skills