← 返回 Skills 市场
717986230

Memory System Complete

作者 杨兴隆 · GitHub ↗ · v3.0.0 · MIT-0
cross-platform ⚠ suspicious
134
总下载
0
收藏
0
当前安装
7
版本数
在 OpenClaw 中安装
/install memory-system-complete
功能描述
Complete memory system with causal graph, knowledge graph, auto-detection, and evolution features
安全使用建议
This package appears to implement a local memory and graph system and does not request secrets, but there are a few red flags you should handle before installing/use: - Review the code before running post_install: SKILL.md runs python scripts (init_database_v2.py, verify_install_v2.py) which will create/modify files under memory/database/. Inspect those scripts to confirm no unwanted operations. - Version/manifest mismatches: the registry says v3.0.0 while SKILL.md lists v2.0.0 and README references v3.0 modules not present. Verify which files you actually received and whether any referenced modules are missing or stubbed out. - Optional networked integrations: Ollama and LanceDB support is present; ensure any configured endpoints point to localhost or trusted hosts — do not provide remote credentials or URLs unless you trust them. - Run in an isolated/sandbox environment first (container or VM) and back up any important data before initialization. - If you want higher assurance, ask the author for a minimal checklist: exact files included in the claimed release, and confirmation that verify_install scripts perform only local checks. If you cannot verify, do not run install scripts on production machines. If you want, I can: summarize which specific files mention network calls or external services, list all places where files are written/created by the init scripts, or show the exact lines that create/modify the database so you can review them quickly.
功能分析
Type: OpenClaw Skill Name: memory-system-complete Version: 3.0.0 The memory-system-complete skill bundle is a comprehensive local memory management framework utilizing a dual-brain architecture (SQLite for structured data and LanceDB for vector search). The bundle includes advanced cognitive modeling features such as Theory of Mind (tom_engine.py), emotional analysis (emotional_analyzer.py), and complex relationship mapping via causal and knowledge graphs (causal_knowledge_graphs.py). The system is designed to run entirely locally, interacting with a local Ollama instance for embeddings (ollama_embedding.py) and storing data in a local SQLite database. Analysis of the installation scripts (init_database_v3.py) and core logic reveals no evidence of data exfiltration, backdoors, or malicious prompt injections; the code is well-structured and aligns strictly with its stated purpose of providing a sophisticated persistence layer for AI agents.
能力评估
Purpose & Capability
The name/description align with the included code: SQLite-based memory storage, graph modules, auto-detection, and optional LanceDB/Ollama integration. However there are inconsistent version claims across files (registry version = 3.0.0, SKILL.md header = 2.0.0, README references v3.0 features that are not all present in the manifest). Some documentation mentions many additional modules (factor inference, genetic neuron files) that are referenced but not present in the provided file list — this discrepancy is unexpected and worth checking.
Instruction Scope
SKILL.md instructs running post_install commands that create memory/database and execute included Python scripts (init_database_v2.py and verify_install_v2.py). Those scripts will create DB files, tables, sample/verification data, and logs under the skill directory — this is consistent with a local memory system. There are no clear instructions to read unrelated system files or to transmit data off-host, but optional integrations (Ollama, LanceDB) can be configured and could interact over network if enabled. The install actions will execute code on the host, so review scripts before running.
Install Mechanism
There is no external download/install spec embedded in the registry, and all code is included in the package — no remote URLs, no package fetches detected. However SKILL.md includes a post_install block that runs local shell/python commands to initialize the database and verify installation; those commands execute bundled Python scripts which will write files. This is low-to-moderate install risk provided you inspect the scripts first.
Credentials
The skill declares no required environment variables, no credentials, and no config paths. That matches the code excerpts (local SQLite, optional local Ollama/LanceDB). One caveat: enabling Ollama or configuring a non-local Ollama/LanceDB endpoint could cause data to be sent to a remote model/service — the default docs point to localhost, but users must ensure any URL points to a trusted/local endpoint. No unrelated cloud credentials are requested, which is proportional.
Persistence & Privilege
The skill is not marked always:true and is user-invocable (normal defaults). It writes its own local database and files (memory/database/...), which is expected for a memory system. It does not request to modify other skills' configs or system-wide settings in the provided files. Note: because the skill can be invoked by the agent, it may access and modify its local memory DB when used — consider the data you store there.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install memory-system-complete
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /memory-system-complete 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v3.0.0
Added factor inference system with 6 core modules, genetic neuron system with 12 modules, system configuration and startup, logging system, performance optimization. Total: 23 database tables, 20 indexes.
v2.0.0
v2.0.0: Added causal graph, knowledge graph, auto-detection, and evolution features. Added 8 evolution tables. Added comprehensive graph analysis. Added batch detection scripts.
v1.2.1
## Changelog ### v1.2.1 - Added support for Ollama local model embeddings (semantic search via local models). - Introduced configurable Ollama integration for semantic search and memory retrieval. - Included new documentation and troubleshooting guide for Ollama setup and models. - Improved search flow to utilize Ollama embeddings if enabled. - Added Ollama model feature comparison table to documentation.
v1.2.0
v1.2.0 introduces advanced cognitive features. - Added Theory of Mind (ToM) engine for cognitive modeling - Integrated Emotional Analyzer for enhanced EQ (Clawvard) - Implemented Enhanced Retrieval system to improve memory access (Clawvard) - Added semantic search, related memory detection, and trending memory analysis - Introduced comprehensive statistics and analytics features
v1.1.1
Version 1.1.1 introduces improved bilingual support for Chinese users. - Added Chinese language documentation throughout the instructions. - Updated feature descriptions and usability notes in Chinese. - Enhanced clarity for Chinese-speaking users with expanded bilingual content.
v1.1.0
**memory-system-complete v1.1.0 Changelog** - Added automatic database initialization script and installation verification script - Installation now auto-creates required directories and database structure - Improved documentation with clearer, step-by-step setup, configuration, and troubleshooting - Optional LanceDB and semantic search features now have better detection and guidance - No pre-populated memory data; users start with a clean system and sample/test routines
v1.0.0
Initial release of a dual-memory system combining SQLite and LanceDB: - Structured memory management with SQLite for facts, events, and preferences (left brain). - Semantic vector search and associations powered by LanceDB (right brain). - Automated importance scoring, organization by category, and cleanup of low-confidence or old memories. - Full CRUD API with query optimization and support for imports/exports. - Supports millions of memories; designed for high speed and efficient storage.
元数据
Slug memory-system-complete
版本 3.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 7
常见问题

Memory System Complete 是什么?

Complete memory system with causal graph, knowledge graph, auto-detection, and evolution features. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 134 次。

如何安装 Memory System Complete?

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

Memory System Complete 是免费的吗?

是的,Memory System Complete 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Memory System Complete 支持哪些平台?

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

谁开发了 Memory System Complete?

由 杨兴隆(@717986230)开发并维护,当前版本 v3.0.0。

💬 留言讨论