← 返回 Skills 市场
daoistbro

大哥的记忆系统

作者 daoistbro · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
3680
总下载
9
收藏
36
当前安装
1
版本数
在 OpenClaw 中安装
/install memory-system
功能描述
自研三层记忆恢复系统。解决session重启后"忘记一切"的问题,提供永久记忆、今日记忆、临时记忆的完整架构。
安全使用建议
Install only if you want local memory to persist across sessions and shape future agent behavior. Review the memory files periodically, keep secrets and highly private details out of them, and delete or edit entries that should not be reused later.
功能分析
Type: OpenClaw Skill Name: memory-system Version: 1.0.0 The skill bundle implements a file-based memory system for an AI agent. The `SKILL.md` instructs the agent to execute a `bash` script (`scripts/memory-recovery.sh`) to read memory files. The script itself is benign, primarily using `cat` to display content from fixed-path `.md` files within the agent's workspace. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection designed to subvert the agent. The use of shell execution and file access is directly aligned with the stated purpose of a local memory system.
能力评估
Purpose & Capability
The skill's purpose, metadata, and script align around a three-layer local memory system for restoring agent context across sessions. Storing identity, preferences, relationships, decisions, and work state is sensitive, but it is central to the advertised feature.
Instruction Scope
The instructions tell the agent to read and maintain local memory files and describe automatic session-state saving. That can influence future sessions, but the behavior is disclosed and scoped to memory recovery.
Install Mechanism
The bundle contains SKILL.md, package.json, and a short bash script. There are no package installs, obfuscated steps, network calls, remote code paths, or destructive commands.
Credentials
The script reads fixed local Markdown paths under memory/ and memory/permanent/ using cat, which is proportionate for a file-based memory system. The files may contain private user or business context.
Persistence & Privilege
Cross-session persistence is the core feature and is openly described. The artifacts do not show privilege escalation, credential use, exfiltration, background services, or implemented deletion/modification logic beyond the stated memory workflow.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install memory-system
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /memory-system 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
memory-system v1.0.0 - Initial release of a three-layer memory recovery system to address session context loss after restarts. - Introduces "permanent," "daily," and "session" memory layers for granular retention and recovery. - Provides detailed recovery workflow and automated session state saving. - Includes best practice guidelines and comparisons with vector-based memory systems. - Adds fault recovery procedures and scheduled optimization checks.
元数据
Slug memory-system
版本 1.0.0
许可证
累计安装 36
当前安装数 36
历史版本数 1
常见问题

大哥的记忆系统 是什么?

自研三层记忆恢复系统。解决session重启后"忘记一切"的问题,提供永久记忆、今日记忆、临时记忆的完整架构。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 3680 次。

如何安装 大哥的记忆系统?

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

大哥的记忆系统 是免费的吗?

是的,大哥的记忆系统 完全免费(开源免费),可自由下载、安装和使用。

大哥的记忆系统 支持哪些平台?

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

谁开发了 大哥的记忆系统?

由 daoistbro(@daoistbro)开发并维护,当前版本 v1.0.0。

💬 留言讨论