自研三层记忆恢复系统。解决session重启后"忘记一切"的问题,提供永久记忆、今日记忆、临时记忆的完整架构。
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install memory-system或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install memory-system⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/memory-system/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: memory-system description: 自研三层记忆恢复系统。解决session重启后"忘记一切"的问题,提供永久记忆、今日记忆、临时记忆的完整架构。 ---
解决的核心问题:Session重启后上下文丢失,像"睡醒后忘记一切"
解决方案:三层记忆恢复系统
存储:
identity.md - 身份、偏好、关系technical-stack.md - 技术栈、工具working-directory.md - 工作目录、习惯key-decisions.md - 关键决策、教训特点:
存储:
YYYY-MM-DD.md - 每日工作、决策、重要事件session-N.md - 每个session的记录特点:
存储:
特点:
1. 读取 memory/YYYY-MM-DD.md(今日日志)
2. 读取 MEMORY.md(全局长期记忆)
3. 读取 memory/permanent/*.md(分类记忆)
4. memory_search定位相关记忆
5. 恢复工作状态
bash /data/workspace/scripts/memory-recovery.sh
✅ 应该记录:
❌ 不应该记录:
我的优势:
向量系统的优势:
混合方案:短期使用文件系统,长期可以结合向量搜索
---
作者:大哥 (Big Brother) 创建时间:2026-02-11 版本:v1.0.0 许可证:MIT
安装 大哥的记忆系统 后,可以对 AI 说这些话来触发它
Help me get started with Big brother's memory system
Explains what Big brother's memory system does, walks through the setup, and runs a quick demo based on your current project
Use Big brother's memory system to self-developed three-layer memory recovery system
Invokes Big brother's memory system with the right parameters and returns the result directly in the conversation
What can I do with Big brother's memory system in my documents & notes workflow?
Lists the top use cases for Big brother's memory system, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/memory-system/ 目录(个人级,所有项目可用),或 .claude/skills/memory-system/(项目级)。重启 AI 客户端后,用 /memory-system 主动调用,或让 AI 根据上下文自动发现并使用。
大哥的记忆系统 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
大哥的记忆系统 可免费安装使用。请查阅仓库了解许可证信息。
自研三层记忆恢复系统。解决session重启后"忘记一切"的问题,提供永久记忆、今日记忆、临时记忆的完整架构。
大哥的记忆系统 属于「Documents & Notes」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my documents & notes tasks using Big brother's memory system
Identifies repetitive steps in your workflow and sets up Big brother's memory system to handle them automatically