← 返回 Skills 市场
66
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install memory-recall
功能描述
精准检索历史记忆,调取某天、某项目、某条对话记录。支持按日期、按关键词、按类型检索。用于用户说查找、找回、某天、某次、之前说过等场景。
使用说明 (SKILL.md)
记忆智能检索回溯系统
精准找回任何历史记忆:某天说了什么、某件事的结论是什么、某个项目当时的决策。
检索方式
1. 按日期检索
找到5月1日的所有对话记录
查看上周的所有日记
2. 按关键词检索
查找关于"数据库选型"的所有记忆
找回提到"小M"的所有记录
3. 按类型检索
找到所有决策记录
查看所有未解决的问题
列出所有项目
4. 自然语言检索
我们上次讨论部署方案是什么时候?
上次提到 xx 是在什么场景下?
这个项目的技术选型结论是什么?
工作原理
用户查询
├── 解析:用户想找什么?
├── 搜索:MEMORY.md(精确) + memory/*.md(日记)
├── 过滤:按日期/关键词/类型
├── 排序:最新最相关优先
└── 呈现:来源 + 内容 + 时间
检索策略
| 查询类型 | 优先搜索 |
|---|---|
| 偏好类 | MEMORY.md |
| 决策类 | MEMORY.md + 最新日记 |
| 事件类 | memory/YYYY-MM-DD.md |
| 项目类 | MEMORY.md 项目章节 |
| 人物类 | MEMORY.md 联系人章节 |
输出格式
检索结果统一呈现:
📅 2026-05-01 | 来源:MEMORY.md
找到的结论:当时决定用 PostgreSQL 而非 MongoSQL
原因:团队更熟悉 PG,事务支持更好
📅 2026-05-01 | 来源:memory/2026-05-01.md
对话片段:用户提到"我们的支付模块需要支持分布式事务"
与永久记忆系统的关系
- 永久记忆系统:写入记忆
- 本技能:从记忆中召回
两者配合 = 写入 + 召回 + 形成闭环。
安装
本技能无需额外配置,直接启用即可。
安全使用建议
This skill appears safe to install for its stated purpose. Be aware that it is designed to retrieve information from stored memory and diary files, so invoke it only when you are comfortable having prior personal or project history brought into the current conversation.
功能分析
Type: OpenClaw Skill
Name: memory-recall
Version: 1.0.0
The 'memory-recall' skill is a set of markdown instructions (SKILL.md) designed to guide an AI agent in searching and retrieving historical information from local files like MEMORY.md and the memory/ directory. It contains no executable code, network activity, or malicious prompt injection, and its behavior is entirely consistent with its stated purpose of managing user-related context.
能力评估
Purpose & Capability
The stated purpose is to retrieve prior memories and conversations, and the instructions consistently focus on searching MEMORY.md and memory/*.md files.
Instruction Scope
The skill describes search, filtering, sorting, and presentation behavior; it does not instruct the agent to override user intent, execute commands, modify files, or contact external services.
Install Mechanism
There is no install spec and no code files; the artifact is instruction-only.
Credentials
Reading persistent memory and diary files is proportional to the skill’s recall purpose, but users should expect prior private records to be searched when invoking it.
Persistence & Privilege
The skill uses persistent memory files as an input source, but the artifacts do not show writing, background persistence, privilege escalation, or autonomous operation outside recall tasks.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install memory-recall - 安装完成后,直接呼叫该 Skill 的名称或使用
/memory-recall触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Version 1.0.0 of memory-recall introduces an intelligent, precise system for historical memory retrieval.
- Supports retrieval by date, keyword, type, and natural language queries.
- Designed for scenarios such as finding a previous conversation, recalling a project decision, or retrieving notes from a specific day.
- Unified output format with clear sources, timestamps, and relevant content.
- Seamlessly integrates with a permanent memory system for a write-and-recall workflow.
- No extra setup needed—enable and use immediately.
元数据
常见问题
Memory Recall 是什么?
精准检索历史记忆,调取某天、某项目、某条对话记录。支持按日期、按关键词、按类型检索。用于用户说查找、找回、某天、某次、之前说过等场景。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 66 次。
如何安装 Memory Recall?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install memory-recall」即可一键安装,无需额外配置。
Memory Recall 是免费的吗?
是的,Memory Recall 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Memory Recall 支持哪些平台?
Memory Recall 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Memory Recall?
由 Primordia(@liujw0214)开发并维护,当前版本 v1.0.0。
推荐 Skills