Smart Daily Assistant

PassAudited by ClawScan on May 1, 2026.

Overview

This appears to be a local, instruction-only daily assistant; the main thing to notice is that it saves personal reminders, notes, contacts, and activity history in local files.

This skill looks reasonable for a local personal assistant. Before installing, be aware that it will keep local records of things like reminders, notes, contacts, and activity history in ~/.openclaw/smart-daily-assistant. Do not store sensitive information there unless you are comfortable with it persisting on your device.

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 assistant can create and update its own local data files for reminders, notes, and settings.

Why it was flagged

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.

Skill content
metadata: {"clawdbot":{"emoji":"💬","requires":{"tools":["read","write"]}}} ... Only reads/writes files under `~/.openclaw/smart-daily-assistant/`
Recommendation

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.

What this means

Personal details you save through the assistant may remain available to the skill in later sessions.

Why it was flagged

The skill persists personal assistant data locally, including reminders, notes, contacts, and activity history, so that information can be reused across future interactions.

Skill content
All data stored under `~/.openclaw/smart-daily-assistant/`: ... `reminders.json` ... `notes.json` ... `contacts.json` ... `history.json`
Recommendation

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.