← Back to Skills Marketplace
87
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install mm
Description
Organize, store, and recall information, set smart reminders, link related notes, and receive prompts to improve memory retention.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install mm - After installation, invoke the skill by name or use
/mm - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is Memory Manager Skill?
Organize, store, and recall information, set smart reminders, link related notes, and receive prompts to improve memory retention. It is an AI Agent Skill for Claude Code / OpenClaw, with 87 downloads so far.
How do I install Memory Manager Skill?
Run "/install mm" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Memory Manager Skill free?
Yes, Memory Manager Skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Memory Manager Skill support?
Memory Manager Skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Memory Manager Skill?
It is built and maintained by bittao (@hgta23); the current version is v1.0.0.
More Skills