report-reminder
在工作日检查日报是否已提交,未提交时提醒并@快腿鹿。
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/bounding-elk/report-reminderWhat This Skill Does
The report-reminder skill functions as a dedicated oversight tool for professional teams. It automatically monitors the status of daily work reports saved in a specific filesystem structure. Designed to ensure team compliance and reduce manual follow-ups, the agent verifies the presence and quality of reports. It distinguishes between empty placeholders and substantive content, only triggering an intervention when necessary. It respects weekend boundaries, ensuring team members aren't pestered during non-working days, and provides specific feedback when a report is already validated.
Installation
You can install this skill directly via the OpenClaw command-line interface. Use the following command in your terminal:
clawhub install openclaw/skills/skills/bounding-elk/report-reminder
Use Cases
- Team Management: Project leads can offload the manual task of checking for daily progress updates.
- Deadline Compliance: Ensures consistent reporting habits across a distributed team by automating the 'gentle nudge' process.
- Task Accountability: Prevents the '待补充' (to be added) loophole where team members submit empty files to bypass submission checks.
Example Prompts
- "Check if today's report is submitted and notify the team if it's missing."
- "Perform a status check on the report for 2023-10-27."
- "Run the report-reminder sequence now to ensure everyone has logged their work."
Tips & Limitations
- File Paths: The skill expects reports in
/data/reports/daily/YYYY-MM-DD.md. Ensure your reporting system writes to this directory for compatibility. - Content Validation: The skill is programmed to be strict. If you use a template, ensure the content exceeds simple headers or placeholders like '待补充', or the agent will correctly flag it as invalid.
- Working Days: Currently configured for a standard Monday-to-Friday work week. It will silently skip checks on Saturdays and Sundays. If your team operates on a different schedule, please verify the internal configuration of your agent instance.
- Privacy: The agent only reads file contents to verify existence and completion; it does not store or share sensitive data externally.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-bounding-elk-report-reminder": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-read