← Back to Skills Marketplace
kellyclaudeai

Memory System V2

by kellyclaudeai · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
6112
Downloads
12
Stars
0
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 only if you want a local persistent memory store for an agent. Do not store secrets, credentials, regulated personal data, or confidential material unless you are comfortable keeping it in plaintext under $HOME/clawd/memory; periodically review and delete old memories, and treat recalled memories as context rather than current truth or authority.
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 stated purpose is persistent AI-agent memory, and the artifacts consistently implement capture, search, recent lookup, stats, and weekly consolidation for that purpose. It can store personal or confidential context if the user or agent captures it.
Instruction Scope
The docs encourage remembering interactions and recalling prior work, dates, people, preferences, and todos. That is purpose-aligned for a memory skill, but broad enough that users should set their own sensitivity and relevance boundaries.
Install Mechanism
The declared install requirement is jq via Homebrew, matching the bash implementation. No hidden installer, remote fetch, privilege escalation, or startup registration was found.
Credentials
Runtime file operations are local and limited to $HOME/clawd/memory, with markdown daily logs, a JSON index, and consolidated summaries. Stored memories are plaintext and searchable.
Persistence & Privilege
Persistence is explicit and central to the skill. No credential access, background service, automatic startup, destructive behavior, obfuscation, or exfiltration path was 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 0
Active Installs 0
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 6112 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