← Back to Skills Marketplace
mkpareek0315

Smart Daily Assistant

by Manish Pareek · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
558
Downloads
2
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install smart-daily-assistant
Description
When user asks to set reminders, save quick notes, get morning briefing, draft messages, use quick reply templates, translate text, plan day, schedule tasks,...
Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill Name: smart-daily-assistant Version: 1.0.0 The skill bundle is designed to be a local-only personal assistant. It explicitly and repeatedly states that it makes no external API calls, no network requests, and sends no data to any server. All data operations are confined to the `~/.openclaw/smart-daily-assistant/` directory. The `read` and `write` permissions requested in `_meta.json` are justified and explicitly scoped within the `SKILL.md` documentation. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, obfuscation, or instructions for prompt injection against the agent that would lead to harmful actions; instead, the instructions actively constrain the agent to benign, local operations.
Capability Assessment
Purpose & 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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install smart-daily-assistant
  3. After installation, invoke the skill by name or use /smart-daily-assistant
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
v1.0.0 — 20-feature AI personal assistant with reminders, notes, briefings, planner, habits
Metadata
Slug smart-daily-assistant
Version 1.0.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Smart Daily Assistant?

When user asks to set reminders, save quick notes, get morning briefing, draft messages, use quick reply templates, translate text, plan day, schedule tasks,... It is an AI Agent Skill for Claude Code / OpenClaw, with 558 downloads so far.

How do I install Smart Daily Assistant?

Run "/install smart-daily-assistant" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Smart Daily Assistant free?

Yes, Smart Daily Assistant is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Smart Daily Assistant support?

Smart Daily Assistant is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Smart Daily Assistant?

It is built and maintained by Manish Pareek (@mkpareek0315); the current version is v1.0.0.

💬 Comments