← Back to Skills Marketplace
kellyclaudeai

Memory System V2

by kellyclaudeai · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
5587
Downloads
12
Stars
34
Active Installs
1
Versions
Install in OpenClaw
/install memory-system-v2
Description
Fast semantic memory system with JSON indexing, auto-consolidation, and <20ms search. Capture learnings, decisions, insights, events. Use when you need persistent memory across sessions or want to recall prior work/decisions.
Usage Guidance
Install this only if you want a local persistent notes store for agent memory. Do not capture secrets, credentials, regulated personal data, or confidential details unless you are comfortable keeping them in plaintext under $HOME/clawd/memory; review and delete old memories periodically, and treat recalled memories as context rather than authority over current user instructions or verified files.
Capability Analysis
Type: OpenClaw Skill Name: memory-system-v2 Version: 1.0.0 The skill bundle implements a file-based memory system for AI agents using bash and jq. All file operations are confined to a dedicated directory (`~/clawd/memory`), and JSON processing with `jq` is done securely using `--arg` and `--argjson` to prevent command injection. The `SKILL.md` includes instructions for the AI agent to use its memory system (`run memory_search on MEMORY.md + memory/*.md`), which is a form of prompt injection, but its clear intent is to guide the agent to utilize the skill's core functionality for self-management, not to perform unauthorized actions or exfiltrate data. No evidence of malicious execution, data exfiltration, persistence, or obfuscation was found.
Capability Assessment
Purpose & Capability
The purpose, persistent memory for AI agents, matches the bash/jq CLI, docs, JSON index, daily logs, and consolidation features. It can retain personal or work context, but that is the advertised capability.
Instruction Scope
The AGENTS.md example encourages memory lookup before answering about prior work, decisions, dates, people, preferences, or todos. This is purpose-aligned but broad enough that users should keep sensitive or stale memories out of the store.
Install Mechanism
The declared install requirement is jq via Homebrew, matching the implementation. No hidden installer, network fetch, privilege escalation, or remote execution path was found.
Credentials
The script writes under $HOME/clawd/memory, maintains markdown daily logs and a JSON index, and prints matching memories to stdout. This is proportionate for a local memory skill but should be treated as plaintext local storage.
Persistence & Privilege
Persistence is explicit and central to the skill. No credential access, background service, automatic startup, exfiltration, destructive behavior, or elevated privilege use is evidenced.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install memory-system-v2
  3. After installation, invoke the skill by name or use /memory-system-v2
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of memory-system-v2, a fast semantic memory system for AI agents. - Provides sub-20ms semantic search, JSON indexing, and auto-consolidation of daily memories into weekly summaries. - Supports capturing learnings, decisions, insights, events, and interactions with context, tagging, and importance scoring. - Built in pure bash + jq; no database required. - Includes stats, analytics, and a CLI for capturing, searching, consolidating, and reviewing memories. - Designed for persistent memory across sessions; integrates with Clawdbot.
Metadata
Slug memory-system-v2
Version 1.0.0
License
All-time Installs 210
Active Installs 34
Total Versions 1
Frequently Asked Questions

What is Memory System V2?

Fast semantic memory system with JSON indexing, auto-consolidation, and <20ms search. Capture learnings, decisions, insights, events. Use when you need persistent memory across sessions or want to recall prior work/decisions. It is an AI Agent Skill for Claude Code / OpenClaw, with 5587 downloads so far.

How do I install Memory System V2?

Run "/install memory-system-v2" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Memory System V2 free?

Yes, Memory System V2 is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Memory System V2 support?

Memory System V2 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Memory System V2?

It is built and maintained by kellyclaudeai (@kellyclaudeai); the current version is v1.0.0.

💬 Comments