Install
openclaw skills install opencode-lingxin-memory1ClawHub Security found sensitive or high-impact capabilities. Review the scan results before using.
为OpenCode AI助手提供轻量级记忆持久化,专为灵芯派低资源环境设计,支持Git版本控制和Gitee云端同步。
openclaw skills install opencode-lingxin-memory1opencode-lingxin-memory | 灵芯派记忆守护者
为OpenCode AI助手提供记忆持久化,专为灵芯派低资源环境设计,支持Gitee云端同步。
# 1. 解压技能包
cd /home/zmrobo/Project
unzip opencode-memory-skill-v1.0.0.zip
# 2. 运行安装
cd opencode-memory-skill
./install.sh
# 3. 配置Gitee仓库(首次)
cd ~/.opencode-memory
git remote add origin https://gitee.com/你的用户名/仓库.git
git push -u origin master
# 恢复记忆
cat ~/.opencode-memory/MEMORY.md
cat ~/.opencode-memory/2026-04-30.md
# 同步记忆
~/.opencode-memory/sync.sh
| 文件 | 内容 |
|---|---|
| MEMORY.md | 灵芯派核心记忆、系统配置、已解决问题 |
| INDEX.md | 快速导航索引 |
| 2026-04-30.md | 今日工作日志模板 |
~/.opencode-memory/
├── README.md # 详细说明
├── MEMORY.md # 长期核心记忆
├── INDEX.md # 索引
├── YYYY-MM-DD.md # 每日记忆
├── memory_index.json # 索引数据
├── project_timeline.json # 项目时间线
├── sync.sh # 同步脚本
└── .git/ # 版本控制
版本: 1.0.0 作者: zmrobo 许可: MIT