← 返回 Skills 市场
indivisible2025

Reminiscence-追忆

作者 Indivisible · GitHub ↗ · v7.0.0 · MIT-0
cross-platform ✓ 安全检测通过
130
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install reminiscence
功能描述
本地记忆语义搜索。当用户查询记忆、搜索过往记录、询问"我记得..."、"搜一下..."等所有记忆召回场景时触发。基于 BM25 + 多维信号融合,完全本地运行,无需 API Key。
安全使用建议
This skill appears to do what it says: local BM25-style search over your memory markdown files, implemented in a pure-Python script with no network behavior or external credentials. Before installing: (1) inspect the full search.py file yourself (and any truncated sections) to confirm there are truly no network calls or unexpected behavior; (2) review the files under ~/.openclaw/workspace (MEMORY.md and memory/*.md) for sensitive information because the skill will read them and store an index (~/.openclaw/memory_bm25_index.json); (3) if you want to limit exposure, run the script on a copy or restrict MEMORY_PATHS to a curated directory; (4) remove the index/cache files if you uninstall the skill or after testing. Confidence is medium because a portion of the source shown was truncated — verify the remainder before trusting it fully.
功能分析
Type: OpenClaw Skill Name: reminiscence Version: 7.0.0 The '追忆' (Reminiscence) skill is a local memory search tool that implements a BM25-based indexing and retrieval system. Analysis of 'scripts/search.py' shows it uses only Python standard libraries to process text files within the designated OpenClaw workspace, with no network activity, obfuscation, or unauthorized data access. The instructions in 'SKILL.md' and 'README.md' are consistent with the stated purpose of providing semantic search for local diary and memory files.
能力评估
Purpose & Capability
Name/description (local BM25-based memory search) match the files and runtime behavior: the script reads markdown memory files under ~/.openclaw/workspace, builds a local JSON index, and performs BM25 + multi-signal reranking. No unrelated credentials, binaries, or services are requested.
Instruction Scope
SKILL.md directs the agent to run the included Python script and to read/write index files under ~/.openclaw. That is appropriate for a local memory search skill. Note: the skill will read any files matching the configured MEMORY_PATHS (default ~/.openclaw/workspace/MEMORY.md and ~/.openclaw/workspace/memory/*.md), so it has access to all data in those paths — which is expected but could expose sensitive local content via search results.
Install Mechanism
No install spec; this is instruction + inline script only. No downloads or external packages are pulled — the script claims to use only Python stdlib and included code appears to implement that.
Credentials
The skill requests no environment variables, no external API keys, and no unrelated configuration paths. The declared scope (workspace memory files and local index/cache) is proportional to its stated functionality.
Persistence & Privilege
always:false and normal invocation. The script creates/reads persistent files in the user home: ~/.openclaw/memory_bm25_index.json and a token/cache path (~/.openclaw/memory_bm25_token_cache.json). These files store derived copies/indices of your memory files and will persist on disk until removed — consider this when handling sensitive content.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install reminiscence
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /reminiscence 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v7.0.0
Version 7.0.0 - 完全本地化实现记忆召回,无需 API Key,兼容 Python 3.13,零依赖。 - 引入多信号融合搜索(BM25norm、IDF-Coverage、N-gram Proximity、ExactPhrase、Soft Dice)。 - 索引自动检测与构建,支持 MEMORY.md 及所有日记 markdown 文件。 - 输出包含文件路径、行号、信号分值与内容摘要,支持搜索结果去重。 - 支持多种自然语言记忆搜索场景自动触发。
元数据
Slug reminiscence
版本 7.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Reminiscence-追忆 是什么?

本地记忆语义搜索。当用户查询记忆、搜索过往记录、询问"我记得..."、"搜一下..."等所有记忆召回场景时触发。基于 BM25 + 多维信号融合,完全本地运行,无需 API Key。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 130 次。

如何安装 Reminiscence-追忆?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install reminiscence」即可一键安装,无需额外配置。

Reminiscence-追忆 是免费的吗?

是的,Reminiscence-追忆 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Reminiscence-追忆 支持哪些平台?

Reminiscence-追忆 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Reminiscence-追忆?

由 Indivisible(@indivisible2025)开发并维护,当前版本 v7.0.0。

💬 留言讨论