Skip to content

esmatcm/openclaw-memory-lancedb-pro-skill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

OpenClaw Memory LanceDB Pro 安装配置 Skill / OpenClaw Memory LanceDB Pro Skill

OpenClaw 的 memory-lancedb-pro 安装、启用、排错、验证 整理成一份可复用、可发布的 AgentSkill。

这份仓库主要解决的是:

  • 插件装了但 plugin not found
  • 记忆槽切换顺序错误导致配置失效
  • OpenAI-compatible 配置不完整
  • 运行时依赖缺失,例如 apache-arrow
  • 不确定插件到底有没有真的启用成功

核心能力

  • 安装 memory-lancedb-pro
  • 正确启用 plugins.slots.memory = "memory-lancedb-pro"
  • 套用 OpenAI-first 基线配置
  • 避免 plugin not found 的顺序问题
  • 修复常见运行时依赖问题
  • 验证插件注册、记忆写入与 recall 是否正常

适用场景

适合以下需求:

  • 在 OpenClaw 上安装长期记忆插件
  • 从旧 memory plugin 切换到 memory-lancedb-pro
  • 配置 OpenAI-compatible embedding / llm
  • 排查插件已安装但无法正常工作的情况
  • 整理成可重复复用的机器配置 SOP

仓库结构

openclaw-memory-lancedb-pro/
  SKILL.md
  references/
    openai-config.md
openclaw-memory-lancedb-pro.skill

安装方式

openclaw skills install ./openclaw-memory-lancedb-pro.skill

This repository packages an AgentSkill for installing, enabling, troubleshooting, and verifying memory-lancedb-pro in OpenClaw.

It focuses on the real operational problems people hit most often:

  • plugin installed but plugin not found
  • memory-slot switching in the wrong order
  • incomplete OpenAI-compatible configuration
  • missing runtime dependencies such as apache-arrow
  • uncertainty about whether memory is actually working

Core capabilities

  • install memory-lancedb-pro
  • enable plugins.slots.memory = "memory-lancedb-pro" safely
  • apply an OpenAI-first baseline config
  • avoid discovery-order mistakes
  • fix common runtime dependency issues
  • verify plugin registration, memory write, and recall success

Use cases

Use this skill when you need to:

  • install long-term memory on OpenClaw
  • migrate from an older memory plugin to memory-lancedb-pro
  • configure OpenAI-compatible embedding / llm settings
  • troubleshoot an installed plugin that still does not work
  • package the workflow as a repeatable setup SOP

Repository layout

openclaw-memory-lancedb-pro/
  SKILL.md
  references/
    openai-config.md
openclaw-memory-lancedb-pro.skill

Install

openclaw skills install ./openclaw-memory-lancedb-pro.skill

About

OpenClaw Memory LanceDB Pro 安装配置 Skill|AgentSkill for installing, enabling, troubleshooting, and verifying memory-lancedb-pro in OpenClaw.

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors