← 返回 Skills 市场
toller892

Memory Daily

作者 toller892 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
85
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install memory-daily
功能描述
Automates daily memory file management. Use when creating, reading, or appending to daily memory notes (memory/YYYY-MM-DD.md). Helps the agent maintain conti...
安全使用建议
This skill appears to do exactly what it claims: create, read, and append local daily markdown files in a memory/ directory under the workspace. Before installing, confirm you are comfortable with the agent writing files to the workspace (DEFAULT_MEMORY_DIR is resolved relative to the skill directory). Consider: (1) review or override the memoryDir parameter if you want files placed somewhere specific and safe; (2) ensure the workspace does not contain sensitive secrets that could be written into memory notes; (3) the package contains duplicate files (harmless but unusual) — you can inspect the included index.js to verify behavior. Otherwise the footprint is local and coherent with the stated purpose.
功能分析
Type: OpenClaw Skill Name: memory-daily Version: 1.0.0 The skill provides legitimate functionality for managing daily memory logs but contains a path traversal vulnerability in index.js. The read() and append() functions accept a 'date' parameter that is used in path.join() without sanitization, which could allow an agent to be manipulated into reading or writing files outside the intended directory. While the behavior aligns with the stated purpose, the lack of input validation on file paths is a high-risk vulnerability.
能力评估
Purpose & Capability
Name/description, SKILL.md, and index.js are consistent: functions exist for ensureToday, append, read, recent and operate on memory/YYYY-MM-DD.md. There are no unrelated binaries or credentials requested.
Instruction Scope
Runtime instructions are limited to local file operations in a dedicated memory directory. No network calls, external endpoints, or instructions to read unrelated system files or environment variables are present.
Install Mechanism
There is no install specification (no downloads or package installs), which is low risk. The package includes source files packaged three times (duplicates of index.js, SKILL.md, package.json) — odd packaging but not evidence of malicious behavior.
Credentials
The skill declares no required environment variables, credentials, or config paths. The code doesn't access environment variables or external secrets.
Persistence & Privilege
always is false and the skill does not modify other skills or global agent config. It only writes/reads files under the memory directory it controls.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install memory-daily
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /memory-daily 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Automates daily memory file management (memory/YYYY-MM-DD.md) for OpenClaw agents
元数据
Slug memory-daily
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Memory Daily 是什么?

Automates daily memory file management. Use when creating, reading, or appending to daily memory notes (memory/YYYY-MM-DD.md). Helps the agent maintain conti... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 85 次。

如何安装 Memory Daily?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install memory-daily」即可一键安装,无需额外配置。

Memory Daily 是免费的吗?

是的,Memory Daily 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Memory Daily 支持哪些平台?

Memory Daily 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Memory Daily?

由 toller892(@toller892)开发并维护,当前版本 v1.0.0。

💬 留言讨论