Code Pluginsource linkedVerified

Memory LanceDBv2026.7.1

OpenClaw LanceDB-backed long-term memory plugin with auto-recall, auto-capture, and vector search.

@openclaw/memory-lancedb·runtime memory-lancedb·by @openclaw
openclaw plugins install clawhub:@openclaw/memory-lancedb
Latest release: v2026.7.1Download zip

Compatibility

Built With Open Claw Version
2026.7.1
Min Gateway Version
>=2026.5.31
Plugin Api Range
>=2026.7.1
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & 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

Tier
source linked
Scope
artifact only
Summary
Validated package structure and linked the release to source metadata.
Commit
2d2ddc43d0dc
Tag
refs/tags/v2026.7.1
Provenance
No
Scan status
clean

Tags

alpha
2026.5.19-alpha.1
beta
2026.7.2-beta.3
latest
2026.7.1

@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_store
  • memory_recall
  • memory_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