Smart Daily Assistant
v1.0.0When user asks to set reminders, save quick notes, get morning briefing, draft messages, use quick reply templates, translate text, plan day, schedule tasks,...
⭐ 2· 509·0 current·0 all-time
byManish Pareek@mkpareek0315
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
medium confidencePurpose & Capability
The name/description (personal assistant: reminders, notes, briefings, templates) aligns with the SKILL.md. It declares only local read/write usage and instructs creating/using files under ~/.openclaw/smart-daily-assistant, which is proportionate for this purpose.
Instruction Scope
Instructions are narrowly scoped to creating and reading/writing files under ~/.openclaw/smart-daily-assistant and explicitly state no external network calls. However, the SKILL.md describes time-triggered reminders ('When time arrives: REMINDER!') but does not provide a mechanism (background scheduler, cron, OS notifications, or how the agent will wake up to deliver reminders). This is an ambiguity you should clarify: the skill may rely on the platform to run periodically or on the agent to be invoked at reminder times.
Install Mechanism
No install spec and no code files — instruction-only. This is low-risk from installation perspective (nothing downloaded or written beyond the files it instructs to create).
Credentials
The skill requests no environment variables or external credentials. The only declared requirement is read/write access (metadata: tools ["read","write"]). That matches the described local file storage model. Confirm the platform's 'read'/'write' tools are constrained to the specified directory and can't access more of the filesystem than you expect.
Persistence & Privilege
always:false and no special privileges requested — good. Default autonomous invocation (disable_model_invasion:false) is allowed by platform and may be needed for scheduled reminders; consider whether you want the agent to run autonomously for notifications. The skill does not request to modify other skills or system-wide settings.
Assessment
What to check before installing:
- Confirm you are comfortable granting the agent read/write permission and verify (with the platform) that these permissions are limited to ~/.openclaw/smart-daily-assistant and not broader filesystem access.
- Ask the author or maintainer (source is unknown) how time-based reminders are actually delivered: does the platform run the agent in the background, do you need a cron job, or do reminders only appear when you next message the agent? Don’t assume the skill will pop up notifications unless that mechanism is documented.
- Because data is stored locally, review the created files after first run and avoid storing highly sensitive secrets in notes/contacts unless you add encryption.
- If you do not want autonomous scheduling, disable autonomous invocation for the skill (or disable reminder-related behaviors) until you confirm how scheduling works.
- The lack of a homepage or published source reduces provenance; if this matters, request source code or provenance before widespread use.Like a lobster shell, security has layers — review code before you run it.
latestvk975vmzkmb4vp3hdasv6fdpmph81pj2j
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
💬 Clawdis
