Smart Daily Assistant
AdvisoryAudited by Static analysis on Apr 30, 2026.
Overview
No suspicious patterns detected.
Findings (0)
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.
The assistant can create and update its own local data files for reminders, notes, and settings.
The skill asks for local file read/write capability to initialize and update its JSON data. The behavior is disclosed and scoped to the skill directory, so it is purpose-aligned rather than suspicious.
metadata: {"clawdbot":{"emoji":"💬","requires":{"tools":["read","write"]}}} ... Only reads/writes files under `~/.openclaw/smart-daily-assistant/`Install only if you are comfortable with the assistant maintaining local files under ~/.openclaw/smart-daily-assistant, and periodically review or delete that folder if needed.
Personal details you save through the assistant may remain available to the skill in later sessions.
The skill persists personal assistant data locally, including reminders, notes, contacts, and activity history, so that information can be reused across future interactions.
All data stored under `~/.openclaw/smart-daily-assistant/`: ... `reminders.json` ... `notes.json` ... `contacts.json` ... `history.json`
Avoid storing highly sensitive information unless you want it persisted locally, and delete the skill’s data directory when you no longer want that history retained.
