Claude Code skill for memory-lancedb-pro — production-grade long-term memory plugin for OpenClaw
npx skills add https://github.com/cortexreach/memory-lancedb-pro-skill --skill memory-lancedb-pro使用 CLI 安装这个技能,并在你的工作区中直接复用对应的 SKILL.md 工作流。
Claude Code Skill for memory-lancedb-pro — production-grade long-term memory plugin for OpenClaw AI agents.
This skill gives Claude Code deep, accurate knowledge of every feature in memory-lancedb-pro (v1.1.0-beta.8): installation, optimal configuration, Smart Extraction, hybrid retrieval, Weibull decay lifecycle, multi-scope isolation, self-improvement governance, and all MCP tools.
When installed, Claude Code can:
openclaw plugins install or git clonememory_recall, memory_store, memory_forget, memory_update, memory_stats, memory_list, self_improvement_log, self_improvement_extract_skill, self_improvement_reviewautoRecall default-false, jiti cache, env vars, scope isolation, etc.For Claude Code users:
For OpenClaw users:
memory-lancedb-pro plugin installed via openclaw plugins install memory-lancedb-pro@betaNote: This is a skill (knowledge file for AI agents), not a plugin. Skills are installed by placing them in your skills directory — there is no
openclaw skills installcommand.
Option A — clone this repo (recommended):
For Claude Code users:
git clone https://github.com/CortexReach/memory-lancedb-pro-skill.git ~/.claude/skills/memory-lancedb-pro
For OpenClaw users:
git clone https://github.com/CortexReach/memory-lancedb-pro-skill.git ~/.openclaw/workspace/skills/memory-lancedb-pro-skill
Option B — download ZIP from GitHub:
# Claude Code
unzip memory-lancedb-pro-skill-main.zip
mv memory-lancedb-pro-skill-main ~/.claude/skills/memory-lancedb-pro
# OpenClaw
unzip memory-lancedb-pro-skill-main.zip
mv memory-lancedb-pro-skill-main ~/.openclaw/workspace/skills/memory-lancedb-pro-skill
Verify the skill is loaded:
# Claude Code: the skill loads automatically based on trigger conditions
# To test: ask Claude Code "help me configure memory-lancedb-pro"
# OpenClaw: check skill discovery
openclaw skills list
memory-lancedb-pro/
├── SKILL.md # Main skill file (loaded into context automatically)
└── references/
└── full-reference.md # Deep technical reference (loaded on demand)
| Level | What loads | When |
|---|---|---|
Metadata (name + description) |
Always | ~100 words, negligible |
SKILL.md body |
When skill triggers | Operational workflows, all config options |
references/full-reference.md |
On demand | DB schema, Weibull formulas, source file map, scoring internals |
Claude Code loads this skill automatically when you mention:
memory-lancedb-pro, memory pro, lancedb prohelp me enable the best config / apply optimal configurationmemory_recall, memory_store, memory_forget, memory_updateSmart Extraction, autoCapture, autoRecallhybrid retrieval, reranker, BM25, Weibull decayself_improvement_log, LEARNINGS.md, ERRORS.mdopenclaw plugins install, git clone with manual path, existing deployment migrationplugins.allow, plugins.entries.<id>.enabled, plugins.slots.memoryallow)OPENCLAW_HOME, OPENCLAW_CONFIG_PATH, OPENCLAW_STATE_DIRWhen you say "help me enable the best config", Claude will:
openclaw.json| Plan | Embedding | Reranker | LLM | API Keys |
|---|---|---|---|---|
| A — Full Power | Jina jina-embeddings-v5-text-small |
Jina jina-reranker-v3 |
OpenAI gpt-4o-mini |
Jina + OpenAI |
| B — Budget | Jina embeddings | SiliconFlow BGE (free tier) | OpenAI gpt-4o-mini |
Jina + SiliconFlow + OpenAI |
| C — Simple | OpenAI text-embedding-3-small |
None | OpenAI gpt-4o-mini |
OpenAI only |
| D — Local | Ollama nomic-embed-text (768-dim) |
None | Ollama qwen2.5:7b |
None (free) |
Each plan includes: API key acquisition links, cost notes, RAM requirements (Plan D), and tradeoff explanations.
fact, Preferences → preference, Entities → entity, Events → decision, Cases → fact, Patterns → otherCREATE | MERGE | SKIP | SUPPORT | CONTEXTUALIZE | CONTRADICT)smartExtraction, extractMinMessages, extractMaxChars, llm.*(vectorScore × 0.7) + (bm25Score × 0.3) via RRFglobal, agent:<id>, custom:<name>, project:<id>, user:<id>scopes.agentAccess mapping for multi-scope agents{ "plugins": { "slots": { "memory": "none" } } }Core (auto-registered): memory_recall, memory_store, memory_forget, memory_update
Management (opt-in): memory_stats, memory_list
Self-improvement (opt-in): self_improvement_log, self_improvement_extract_skill, self_improvement_review
LEARNINGS.md (IDs: LRN-YYYYMMDD-XXX) and ERRORS.md (IDs: ERR-YYYYMMDD-XXX)pending → resolved → promoted_to_skillFull coverage of all openclaw memory-pro commands: list, search, stats, delete, delete-bulk, export, import, reembed, upgrade, migrate
/lesson and /remember custom slash command templates for AGENTS.mdreferences/full-reference.mdDeep technical content loaded only when needed:
memories table fields and metadata keysrecency = exp(-lambda × daysSince^beta) with tier-specific parametersEmbeddingConfig optionsThe underlying plugin is maintained at CortexReach/memory-lancedb-pro.
Key specs:
MIT
