← Back to Skills Marketplace
jazzqi

Smart Memory System

by jazzqi · GitHub ↗ · v0.1.0
cross-platform ⚠ suspicious
1036
Downloads
0
Stars
5
Active Installs
1
Versions
Install in OpenClaw
/install smart-memory-system
Description
基于检索增强技术,实现语义搜索、记忆优化与对话增强,显著降低 token 消耗并提升检索准确率。
Usage Guidance
This package looks like an unfinished or poorly packaged skill rather than outright malicious code, but there are multiple red flags you should address before installing: (1) Missing implementations — many scripts referenced in index.js/package.json are not present, so commands will fail. (2) Inconsistent model settings — vector dimensionality differs between files (1024 vs 384); verify the correct model and dims before indexing. (3) Undeclared credentials — SKILL.md asks for an Edgefn API key but the skill metadata does not declare required env vars; do not provide credentials until you confirm where they will be used and stored. (4) Missing install hooks — package.json references install/uninstall scripts that don't exist. Recommended actions: inspect the upstream repository (request a canonical source URL), ask the author to provide the missing scripts and clarify credential usage, run the init and other operations in a sandbox or non-privileged account first, and avoid supplying API keys or broad permissions until the code is complete and reviewed. If you cannot validate the repository and author, treat this as untrusted and do not install on production systems.
Capability Analysis
Type: OpenClaw Skill Name: smart-memory-system Version: 0.1.0 The skill implements a RAG-based memory system that requires significant file system access, including the ability to batch-process arbitrary user directories (e.g., ~/documents/) as seen in SKILL.md. While these capabilities are plausibly needed for the stated purpose, they represent a high-risk attack surface for data exfiltration if the agent is manipulated. Furthermore, several core logic files (retriever.js, vectorizer.js, and integrator.js) are missing from the bundle, making it impossible to verify if the system properly sanitizes paths or restricts memory processing to safe locations.
Capability Assessment
Purpose & Capability
The SKILL.md and config claim integration with Edgefn (BAAI/bge-m3 and bge-reranker) and many runtime commands, but the repository does not include most referenced script files (e.g., loader, searcher, enhancer, retriever, integrator, monitor, optimizer, backup, restore, cleaner). package.json and SKILL.md advertise many commands/features that cannot run because those implementations are missing. Additionally, model vector dimensionality is inconsistent across files: SKILL.md and config mention 1024 dimensions while init.js (initial index) and CHANGELOG.md reference 384 — a clear mismatch.
Instruction Scope
SKILL.md instructs altering OpenClaw configuration (adding Edgefn model provider and context compression settings) and copying the skill into ~/.openclaw/skills/. The init script writes config and initial index into ~/.openclaw/workspace, but there is no code that actually modifies OpenClaw's central config or 'auto-applies' the advertised global settings. The docs also ask the user to provide an Edgefn API key, but the skill metadata declares no required environment variables — a gap between instructions and declared runtime requirements.
Install Mechanism
There is no formal install spec in the registry entry (instruction-only), but the package contains code and package.json lists clawhub install_hook and uninstall_hook pointing to scripts/install.js and scripts/uninstall.js which are not present. That means automated install hooks are referenced but missing. The installation instructions in SKILL.md rely on cloning or clawhub; with missing scripts and hooks the install may be incomplete or fail.
Credentials
SKILL.md explicitly requires an 'Edgefn API 密钥' for the embedding and reranker models, but the skill metadata declares no required environment variables or primary credential. Requesting an API key for a model provider is expected for this functionality, but the omission from metadata is a discrepancy that can hide the need to supply sensitive credentials. Also the skill references networked model providers (edgefn, qwen-portal) in config, which justifies credential needs but those needs are not declared formally.
Persistence & Privilege
The skill does not request 'always: true' and uses normal user-level paths under the user's home (~/.openclaw/...). The init script creates directories and copies config into ~/.openclaw/workspace/config — this is consistent with an ordinary skill installing itself into the user's OpenClaw workspace. However SKILL.md's language implying automatic application of global OpenClaw settings is stronger than the actual code (which only writes files to the workspace), so verify what will be changed before proceeding.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install smart-memory-system
  3. After installation, invoke the skill by name or use /smart-memory-system
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial release of Smart Memory System for OpenClaw. - Introduces a semantic search-based intelligent memory system, leveraging retrieval-augmented generation (RAG) for memory optimization and enhanced conversation. - Reduces token consumption by up to 80% compared to traditional approaches. - Features include memory clustering, importance scoring, context injection, history recall, and personalization. - Supports BAAI/bge-m3 vector embeddings and bge-reranker for high-accuracy retrieval. - Provides configuration options for memory management, context compression, and system integration with OpenClaw. - Includes advanced commands for batch processing, optimization, report generation, monitoring, and troubleshooting. - Offers plugin and template systems for extensibility, with support for multiple export formats (JSON, Markdown, CSV, HTML). - Documentation covers setup, usage, architecture, performance metrics, roadmap, and support.
Metadata
Slug smart-memory-system
Version 0.1.0
License
All-time Installs 5
Active Installs 5
Total Versions 1
Frequently Asked Questions

What is Smart Memory System?

基于检索增强技术,实现语义搜索、记忆优化与对话增强,显著降低 token 消耗并提升检索准确率。 It is an AI Agent Skill for Claude Code / OpenClaw, with 1036 downloads so far.

How do I install Smart Memory System?

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

Is Smart Memory System free?

Yes, Smart Memory System is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Smart Memory System support?

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

Who created Smart Memory System?

It is built and maintained by jazzqi (@jazzqi); the current version is v0.1.0.

💬 Comments