Latest release: v2026.7.1Download zip
Compatibility
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
The package purpose is LanceDB-backed long-term memory, and the artifacts provide memory_store, memory_recall, memory_forget, CLI inspection, auto-recall, and optional auto-capture, all aligned with that purpose.
Instruction Scope
Runtime instructions are scoped to memory functions and command alias ltm; startup activation is disabled, auto-capture requires configuration, and recalled memories are explicitly treated as untrusted context.
Install Mechanism
Install metadata uses the official @openclaw/memory-lancedb npm package with ordinary dependencies and no package install scripts detected; metadata identifies it as a trusted official OpenClaw plugin.
Credentials
The plugin persists memory records under a configurable LanceDB path and may send stored or queried text to the configured embedding provider, which is expected for vector memory but privacy-relevant.
Persistence & Privilege
Persistent local memory and deletion authority are core features; no unrelated file access, shell execution, credential harvesting, hidden background worker, or destructive behavior was found.
Scan Findings in Context
[VirusTotal telemetry] expected: VirusTotal telemetry reported no malicious or suspicious detections, and artifact review did not reveal contradictory behavior.
[SkillSpector findings] expected: No SkillSpector findings were supplied for this release.
[Static artifact review] expected: Observed network use is limited to embedding-provider calls and LanceDB/cloud storage options configured by the user; persistence, auto-recall, and optional auto-capture are disclosed memory-plugin behavior.
Assessment
Before installing, consider that remembered text and recall queries may be embedded through your configured provider and stored persistently in LanceDB. Use a trusted embedding provider, review the database path or storage options, and enable auto-capture only if you want conversation facts or preferences saved automatically.Verification
Tags
@openclaw/memory-lancedb
Official LanceDB-backed long-term memory plugin for OpenClaw.
This plugin adds persistent memory tools backed by LanceDB, vector search, auto-recall, and auto-capture.
Install
openclaw plugins install @openclaw/memory-lancedb
Restart the Gateway after installing or updating the plugin.
What it provides
memory_storememory_recallmemory_forget- LanceDB vector storage and hybrid memory retrieval.
Configure
Use the memory plugin docs for embedding provider setup, storage paths, indexing, and recall behavior:
Package
- Plugin id:
memory-lancedb - Package:
@openclaw/memory-lancedb - Minimum OpenClaw host:
2026.4.10
