← 返回 Skills 市场
kellyclaudeai

Memory System V2

作者 kellyclaudeai · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
5587
总下载
12
收藏
34
当前安装
1
版本数
在 OpenClaw 中安装
/install 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.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install memory-system-v2
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /memory-system-v2 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug memory-system-v2
版本 1.0.0
许可证
累计安装 210
当前安装数 34
历史版本数 1
常见问题

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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 5587 次。

如何安装 Memory System V2?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install memory-system-v2」即可一键安装,无需额外配置。

Memory System V2 是免费的吗?

是的,Memory System V2 完全免费(开源免费),可自由下载、安装和使用。

Memory System V2 支持哪些平台?

Memory System V2 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Memory System V2?

由 kellyclaudeai(@kellyclaudeai)开发并维护,当前版本 v1.0.0。

💬 留言讨论