← Back to Skills Marketplace
717986230

Memory System Complete

by 杨兴隆 · GitHub ↗ · v3.0.0 · MIT-0
cross-platform ⚠ suspicious
134
Downloads
0
Stars
0
Active Installs
7
Versions
Install in OpenClaw
/install memory-system-complete
Description
Complete memory system with causal graph, knowledge graph, auto-detection, and evolution features
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install memory-system-complete
  3. After installation, invoke the skill by name or use /memory-system-complete
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug memory-system-complete
Version 3.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 7
Frequently Asked Questions

What is Memory System Complete?

Complete memory system with causal graph, knowledge graph, auto-detection, and evolution features. It is an AI Agent Skill for Claude Code / OpenClaw, with 134 downloads so far.

How do I install Memory System Complete?

Run "/install memory-system-complete" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Memory System Complete free?

Yes, Memory System Complete is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Memory System Complete support?

Memory System Complete is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Memory System Complete?

It is built and maintained by 杨兴隆 (@717986230); the current version is v3.0.0.

💬 Comments