← 返回 Skills 市场
Smart Daily Assistant
作者
Manish Pareek
· GitHub ↗
· v1.0.0
558
总下载
2
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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,...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install smart-daily-assistant - 安装完成后,直接呼叫该 Skill 的名称或使用
/smart-daily-assistant触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
v1.0.0 — 20-feature AI personal assistant with reminders, notes, briefings, planner, habits
元数据
常见问题
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,... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 558 次。
如何安装 Smart Daily Assistant?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install smart-daily-assistant」即可一键安装,无需额外配置。
Smart Daily Assistant 是免费的吗?
是的,Smart Daily Assistant 完全免费(开源免费),可自由下载、安装和使用。
Smart Daily Assistant 支持哪些平台?
Smart Daily Assistant 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Smart Daily Assistant?
由 Manish Pareek(@mkpareek0315)开发并维护,当前版本 v1.0.0。
推荐 Skills