← 返回 Skills 市场
pntrivedy

Lancedb Memory

作者 pntrivedy · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
5998
总下载
7
收藏
45
当前安装
1
版本数
在 OpenClaw 中安装
/install lancedb-memory
功能描述
Manage and retrieve long-term memories with LanceDB using semantic vector search, category filtering, and detailed metadata storage.
安全使用建议
Install only if you want a local long-term memory store. Avoid saving secrets or sensitive personal data unless you are comfortable with durable local retention, verify or change the hard-coded storage path, and make sure the required Python packages come from trusted sources.
功能分析
Type: OpenClaw Skill Name: lancedb-memory Version: 1.0.0 The skill bundle provides LanceDB integration for agent memory management. All files contain Python code for local database operations, including adding, searching, and retrieving memories. While several files use hardcoded absolute paths (e.g., `/Users/prerak/clawd/memory/lancedb` and `sys.path.append('/Users/prerak/clawd/skills/lancedb-memory')`), these paths point to locations within the expected agent's data and skill directories, and do not indicate unauthorized access or malicious intent. There is no evidence of data exfiltration, malicious execution, persistence, or harmful prompt injection attempts.
能力评估
Purpose & Capability
The code adds, searches, lists, updates, and deletes local memory records, which matches the stated LanceDB long-term memory purpose.
Instruction Scope
The artifact is mostly Python implementation rather than user-facing operating guidance, and it does not clearly describe retention, sensitivity limits, or when callers should store content.
Install Mechanism
No suspicious installer is present, but the package imports third-party Python libraries such as lancedb, pandas, and pyarrow without a clear dependency/install specification.
Credentials
The database and import paths are hard-coded to /Users/prerak/clawd locations, which is brittle and should be configurable, but still fits local memory storage rather than broader system access.
Persistence & Privilege
The skill creates local LanceDB directories/tables and persists records on disk via global instances; it does not show credential access, network exfiltration, background workers, privilege escalation, or destructive system actions.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install lancedb-memory
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /lancedb-memory 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of LanceDB-memory skill - Provides a LanceDB-backed long-term memory system with vector search and semantic storage capabilities - Supports adding, searching, updating, and deleting memory entries with metadata, categories, tags, and importance - Includes statistics and category management functions for stored memories - Example usage and main test section included in the code
元数据
Slug lancedb-memory
版本 1.0.0
许可证
累计安装 226
当前安装数 45
历史版本数 1
常见问题

Lancedb Memory 是什么?

Manage and retrieve long-term memories with LanceDB using semantic vector search, category filtering, and detailed metadata storage. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 5998 次。

如何安装 Lancedb Memory?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install lancedb-memory」即可一键安装,无需额外配置。

Lancedb Memory 是免费的吗?

是的,Lancedb Memory 完全免费(开源免费),可自由下载、安装和使用。

Lancedb Memory 支持哪些平台?

Lancedb Memory 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Lancedb Memory?

由 pntrivedy(@pntrivedy)开发并维护,当前版本 v1.0.0。

💬 留言讨论