← Back to Skills Marketplace
liujw0214

memory-encrypted

by Primordia · GitHub ↗ · v1.1.0 · MIT-0
cross-platform ⚠ suspicious
176
Downloads
0
Stars
0
Active Installs
7
Versions
Install in OpenClaw
/install memory-encrypted
Description
本地加密存储记忆,定时自动备份到指定目录。防止记忆泄露,适合企业付费用户。用于用户提到加密、备份、安全、私密等场景。
README (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 标准库支持,无额外依赖。

Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install memory-encrypted
  3. After installation, invoke the skill by name or use /memory-encrypted
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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 点/会话结束/手动触发),自动清理过旧备份 - 所有备份文件均为加密格式,防止丢失引发泄密 - 支持命令启用加密、手动/自动备份、解密查看和备份恢复 - 安全提示:密钥丢失后记忆无法恢复,建议单独安全备份密钥
Metadata
Slug memory-encrypted
Version 1.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 7
Frequently Asked Questions

What is memory-encrypted?

本地加密存储记忆,定时自动备份到指定目录。防止记忆泄露,适合企业付费用户。用于用户提到加密、备份、安全、私密等场景。 It is an AI Agent Skill for Claude Code / OpenClaw, with 176 downloads so far.

How do I install memory-encrypted?

Run "/install memory-encrypted" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is memory-encrypted free?

Yes, memory-encrypted is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does memory-encrypted support?

memory-encrypted is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created memory-encrypted?

It is built and maintained by Primordia (@liujw0214); the current version is v1.1.0.

💬 Comments