yoooclaw-family-digest

PassAudited by ClawScan on May 14, 2026.

Overview

This skill is a coherent notification-summary helper, but it will read recent local phone notification files that may contain private family messages.

Install this if you are comfortable with the agent reading recent local notification JSON files to summarize family-related messages. For better privacy, ask for a specific date or person rather than a broad “recent” summary.

Publisher note

Summarize important family messages by person — spouse, parents, kids' teachers — with urgency tags so you know what needs a response.

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

The agent may access local notification files for the requested dates in order to summarize family messages.

Why it was flagged

The skill directs the agent to run a local command and then read files from the returned notification directory. This is disclosed and central to the notification-summary purpose, but it is still local tool and file access users should notice.

Skill content
先通过 `openclaw ntf storage-path` 获取通知存储目录(用 Bash 工具运行该命令,stdout 即是目录的绝对路径)。后续所有通知文件直接在这个目录下
Recommendation

Use the skill only when you want the agent to inspect notification history, and specify the person or date range when possible.

What this means

Private notification text may be processed in the conversation, even if only family-relevant items are shown in the final summary.

Why it was flagged

The input files can contain all app notifications for a day, which may include private family, school, messaging, or account-related content. The skill narrows output through filters and says it does not write files, but the notification content is still brought into the agent context.

Skill content
一天一文件,包含当日全部 App 通知
Recommendation

Avoid invoking this skill for broad time periods unless needed, and do not share the generated summary with people who should not see the underlying family information.