Claude Skill
CortexReach/memory-lancedb-pro
适用于OpenClaw的增强版LanceDB记忆插件,支持混合检索(向量+BM25)、交叉编码器重排序、多范围隔离及管理CLI,适用于RAG与智能体记忆场景。
概览
仓库信息
安装这个 Skill
git clone https://github.com/CortexReach/memory-lancedb-pro-skill.git ~/.claude/skills/memory-lancedb-proRegistry 信息
git clone https://github.com/CortexReach/memory-lancedb-pro-skill.git ~/.claude/skills/memory-lancedb-progit clone https://github.com/CortexReach/memory-lancedb-pro-skill.git ~/.openclaw/workspace/skills/memory-lancedb-pro-skill
项目简介
适用于OpenClaw的增强版LanceDB记忆插件,支持混合检索(向量+BM25)、交叉编码器重排序、多范围隔离以及管理CLI,助力高效RAG工作流。
Enhanced LanceDB memory plugin for OpenClaw — Hybrid Retrieval (Vector + BM25), Cross-Encoder Rerank, Multi-Scope Isolation, Management CLI
要点
- 结合向量搜索与BM25的混合检索
- 交叉编码器重排序提升相关性
- 多范围隔离实现有序记忆管理
- 管理CLI便于轻松运维
- 专为OpenClaw智能体与插件生态构建
使用场景
- 为OpenClaw智能体增强长期记忆能力
- 构建具备混合搜索的RAG流水线
- 为多用户应用隔离记忆上下文
- 通过CLI管理记忆存储
README 摘要
<div align="center"> # 🧠 memory-lancedb-pro · 🦞OpenClaw Plugin **AI Memory Assistant for [OpenClaw](https://github.com/openclaw/openclaw) Agents** *Give your AI agent a brain that actually remembers — across sessions, across agents, across time.* A LanceDB-backed OpenClaw memory plugin that stores preferences, decisions, and project context, then auto-recalls them in future sessions. [](https://github.com/openclaw/openclaw) [](https://github.com/openclaw/openclaw) [](https://www.npmjs.com/package/memory-lancedb-pro) [](https://lancedb.com) [](LICENSE) <h2>⚡ <a href="https://github.com/CortexReach/memory-lancedb-pro/releases/tag/v1.1.0-beta.10">v1.1.0-beta.10 — OpenClaw 2026.3+ Hook Adaptation</a></h2> <p> ✅ Fully adapted for OpenClaw 2026.3+ new plugin architecture<br> 🔄 Uses <code>before_prompt_build</code> hooks (replacing deprecated <code>before_agent_start</code>)<br> 🩺 Run <code>openclaw doctor --fix</code> after upgrading </p> [English](README.md) | [简体中文](README_CN.md) | [繁體中文](README_TW.md) | [日本語](README_JA.md) | [한국어](README_KO.md) | [Français](README_FR.md) | [Español](README_ES.md) | [Deutsch](README_DE.md) | [Italiano](README_IT.md) | [Русский](README_RU.md) | [Português (Brasil)](README_PT-BR.md) </div> --- ## Why memory-lancedb-pro? Most AI agents have amnesia. They forget everything the moment you start a new chat. **memory-lancedb-pro** is a production-grade long-term memory plugin for OpenClaw tha