← 返回 Skills 市场
Agent Memory System v4
作者
concisegjh
· GitHub ↗
· v4.0.0
· MIT-0
125
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install super-memory
功能描述
生产级 Agent 记忆系统 — 6维坐标编码 + 语义检索 + 智能压缩
安全使用建议
What to consider before installing/activating:
- This package is a full local memory system: it will read/write a SQLite DB and vector cache under ~/.openclaw/workspace/agent-memory/ (or whatever path the platform uses). Expect persistent storage of conversation contents — review whether that is acceptable for your data sensitivity.
- The skill includes runnable Python modules (CLI + many libraries). Although I saw no network endpoints or unexpected credential requests in the reviewed files, 23 files were omitted from the transcript; review all included files (especially obsidian_sync, any modules that might call external APIs or open sockets) before trusting it.
- Compression uses an LLM call (llm_fn). Verify how the agent provides that function and whether using it will send memory text to an external LLM provider — if so, you may be leaking private content to that provider.
- Optional dependencies like chromadb / sentence-transformers may download models or start background services; audit dependency behavior and disk/network effects.
- Recommended steps: run the code in a sandboxed environment first, inspect obsidian_sync and any network/HTTP calls, check where files will be created, consider enabling encryption or restricting filesystem permissions for the memory directory, and decide whether to allow autonomous writes (agent invoking the CLI during conversation).
Confidence note: I reviewed many core modules included in the manifest and SKILL.md, and found them coherent with the declared purpose. Because several files were truncated/omitted in the provided bundle, my confidence is medium; a full-line-by-line review of the remaining files would raise confidence to high.
功能分析
Type: OpenClaw Skill
Name: agent-memory-v4
Version: 4.0.0
The agent-memory skill bundle is a comprehensive and well-architected memory management system for AI agents. It implements a 6-dimensional coordinate system (time, person, topic, nature, tool, knowledge) to structure agent experiences using SQLite for relational data and ChromaDB for semantic search. The code across all modules (e.g., memory_system.py, store.py, recall.py) is modular, well-documented, and strictly aligned with the stated purpose of providing long-term memory, deduplication, and self-healing capabilities. No indicators of malicious behavior, such as data exfiltration, unauthorized network calls, or harmful prompt injections, were detected.
能力评估
Purpose & Capability
Name/description (production Agent memory with encoding, semantic search, compression) match the included modules (encoder, store, recall, compressor, context_builder, cli, etc.). There are no unrelated required env vars or binaries listed, and the files implement the memory features the skill claims.
Instruction Scope
SKILL.md directs the agent to run the packaged CLI (python3 ~/.openclaw/workspace/agent-memory/cli.py) and describes storing a local SQLite DB and vector cache under ~/.openclaw/workspace/agent-memory/. Those actions are appropriate for a memory system, but the runtime instructions will cause the agent to read/write user data on disk (conversation history, indexes). The skill bundle actually includes many executable Python modules (not just prose), so installing/running it will execute code on the host — confirm you trust the code. Also compression features call an LLM function (llm_fn) — ensure how that function is provided and whether it sends data to external LLM endpoints.
Install Mechanism
No install spec is present (instruction-only in registry) which is low risk, but the package includes many code files that will be executed from workspace paths. No remote downloads or obscure install URLs were observed in the provided excerpts. Verify where these files are placed and that paths referenced in SKILL.md match where the platform will store skill files.
Credentials
The skill declares no required environment variables or credentials and the code shown doesn't require cloud keys. Optional dependencies (chromadb, sentence-transformers) are reasonable for semantic search. There are no unexpected credential-like env vars requested. Still review omitted files for hidden network calls or credential reads.
Persistence & Privilege
always:false (good). The skill is intended to persist conversation data locally (memory.db, chroma_db, daily_index). It also instructs the agent to automatically write memories during conversations — this is coherent with its purpose but means the agent will store potentially sensitive chat content on disk and could write/modify many local files. Confirm you want persistent local memory and consider encryption/access controls.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install super-memory - 安装完成后,直接呼叫该 Skill 的名称或使用
/super-memory触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v4.0.0
v4.0.0: 6维坐标编码 + 语义检索 + 智能压缩 + 层级记忆 + 自我修复 + FTS5 + 40个测试
元数据
常见问题
Agent Memory System v4 是什么?
生产级 Agent 记忆系统 — 6维坐标编码 + 语义检索 + 智能压缩. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 125 次。
如何安装 Agent Memory System v4?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install super-memory」即可一键安装,无需额外配置。
Agent Memory System v4 是免费的吗?
是的,Agent Memory System v4 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Agent Memory System v4 支持哪些平台?
Agent Memory System v4 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Agent Memory System v4?
由 concisegjh(@concisegjh)开发并维护,当前版本 v4.0.0。
推荐 Skills