← Back to Skills Marketplace
bounding-elk

Report Reminder

by 皮皮熊 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
193
Downloads
1
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install report-reminder
Description
在工作日检查日报是否已提交,未提交时提醒并@快腿鹿。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install report-reminder
  3. After installation, invoke the skill by name or use /report-reminder
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug report-reminder
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Report Reminder?

在工作日检查日报是否已提交,未提交时提醒并@快腿鹿。 It is an AI Agent Skill for Claude Code / OpenClaw, with 193 downloads so far.

How do I install Report Reminder?

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

Is Report Reminder free?

Yes, Report Reminder is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Report Reminder support?

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

Who created Report Reminder?

It is built and maintained by 皮皮熊 (@bounding-elk); the current version is v1.0.0.

💬 Comments