Qsr Daily Ops Monitor
Analysis
The provided artifacts show a coherent instruction-only restaurant checklist skill, with the main user-notice items being recurring reminders and stored operational check history.
Findings (2)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
Scheduling — use OpenClaw cron to initiate checks at configured times. If cron is unavailable, prompt via messaging channel. ... if no response within 30 minutes, send one reminder.
The skill asks for recurring autonomous check-ins and reminders; this is disclosed and bounded but creates ongoing agent activity.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
Memory format — store each completed check as: [DATE] | [CHECK: opening/midshift/closing] | [PASSED: X/5] | [FAILED: items or "none"] | [RESPONDENT: name/role] | [NOTES: text or "none"]
The skill explicitly keeps an ongoing record of compliance results, respondent identity/role, and free-text notes for future pattern tracking.
