llm-memory-integration
Installation
SKILL.md
LLM Memory Integration
⚠️ 重要安全声明
本包包含生命周期钩子,会在安装时自动执行网络操作:
| 钩子 | 触发时机 | 行为 |
|---|---|---|
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/
架构说明
本包采用"公开包 + 私有包"架构: