← 返回 Skills 市场
87
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install mm
功能描述
Organize, store, and recall information, set smart reminders, link related notes, and receive prompts to improve memory retention.
安全使用建议
This skill appears to be a small demo implementation rather than the full feature set described. Before installing or relying on it: 1) Don't assume reminders persist across sessions — main.py stores data only in memory and will be lost when the process ends. 2) Location-based reminders, scheduled/periodic prompts, and spaced-repetition features are not implemented; ask the author how those are handled (OS notifications, background scheduler, external services) if you need them. 3) Because all data is kept in-memory and stored in plain structures, avoid saving sensitive secrets or credentials with this skill. 4) If you need persistent storage or notifications, require evidence of secure storage, explicit permission flows for location/notifications, and a clear privacy policy. If the skill will be used in production, request that the maintainer add persistence, proper time parsing/scheduling, and secure storage or integrate with an authenticated calendar/notification service.
功能分析
Type: OpenClaw Skill
Name: mm
Version: 1.0.0
The skill bundle implements a simple in-memory note-taking and reminder system as described in SKILL.md. The Python code in main.py contains basic logic for storing, searching, and linking text-based 'memories' without any network access, file system interaction, or suspicious execution patterns.
能力评估
Purpose & Capability
Name and description match an in-memory note/reminder manager, and the included main.py implements basic save/search/link/reminder APIs. However the SKILL.md advertises features (spaced repetition, periodic memory boosters, contextual/location triggers) that the code does not implement — there is no persistence, scheduler, or location handling. This is an overclaim vs. the actual capability.
Instruction Scope
SKILL.md describes setting time/location-based reminders and periodic prompts; the runtime instructions are high-level and do not specify how to access device location, timers, or external notification services. The code's handle_request uses hard-coded example times and simple parsing, so runtime behavior will be much more limited than the prose implies. This mismatch grants broad implicit authority in the prose without concrete implementation or boundaries.
Install Mechanism
No install spec; skill is instruction-only with a small Python file. Nothing is downloaded or installed, so there is low installation risk.
Credentials
The skill does not request environment variables, credentials, or config paths. No secrets or external service access are required by the manifest or code.
Persistence & Privilege
always is false and the skill does not attempt to modify other skills or system configurations. However, the skill lacks any built-in persistence or background process for notifications.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install mm - 安装完成后,直接呼叫该 Skill 的名称或使用
/mm触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Memory Manager skill v1.0.0 released:
- Organize, store, and recall notes, facts, and ideas efficiently.
- Set smart reminders based on time, location, or events.
- Link related information to build a connected knowledge network.
- Receive periodic prompts to review and reinforce memory.
- Search and retrieve saved information using natural language queries.
元数据
常见问题
Memory Manager Skill 是什么?
Organize, store, and recall information, set smart reminders, link related notes, and receive prompts to improve memory retention. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 87 次。
如何安装 Memory Manager Skill?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install mm」即可一键安装,无需额外配置。
Memory Manager Skill 是免费的吗?
是的,Memory Manager Skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Memory Manager Skill 支持哪些平台?
Memory Manager Skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Memory Manager Skill?
由 bittao(@hgta23)开发并维护,当前版本 v1.0.0。
推荐 Skills