← 返回 Skills 市场
176
总下载
0
收藏
0
当前安装
7
版本数
在 OpenClaw 中安装
/install memory-encrypted
功能描述
本地加密存储记忆,定时自动备份到指定目录。防止记忆泄露,适合企业付费用户。用于用户提到加密、备份、安全、私密等场景。
使用说明 (SKILL.md)
记忆加密与自动备份系统
记忆本地加密 + 定时自动备份,防泄露、防丢失。
核心功能
1. 记忆加密(AES-256)
记忆文件 → AES-256 加密 → 存储
解密密钥 → 单独保管 → 导入时使用
- 加密后的
MEMORY.md不可读,必须用密钥解密 - 密钥存储在独立文件
~/.openclaw/.memory-key - 密钥本身不加密,建议额外备份
2. 定时自动备份
触发时机:
├── 每次会话结束(可选)
├── 每天凌晨 3 点(固定)
└── 手动触发
- 备份到
~/.openclaw/backups/ - 文件名格式:
MEMORY_YYYY-MM-DD_HH-mm.bak - 保留最近 30 份,自动清理更旧的
3. 加密备份
备份文件本身也是加密的,备份丢失也不泄露内容。
使用方式
启用加密
启用记忆加密
首次启用会生成密钥,请备份密钥文件!
解密查看
解锁记忆
查看记忆
手动备份
立即备份记忆
恢复备份
恢复到某天的备份
列出可用备份
备份管理
| 操作 | 命令 |
|---|---|
| 列出备份 | ls ~/.openclaw/backups/ |
| 查看备份日期 | ls -lt ~/.openclaw/backups/ |
| 解密恢复 | 用解密工具读取 |
安全说明
- 密钥文件丢失 = 记忆永久无法解密
- 备份文件丢失 = 最近的备份内容丢失
- 建议同时备份密钥到安全的云盘(不与备份文件同一位置)
安装
本技能需要 Python 标准库支持,无额外依赖。
安全使用建议
Review this carefully before installing. Do not rely on the promised AES-256 memory protection unless the author provides verifiable code or a clearly declared encryption capability. If you use it, make sure scheduled backups are opt-in and controllable, and protect the ~/.openclaw/.memory-key file because it can determine whether your memories remain private or recoverable.
功能分析
Type: OpenClaw Skill
Name: memory-encrypted
Version: 1.1.0
The skill bundle describes a system for local memory encryption and automated backups using AES-256. The instructions in SKILL.md focus on local file management within the user's home directory (~/.openclaw/) and do not contain any indicators of data exfiltration, remote command execution, or malicious prompt injection. While storing the encryption key in a local plaintext file (~/.openclaw/.memory-key) is a security weakness, the intent is clearly aligned with the stated purpose of data privacy.
能力评估
Purpose & Capability
The stated purpose is security-critical encrypted memory and backups, including AES-256, but the package is instruction-only with no code, install spec, required binary, or declared dependency to substantiate that protection.
Instruction Scope
The instructions are mostly user-facing natural-language commands, but they also describe fixed scheduled backups and automatic cleanup of older backups.
Install Mechanism
There is no installer or implementation, while SKILL.md claims Python standard-library support with no extra dependency for AES-256-style encryption, which is not adequately supported by the provided artifacts.
Credentials
The skill writes memory, key, and backup material under ~/.openclaw, which is aligned with the stated purpose but involves sensitive local data and an unencrypted key file.
Persistence & Privilege
The skill describes a fixed daily backup schedule and automatic deletion of older backups without showing an opt-in scheduler, disable path, or confirmation model.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install memory-encrypted - 安装完成后,直接呼叫该 Skill 的名称或使用
/memory-encrypted触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
No visible changes detected in this version.
- No file changes were made in this release.
- All features and documentation remain the same as the previous version.
v1.0.4
memory-encrypted v1.0.4
- No file changes detected in this version.
- Functionality and documentation remain as in previous release.
v1.0.3
Version 1.0.3 of memory-encrypted contains no file changes.
- No updates, bugfixes, or new features were detected in this version.
v1.0.5
Version 1.0.5
- No file changes detected in this release.
- No updates to features, documentation, or functionality.
v1.0.2
No changes detected in this version.
- No file or documentation changes were made in version 1.0.2.
v1.0.1
Version 1.0.1
- No code or documentation changes detected in this release.
- All features and instructions remain unchanged.
v1.0.0
memory-encrypted 1.0.0 发布:支持本地加密存储和定时自动备份,实现企业级记忆安全。
- 新增 AES-256 本地加密,密钥独立存储,防止数据泄露
- 记忆数据定时自动备份(每日 3 点/会话结束/手动触发),自动清理过旧备份
- 所有备份文件均为加密格式,防止丢失引发泄密
- 支持命令启用加密、手动/自动备份、解密查看和备份恢复
- 安全提示:密钥丢失后记忆无法恢复,建议单独安全备份密钥
元数据
常见问题
memory-encrypted 是什么?
本地加密存储记忆,定时自动备份到指定目录。防止记忆泄露,适合企业付费用户。用于用户提到加密、备份、安全、私密等场景。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 176 次。
如何安装 memory-encrypted?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install memory-encrypted」即可一键安装,无需额外配置。
memory-encrypted 是免费的吗?
是的,memory-encrypted 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
memory-encrypted 支持哪些平台?
memory-encrypted 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 memory-encrypted?
由 Primordia(@liujw0214)开发并维护,当前版本 v1.1.0。
推荐 Skills