alarm-memo-assistant-pro

PassAudited by ClawScan on May 1, 2026.

Overview

This instruction-only skill is consistent with a reminder and memo assistant, but users should notice that it may persist local task data and create scheduled chat reminders when the host supports those features.

This skill appears safe to install for reminder and memo management. Before using automatic daily pushes or recurring reminders, confirm where its data files will be stored, what scheduled jobs it creates, and how to delete or disable them later.

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.

What this means

Recurring reminders or daily task summaries may continue to be posted as long as the host scheduler is running.

Why it was flagged

The skill may create scheduled jobs that continue running in the host environment, which is expected for reminders but is still persistent agent behavior.

Skill content
若宿主支持 OpenClaw cron,则创建/更新一个每日推送 job。
Recommendation

Only enable recurring jobs intentionally, confirm the schedule and timezone, and ask how to list, modify, or disable created jobs.

What this means

Personal tasks, notes, deadlines, and summaries may remain in local files and influence later digests or reminders.

Why it was flagged

The skill stores user reminders, memos, todos, and daily summaries for later reuse, which is purpose-aligned but creates persistent local context.

Skill content
优先在 `{baseDir}/data/` 下维护以下文件:`alarms.json`、`memos.md`、`todos.json`、`daily_digest.md`
Recommendation

Avoid storing highly sensitive information unless needed, review the data files periodically, and request deletion or export when you no longer want the records kept.