← Back to Skills Marketplace
3680
Downloads
9
Stars
36
Active Installs
1
Versions
Install in OpenClaw
/install memory-system
Description
自研三层记忆恢复系统。解决session重启后"忘记一切"的问题,提供永久记忆、今日记忆、临时记忆的完整架构。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install memory-system - After installation, invoke the skill by name or use
/memory-system - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is 大哥的记忆系统?
自研三层记忆恢复系统。解决session重启后"忘记一切"的问题,提供永久记忆、今日记忆、临时记忆的完整架构。 It is an AI Agent Skill for Claude Code / OpenClaw, with 3680 downloads so far.
How do I install 大哥的记忆系统?
Run "/install memory-system" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 大哥的记忆系统 free?
Yes, 大哥的记忆系统 is completely free (open-source). You can download, install and use it at no cost.
Which platforms does 大哥的记忆系统 support?
大哥的记忆系统 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created 大哥的记忆系统?
It is built and maintained by daoistbro (@daoistbro); the current version is v1.0.0.
More Skills