Back to skill
v1.8.0

Healthy Meal Reminder

BenignClawScan verdict for this skill. Analyzed May 1, 2026, 7:28 AM.

Analysis

This instruction-only meal reminder is coherent and not suspicious, but it uses recurring reminders and stores personal diet or weight details if enabled.

GuidanceThis looks reasonable for a meal-reminder skill. Before installing, decide whether you want persistent scheduled reminders and whether you are comfortable having diet, weight, allergy, and preference information stored for follow-ups and reports.

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.

Abnormal behavior control

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.

Rogue Agents
SeverityLowConfidenceHighStatusNote
SKILL.md
openclaw cron add --name "早餐提醒" --schedule "0 7 * * *" --tz "Asia/Shanghai"

The artifact documents recurring scheduled reminders for meals, follow-ups, exercise, and weekly reports. This is expected for a reminder skill, but it creates persistent agent activity.

User impactThe user may receive repeated daily and weekly prompts until those cron reminders are paused or removed.
RecommendationInstall or enable the cron reminders only if you want ongoing prompts, and make sure you know how to edit, pause, or delete them.
Sensitive data protection

Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.

Memory and Context Poisoning
SeverityLowConfidenceHighStatusNote
SKILL.md
记录格式(存入当日记忆)... 周日21:00自动提醒,询问:1. 本周体重变化

The skill records meal choices, calories, and weight-related check-ins in agent memory for daily totals and weekly/monthly trends.

User impactPersonal diet, weight, allergy, and preference information may be retained and reused in later recommendations or reports.
RecommendationOnly share health or weight details you are comfortable storing, and review or clear the agent's memory if you no longer want that information used.