memory-lancedb-setupConfigure OpenClaw's memory-lancedb plugin to enable local semantic vector memory using LanceDB and an OpenAI-compatible embedding provider.
Install via ClawdBot CLI:
clawdbot install ssyvonne/memory-lancedb-setupGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Calls external URL not in known-safe list
https://aistudio.google.comUses known external API (expected, informational)
googleapis.comAudited Apr 17, 2026 · audit v1.0
Generated May 21, 2026
A user configuring OpenClaw for the first time needs to enable semantic vector memory to store and recall conversation history. This skill installs LanceDB, configures a Gemini embedding API, and patches the native module for Apple Silicon. The assistant can then recall past interactions without loading the full context.
A developer with a large MEMORY.md file wants to improve recall performance by migrating key facts into a vector store. This skill provides steps to chunk MEMORY.md by topic, store each chunk via memory_store, and shrink MEMORY.md to a short index. The result is faster, relevance-ranked recall.
When OpenClaw fails with 'module not found: @lancedb/lancedb', this skill diagnoses the issue as missing native bindings. It provides platform-specific npm install commands (darwin-arm64, darwin-x64, linux-x64-gnu) and a Python patch for Apple Silicon to ensure the correct binary is loaded.
An enterprise user wants to use a local embedding model compatible with OpenAI's API format. This skill shows how to configure the base URL, model name, API key, and dimensions for the memory-lancedb plugin. It enables flexible embedding provider choices beyond default options.
A customer support bot using OpenClaw needs to recall thousands of past interactions efficiently. This skill sets up LanceDB with high-dimensional embeddings (768) and optimizes recall via similarity search. The bot can quickly fetch relevant past tickets without full context reload.
Offer the memory-lancedb setup skill as a free plugin in a marketplace, with premium add-ons like advanced embedding tuning or multi-node LanceDB clusters. Revenue comes from paid upgrades or subscription for enterprise features.
Provide a fully managed service where we install and configure vector memory for OpenClaw deployments. Includes monitoring, backup, and scaling. Revenue from monthly maintenance contracts.
Create premium video tutorials and consulting packages around OpenClaw vector memory optimization, migration from flat files, and embedding provider tuning. Revenue from course sales and hourly consulting.
💬 Integration Tip
Ensure OpenClaw is installed at the default path before starting. For Apple Silicon, run the patch script immediately after installing dependencies to avoid native binding errors.
Scored May 21, 2026
Structured reasoning through sequential thinking — break complex problems into steps, solve each independently, verify consistency, synthesize conclusions wi...
LLM-driven epistemic reasoning engine. Evaluates claims against evidence, outputs calibrated confidence and structured belief state (VERIFIED/CONTESTED/UNCER...
Loads and manages company context for all C-suite advisor skills. Reads ~/.claude/company-context.md, detects stale context (>90 days), enriches context duri...
Turn scattered local sources into a source-constrained evidence notebook for incident, release, and maintainer decisions.
三级记忆管理系统 (Three-Tier Memory Management)。用于管理 AI 代理的短期、中期、长期记忆。包括:(1) 滑动窗口式短期记忆,(2) 自动摘要生成中期记忆,(3) 向量检索长期记忆 (RAG)。当需要管理对话历史、优化上下文、构建个人知识库、或实现记忆持久化时使用此 Skill。
Store secrets, long-term memory, daily logs, and anything custom in your Convex backend instead of local files