← 返回 Skills 市场
Triple Memory Lake
作者
hanxiao-bot
· GitHub ↗
· v1.1.0
· MIT-0
82
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install triple-memory-lake
功能描述
Quad-layer memory system integration - unifies OpenClaw, Claude Code, and self-improving agent memories into a single knowledge lake
安全使用建议
This skill will copy files from your home directory (~/.claude and ~/.openclaw) into a local memory/ folder and then process them to extract patterns. Before installing or enabling autonomous execution: (1) Inspect the memory/ and scripts locally to see exactly what will be copied and generated. (2) Consider running the sync scripts manually in an isolated environment (or container) first to review outputs and ensure no secrets are being copied. (3) If you do want this behavior, restrict execution to manual invocation or audit the files to redact secrets; if you expect OpenClaw daily logs to be synced, note that the skill currently lacks a script for that and may not be doing what you expect. (4) If you are uncomfortable with duplicating potentially sensitive logs, do not enable autonomous invocation and consider removing or modifying the scripts to filter/redact sensitive fields before saving.
功能分析
Type: OpenClaw Skill
Name: triple-memory-lake
Version: 1.1.0
The skill is designed to aggregate sensitive session logs and metrics from other AI tools by reading directly from `~/.claude` and `~/.openclaw` (found in sync-claude-code.py and sync-self-improving.py). While this behavior aligns with the stated goal of creating a 'unified memory lake,' the broad access to private interaction history and the use of subprocesses to orchestrate these syncs represent a high-risk capability. No evidence of remote exfiltration was found, but the automated collection of local session data warrants caution.
能力评估
Purpose & Capability
Overall purpose (unify Claude Code and self-improving agent data into a memory lake and mine patterns) aligns with the included scripts. However: the skill is named 'Triple Memory Lake' while the description and SKILL.md describe a 'quad-layer' system (minor naming inconsistency). More importantly, SKILL.md and the directory layout advertise OpenClaw daily logs as a source (memory/sources/mine/), but there is no script that actually syncs OpenClaw daily logs — only self-improving metrics (~/.openclaw/agents/*/metrics.json) and Claude Code sessions (~/.claude/projects/*/sessions/*.jsonl) are implemented. This mismatch between claimed sources and implemented syncing is an incoherence the user should be aware of.
Instruction Scope
SKILL.md and the scripts instruct the agent to read and copy files from hidden user directories (~/.claude and ~/.openclaw) into the skill's own memory/ directory. That is coherent with the stated purpose, but it is privacy-sensitive: user conversations, session logs, and agent metrics may contain secrets or PII and will be duplicated inside the skill workspace. The SKILL.md cp examples and the sync scripts do not filter or redact sensitive fields before copying.
Install Mechanism
Instruction-only with included Python scripts; there is no installer or external download. No network endpoints, package installs, or archive extraction are used. This is low-risk from an installation supply-chain perspective.
Credentials
The skill requests no environment variables or credentials which is proportionate. However, it accesses user-local files under the home directory (~/.claude and ~/.openclaw). While those accesses are relevant to the skill's goal, they are effectively privileged because they duplicate user-private data into the skill folder; the skill does not declare or warn about this in its metadata.
Persistence & Privilege
The skill does not request always:true and does not modify other skills or system-wide settings. It runs as user-invocable and can be invoked autonomously by agents per platform defaults; combine that with the file-access behavior when deciding whether to allow autonomous runs.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install triple-memory-lake - 安装完成后,直接呼叫该 Skill 的名称或使用
/triple-memory-lake触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
Upgrade to quad-layer memory system with reviews (Layer 4), updated directory structure, self-review trigger conditions, quality scoring criteria
v1.0.0
Initial release introducing a unified knowledge lake built on three memory systems.
- Integrates Claude Code, self-improving agent metrics, and OpenClaw daily logs into one synchronized data lake.
- Extracts error patterns, workflow models, and user preferences from combined sources.
- Supports persistent storage of long-term, domain, and tool knowledge.
- Includes command-line scripts for syncing sources and mining patterns.
- Implements incremental sync, timestamping, and de-duplication strategies.
- Organized folder structure for easy access to raw data, patterns, and knowledge.
元数据
常见问题
Triple Memory Lake 是什么?
Quad-layer memory system integration - unifies OpenClaw, Claude Code, and self-improving agent memories into a single knowledge lake. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 82 次。
如何安装 Triple Memory Lake?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install triple-memory-lake」即可一键安装,无需额外配置。
Triple Memory Lake 是免费的吗?
是的,Triple Memory Lake 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Triple Memory Lake 支持哪些平台?
Triple Memory Lake 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Triple Memory Lake?
由 hanxiao-bot(@hanxiao-bot)开发并维护,当前版本 v1.1.0。
推荐 Skills