← Back to Skills Marketplace
jtil4201

OpenClaw Advanced Memory

by Josh · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
386
Downloads
1
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install openclaw-advanced-memory
Description
Provides persistent, searchable AI agent memory with real-time capture, vector search, and nightly LLM curation for long-term recall on local hardware.
Usage Guidance
This skill appears coherent and implements a local three-tier memory pipeline. Before installing: (1) review scripts/install.sh, mem-capture.service (user systemd unit), and the cron entries to confirm you accept those persistent changes; (2) confirm Ollama, Qdrant, and Redis will run locally and are not exposed to untrusted networks (the scripts assume unauthenticated localhost services); (3) be aware mem-capture will read your OpenClaw transcripts (~/.openclaw/...), and mem-curate will extract and permanently store 'gems' (including names and decisions) in Qdrant — if this data is sensitive, adjust filters or run in an isolated environment; (4) consider running the scripts manually (not via install.sh) in a sandboxed account to observe behavior first; and (5) if you want stricter security, add auth/network restrictions to Qdrant/Redis or modify scripts to redact PII before storage.
Capability Analysis
Type: OpenClaw Skill Name: openclaw-advanced-memory Version: 1.0.0 The skill installs persistence mechanisms (systemd service and cron jobs) via `scripts/install.sh`, which is a high-risk capability, even though it is documented and necessary for the skill's stated purpose. It processes sensitive agent conversation transcripts from `~/.openclaw/agents/spark/sessions` using `scripts/mem_capture.py`. Furthermore, `scripts/mem_curate.py` feeds these transcripts to a local LLM for curation, introducing a prompt injection vulnerability, despite mitigation attempts in `scripts/curator_prompt.md`. While there is no evidence of intentional malicious behavior or data exfiltration, these combined high-risk capabilities and the inherent LLM vulnerability warrant a 'suspicious' classification.
Capability Assessment
Purpose & Capability
Name/description claim persistent, searchable agent memory. Required components (Redis, Qdrant, Ollama, Python libs) and the included scripts implement exactly that. No unrelated credentials, cloud APIs, or extraneous binaries are requested.
Instruction Scope
SKILL.md and scripts instruct the agent to read OpenClaw transcript files (~/.openclaw/...), buffer them to Redis, index into Qdrant, and run nightly local LLM curation. This is within the stated purpose, but it does mean the skill will read and persist all captured transcripts (including names, decisions, PII) into local DBs — a privacy consideration the user should be aware of.
Install Mechanism
No remote arbitrary-code download URLs in the registry entry, but the package includes an installer script (scripts/install.sh) that: pip-installs dependencies (network fetch), creates Qdrant collections, writes/starts a user systemd unit, and installs cron jobs. These actions are expected for persistent memory infrastructure but are persistent changes to the user environment and require review before running.
Credentials
No environment variables or credentials are requested. All services target localhost. The skill assumes local, unauthenticated Qdrant/Redis/Ollama instances — reasonable for a local-only design but you should ensure those services are secured on multi-user or networked hosts.
Persistence & Privilege
Installer enables a user-level systemd service and adds cron jobs (mem-warm, mem-curate). This is expected for a long-running capture/curation system but does give the skill persistent presence in the user's account — review the systemd unit and crontab changes before installing.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install openclaw-advanced-memory
  3. After installation, invoke the skill by name or use /openclaw-advanced-memory
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: Three-tier memory system (Hot/Warm/Cold) with real-time capture, vector search, and LLM-curated long-term recall.
Metadata
Slug openclaw-advanced-memory
Version 1.0.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is OpenClaw Advanced Memory?

Provides persistent, searchable AI agent memory with real-time capture, vector search, and nightly LLM curation for long-term recall on local hardware. It is an AI Agent Skill for Claude Code / OpenClaw, with 386 downloads so far.

How do I install OpenClaw Advanced Memory?

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

Is OpenClaw Advanced Memory free?

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

Which platforms does OpenClaw Advanced Memory support?

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

Who created OpenClaw Advanced Memory?

It is built and maintained by Josh (@jtil4201); the current version is v1.0.0.

💬 Comments