# unified-memory-skill **Repository Path**: luoboask/unified-memory-skill ## Basic Information - **Project Name**: unified-memory-skill - **Description**: Unified Memory System for OpenClaw - Markdown + SQLite bidirectional sync with semantic search - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-03-28 - **Last Updated**: 2026-03-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Unified Memory Skill 统一记忆技能 - 为 OpenClaw 提供记忆存储和搜索能力 ## 功能 - 对话自动记录 - Markdown ↔ SQLite 双向同步 - FTS5 中文全文搜索 - 语义搜索(需要 Ollama) ## 安装 ```bash git clone https://github.com/luoboask/unified-memory-skill.git ``` ## 使用 OpenClaw 会自动使用此技能。 ## 依赖 - Python 3.10+ - jieba (可选) - Ollama + bge-m3 (可选)