← Back to Skills Marketplace
230
Downloads
0
Stars
2
Active Installs
10
Versions
Install in OpenClaw
/install memory-treasure
Description
Complete memory management tool to activate, organize, and back up your AI’s memory folder; must be paired with memory-key for full function.
Usage Guidance
This skill's goal (organize and back up an AI 'memory' folder) is plausible, but several inconsistencies merit caution: 1) The description says it needs a "memory-key" but no credential or env var is declared — ask the author how that key is supplied and why it was omitted. 2) The instructions tell the agent to load files every startup and to archive raw conversation logs and an 'Important files' folder that explicitly mentions 'Keys' — verify exactly which filesystem paths the skill will read/write and confirm sensitive files (API keys, system secrets) will be excluded or encrypted. 3) The SKILL.md expects cron jobs and automated backups but there is no install spec to create those jobs; ask how scheduled archiving and backups are implemented and whether you must opt in. 4) The manifest metadata (owner/version) mismatches the registry listing — request clarification or a signed/consistent manifest. Recommend: do not install or grant filesystem access until the author clarifies how the memory-key is provided, which paths are accessed, whether secrets are excluded/encrypted, and how scheduling/backups are implemented. If you proceed, limit the skill to a dedicated memory directory (not system or home dirs with keys), audit the files it will read/write, and prefer an explicit credential-binding mechanism rather than implicit or undocumented access.
Capability Analysis
Type: OpenClaw Skill
Name: memory-treasure
Version: 4.3.1
The skill bundle defines a memory management framework that explicitly instructs the AI agent to store and manage sensitive data, including 'Keys' (credentials), within its directory structure ('重要文件/'). While the intent appears to be organizational, the design encourages storing secrets in plaintext and includes a 'backup' command to package these files, creating a high risk of credential exposure or exfiltration. This constitutes a significant security vulnerability in the skill's architecture (SKILL.md).
Capability Assessment
Purpose & Capability
The description claims it "must be paired with memory-key for full function," yet the registry metadata/manifest declare no required credentials or primaryEnv. The SKILL.md expects the agent to activate, load, and back up a local memory folder — that purpose would legitimately require access to specific file paths and possibly a key, but those accesses/credentials are not declared. Also the included _meta.json and registry metadata disagree on owner/version, which is an integrity/incoherence signal.
Instruction Scope
The runtime instructions tell the agent to automatically load 'hot' memory on every startup, archive conversation logs hourly via cron, and perform backups on command — all of which imply the agent will read and write local memory directories (including an '重要文件' folder that explicitly mentions 'Keys'). The SKILL.md does not declare or restrict which file system paths are allowed, nor does it provide safe-handling rules for secrets. It also prescribes behaviors (cron jobs, automatic hourly archiving) without providing an install mechanism to create those jobs.
Install Mechanism
This is instruction-only (no install spec, no code files), which minimizes supply-chain risk. However, the instructions describe persistent runtime behaviors (hourly cron, automatic startup loading, creating archives) that cannot be enforced or implemented automatically by an instruction-only skill without additional installation steps — a mismatch between what the doc expects and what the platform will actually do.
Credentials
The skill requests no environment variables or credentials but references storing and loading sensitive content and even an '重要文件' folder labeled with 'Keys'. The absence of declared credentials or config paths conflicts with the stated need to be "paired with memory-key" and with the access implied by the instructions. This under-declaration increases risk of undeclared secret access or accidental exposure.
Persistence & Privilege
The skill is not marked always:true and does not request elevated platform privileges. However, it mandates '每次启动必须加载' (must load on every startup) and aims to auto-load hot memory each startup — this gives it persistent runtime impact if the agent or platform autonomously follows the instructions. Autonomous invocation is platform-default; combined with the other concerns (undeclared keys and file access), that raises risk.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install memory-treasure - After installation, invoke the skill by name or use
/memory-treasure - Provide required inputs per the skill's parameter spec and get structured output
Version History
v4.3.1
v4.3.1: 孵化库目录重命名:技术可行性分析、商业调研
v4.3.0
v4.3: 新增待定目录、热区含三状态(todos/待定/done)、孵化库完整结构
v4.2.0
优化:增加启动时加载说明,AGENTS.md精简版可引用本skill
v4.1.0
添加英文翻译版本(中英双语篇幅)
v4.0.0
完全重构:基于小蜂和彧哥工作实践,三温区架构,核心理念:无法解决失忆但能无缝交流
v1.1.1
修复 bug:完整对话现在会正确写入聊天记录目录,不再只写入每日流水
v1.0.3
- Streamlined documentation for easier understanding and quicker setup
- Added clear directory structure guidance for memory management
- Highlighted auto-archiving of conversations and task organization
- Emphasized built-in communication trilogy logic
- Simplified usage instructions for activation and backup steps
v1.0.2
- Added a sample _meta.json file.
- Updated SKILL.md to include new sections: "沟通三部曲" rules and "开机自检" (startup self-check) detailing a recommended three-step process for responses and activation.
- No breaking changes; existing features and instructions remain intact.
- Documentation now emphasizes the importance of these optional communication and activation routines for advanced users.
v1.0.1
新增写入标准和自定义方法
v1.0.0
首次发布
Metadata
Frequently Asked Questions
What is Memory Treasure?
Complete memory management tool to activate, organize, and back up your AI’s memory folder; must be paired with memory-key for full function. It is an AI Agent Skill for Claude Code / OpenClaw, with 230 downloads so far.
How do I install Memory Treasure?
Run "/install memory-treasure" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Memory Treasure free?
Yes, Memory Treasure is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Memory Treasure support?
Memory Treasure is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Memory Treasure?
It is built and maintained by MarkMa84 (@markma84); the current version is v4.3.1.
More Skills