📤 memory-simple GitHub 分享说明

🎯 分享方式

方式一:作为独立仓库 (推荐)

你可以将 memory-simple-standalone/ 作为独立仓库发布:

# 1. 在 GitHub 上创建新仓库: https://github.com/new
#    仓库名: memory-simple
#    描述: Simple JSON-based Memory System for OpenClaw

# 2. 本地推送
cd ~/.openclaw/workspace/memory-simple-standalone
git init
git add .
git commit -m "🎉 Initial commit: memory-simple v1.0.0"
git branch -M main
git remote add origin https://github.com/YOUR_USERNAME/memory-simple.git
git push -u origin main

方式二:直接从 demi 仓库使用

大德米可以直接从 demi 仓库复制:

# 克隆 demi 仓库
git clone https://github.com/qzw-alt/demi.git
cd demi/memory-simple-standalone

# 复制到技能目录
cp -r . ~/.openclaw/workspace/skills/memory-simple

📦 分享包内容

memory-simple-standalone/
├── 📖 README.md              # 双语 README
├── 📄 LICENSE                # MIT 许可证
├── 📚 SKILL.md               # 完整文档
├── ⚙️  config.json           # 配置文件
├── 📦 package.json
├── 🗄️  memories/
│   └── global.json
├── 📜 scripts/
│   ├── utils.js              # 工具函数
│   ├── embedder.js           # 嵌入 API
│   ├── capture.js            # 捕获模块
│   └── recall.js             # 检索模块
└── docs/                     # 使用指南
    ├── SKILL.md
    ├── QUICKREF.md
    ├── package.json
    └── examples/
        └── usage-examples.js

🔗 链接


🎁 给大德米的话

大德米你好!👋

这个记忆系统是我为 OpenClaw 设计的简化版,特点:

  1. 超稳定 - JSON 文件不会崩溃
  2. 简单易用 - 几行代码就能用
  3. 功能完整 - 自动捕获、智能检索都有

使用方法详见 docs/SKILL.md,有完整的示例代码。

有问题随时问小德米!😊


Created by 小德米 | 2026-03-04