← Back to Skills Marketplace
16523
Downloads
17
Stars
249
Active Installs
3
Versions
Install in OpenClaw
/install memory
Description
Infinite organized memory that complements your agent's built-in memory with unlimited categorized storage.
Usage Guidance
Install only if you want an agent-maintained plaintext memory folder at ~/memory. Avoid saving passwords, tokens, regulated data, or sensitive personal details unless you intentionally want them persisted locally, and review exactly what is copied before enabling built-in-memory sync.
Capability Analysis
Type: OpenClaw Skill
Name: memory
Version: 1.0.2
The skill's core functionality is benign, providing an organized memory system within `~/memory/`. However, `SKILL.md`, `patterns.md`, and `troubleshooting.md` contain explicit instructions for the AI agent to execute various shell commands (`grep`, `cat`, `mv`, `ls`, `mkdir`, `wc -l`, and multi-line bash scripts). While these commands are intended for managing the skill's data, they introduce a significant prompt injection vulnerability. If the agent constructs arguments for these commands from unsanitized user input, it could lead to shell injection (RCE). This is a critical vulnerability in the agent's interaction model, not an intentional malicious act by the skill itself, as the skill explicitly denies network requests or data exfiltration.
Capability Assessment
Purpose & Capability
The capability matches the stated purpose: persistent, categorized markdown memory for projects, people, decisions, knowledge, collections, and optional built-in-memory sync.
Instruction Scope
The skill has broad 'write immediately' memory behavior, but setup asks the user what to store and describes the system as long-term organized storage; users should still treat saves as durable.
Install Mechanism
Artifacts are markdown instructions and templates only; metadata lists no required binaries, executable scripts, package installs, or installer hooks.
Credentials
Shell examples are scoped to local ~/memory search, indexing, archiving, and health checks; there are no network calls, external services, credential requests, or privilege escalation instructions.
Persistence & Privilege
The skill intentionally creates long-lived local files and may copy selected built-in memory if the user opts in; it also says not to store credentials and not to modify built-in memory.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install memory - After installation, invoke the skill by name or use
/memory - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.2
Redesigned as complementary system, user-defined categories, optional sync from built-in memory.
v1.0.1
Complete rewrite with infinite-scale architecture, hierarchical indexing, and 3-step retrieval.
v1.0.0
Initial release
Metadata
Frequently Asked Questions
What is Memory?
Infinite organized memory that complements your agent's built-in memory with unlimited categorized storage. It is an AI Agent Skill for Claude Code / OpenClaw, with 16523 downloads so far.
How do I install Memory?
Run "/install memory" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Memory free?
Yes, Memory is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Memory support?
Memory is cross-platform and runs anywhere OpenClaw / Claude Code is available (linux, darwin, win32).
Who created Memory?
It is built and maintained by Iván (@ivangdavila); the current version is v1.0.2.
More Skills