← Back to Skills Marketplace
773
Downloads
0
Stars
4
Active Installs
1
Versions
Install in OpenClaw
/install openclaw-memory-enhancer
Description
Edge-optimized RAG memory system for OpenClaw with semantic search. Automatically loads memory files, provides intelligent recall, and enhances conversations...
Usage Guidance
This skill is instruction-only and does not include the actual Python files it references; installing it will require cloning the GitHub repo or running pip, which downloads code and possibly models. Before installing or running anything: (1) Inspect the GitHub repository (https://github.com/henryfcb/openclaw-memory-enhancer) — review the code, README, and license. (2) Confirm which directory the tool will read (memory/ and ~/.openclaw/workspace/knowledge-base/) and ensure it won't be pointed at sensitive system or personal files. (3) Be aware the 'edge' path claims zero network activity but the documented install steps and the 'standard' mode do require network access — expect downloads if you follow those steps. (4) If you need strong privacy, prefer the edge workflow only after reviewing the edge script to confirm it truly performs no external network calls. (5) If you are not comfortable auditing the repo, avoid cloning/running provided scripts or run them in an isolated environment (VM/container) first.
Capability Analysis
Type: OpenClaw Skill
Name: openclaw-memory-enhancer
Version: 0.1.0
The OpenClaw Memory Enhancer skill documentation (`SKILL.md`) describes a local, privacy-focused memory system for AI agents. It explicitly states that all data is stored locally, with no network requests or external API calls. The instructions and usage examples detail local file operations (reading from a designated `memory/` directory, writing to `~/.openclaw/workspace/knowledge-base/`, searching, adding, exporting) which are consistent with its stated purpose. There are no indications of prompt injection attempts, data exfiltration, unauthorized command execution, or other malicious intent within the provided documentation.
Capability Assessment
Purpose & Capability
The described capabilities (local semantic memory, auto-load from a memory/ folder, edge and standard versions) align with requiring only python3. However, the skill bundle contains no code files — SKILL.md references scripts (memory_enhancer_edge.py, memory_enhancer.py) and Python modules that are not included, so the instructions assume you'll fetch code from the GitHub homepage or ClawHub. This is plausible but worth noting.
Instruction Scope
The instructions direct the agent/user to load and automatically read all files from a 'memory/' directory and to store data under ~/.openclaw/workspace/knowledge-base/. That behavior is expected for a memory tool, but it can expose arbitrary local files if the directory is misconfigured or symlinked. The SKILL.md also asserts 'No network requests / No data leaves your device' while simultaneously documenting git clone and pip installs and an optional 'standard' mode that downloads models—this is a contradictory privacy claim that should be clarified.
Install Mechanism
There is no formal install spec in the bundle. The SKILL.md recommends git clone from a GitHub repo and (optionally) pip install for dependencies. Those are standard and traceable install mechanisms, but they will fetch code and packages from the network; verify the GitHub repository contents and maintainers before cloning or running scripts.
Credentials
The skill requests only python3 and declares no environment variables or credentials, which is proportionate to its stated purpose.
Persistence & Privilege
The skill does not request always: true and does not declare any elevated platform privileges. It is user-invocable and can be invoked autonomously by default, which is the normal platform behavior.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install openclaw-memory-enhancer - After installation, invoke the skill by name or use
/openclaw-memory-enhancer - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
- Initial release of openclaw-memory-enhancer.
- Adds semantic search and automatic memory file loading for OpenClaw.
- Enables intelligent, contextual recall of past conversations and knowledge.
- Two versions included: Edge (<10MB, Python stdlib, for Jetson/Raspberry Pi) and Standard (better accuracy, more resources).
- 100% local storage for privacy; no network or cloud required.
- Automatic management of memory files and support for several memory types (logs, instructions, Q&A, preferences, etc.).
Metadata
Frequently Asked Questions
What is Openclaw Memory Enhancer?
Edge-optimized RAG memory system for OpenClaw with semantic search. Automatically loads memory files, provides intelligent recall, and enhances conversations... It is an AI Agent Skill for Claude Code / OpenClaw, with 773 downloads so far.
How do I install Openclaw Memory Enhancer?
Run "/install openclaw-memory-enhancer" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Openclaw Memory Enhancer free?
Yes, Openclaw Memory Enhancer is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Openclaw Memory Enhancer support?
Openclaw Memory Enhancer is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Openclaw Memory Enhancer?
It is built and maintained by henry (@henryfcb); the current version is v0.1.0.
More Skills