← 返回 Skills 市场
Memory System V2
作者
kellyclaudeai
· GitHub ↗
· v1.0.0
6112
总下载
12
收藏
0
当前安装
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 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.
功能分析
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 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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install memory-system-v2 - 安装完成后,直接呼叫该 Skill 的名称或使用
/memory-system-v2触发 - 根据 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.
元数据
常见问题
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 插件,目前累计下载 6112 次。
如何安装 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。
推荐 Skills