← 返回 Skills 市场
ssyvonne

Memory LanceDB Setup

作者 ssYvonne · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
251
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install memory-lancedb-setup
功能描述
Configure OpenClaw's memory-lancedb plugin to enable local semantic vector memory using LanceDB and an OpenAI-compatible embedding provider.
安全使用建议
This skill appears to do what it says — install LanceDB bindings and patch a packaging bug — but it will modify system-installed node_modules and store an embedding API key in OpenClaw's config. Before running anything: (1) confirm OpenClaw is actually installed at the path used in the instructions (or update commands to your install path); (2) back up the target native.js (e.g., copy /usr/local/lib/node_modules/openclaw/extensions/memory-lancedb/node_modules/@lancedb/lancedb/dist/native.js to native.js.bak) so you can revert; (3) run npm installs with the correct architecture package and only from the official npm registry; (4) inspect the included patch_native.py locally before running it (it performs a simple text replace but will write to system files); (5) be aware that putting API keys into application config may store them in plaintext — consider whether OpenClaw has a secure secret store or prefer environment-based secrets where supported; and (6) prefer an upstream fix or official package if available rather than long-term local patches. If any of these steps or paths look unfamiliar (different install path, different LanceDB layout, or unexpected native.js content), stop and investigate before proceeding.
功能分析
Type: OpenClaw Skill Name: memory-lancedb-setup Version: 1.0.0 The skill bundle automates the setup of a vector database plugin, which involves high-risk operations including installing NPM packages and executing a Python script (`patch_native.py`) to modify third-party library code within `/usr/local/lib/node_modules/`. While the patching logic appears to be a legitimate workaround for a known architecture-specific loading bug in the LanceDB library (moving a 'break' statement inside a try-catch block), the requirement for system-level file modifications and the programmatic alteration of dependency internals represent risky administrative capabilities.
能力评估
Purpose & Capability
Name/description match what the skill asks you to do: enable the memory-lancedb plugin, configure an OpenAI-compatible embedding endpoint, install @lancedb packages, and patch a native binding issue on Apple Silicon. All requested actions and files are relevant to that goal.
Instruction Scope
SKILL.md instructs the user to run openclaw config set commands, npm installs under /usr/local/lib/node_modules/openclaw, and a local Python patch script that edits a packaged native.js. These actions are within the plugin's scope but do modify system-installed package files and write the embedding API key into OpenClaw config (plaintext in config commands). The instructions do not read or transmit unrelated files or secrets to external endpoints beyond the embedding provider endpoint the user configures.
Install Mechanism
This is an instruction-only skill (no remote install). The only install actions are npm install commands that the user is told to run. The included Python patch script edits a file under node_modules; no third-party downloads or obscure URLs are embedded in the skill files.
Credentials
The skill declares no required environment variables or credentials. It instructs the user to obtain an embedding API key and place it into OpenClaw's config, which is proportional to configuring an embedding provider. No unrelated credentials or config paths are requested.
Persistence & Privilege
The skill does not request 'always' presence and does not contain autonomous privileges beyond normal skill behavior. However it instructs patching a third-party package file inside system node_modules (writes to /usr/local/...), which requires filesystem privileges and is persistent until changed; backup and caution are advised.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install memory-lancedb-setup
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /memory-lancedb-setup 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: OpenClaw vector memory setup with LanceDB + Gemini embedding, arm64 patch script, troubleshooting guide
元数据
Slug memory-lancedb-setup
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Memory LanceDB Setup 是什么?

Configure OpenClaw's memory-lancedb plugin to enable local semantic vector memory using LanceDB and an OpenAI-compatible embedding provider. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 251 次。

如何安装 Memory LanceDB Setup?

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

Memory LanceDB Setup 是免费的吗?

是的,Memory LanceDB Setup 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Memory LanceDB Setup 支持哪些平台?

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

谁开发了 Memory LanceDB Setup?

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

💬 留言讨论