← Back to Skills Marketplace
105
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install personal-memory-system
Description
个人AI记忆系统(Personal AI Memory System)。当用户说以下任何内容时立即触发: 记忆系统、记录今天、写日记、今天发生了、随手记、快速记录、 回顾过去、整理我的经历、帮我做决策、沙盘推演、这件事该不该做、 分析我最近的状态、预测一下、我的目标、追踪进度、生成周报、 生成月报、生成年报、这周...
Usage Guidance
This skill appears internally consistent and is instruction-only (no code or network calls embedded). Before installing: 1) Verify where the memory directory will live — prefer a user-owned path (e.g., ~/memory or ~/.memory) rather than a root-level /memory to avoid permission issues. 2) If you care about privacy, run the skill with a local model or a platform that offers strict data-retention/no-retention guarantees; otherwise journal text you send to the model will be transmitted as conversation context to that provider. 3) Follow the skill's advice: set directory permissions (chmod 700), add the folder to .gitignore, and consider encrypting backups. 4) Be mindful when importing old content or writing about third parties — the system records what you give it. 5) The only minor red flag is inconsistent path notation in the docs; double-check install/initialization steps so files are created where you expect. If the package later includes code, network calls, or requests credentials, re-evaluate — that would change this assessment.
Capability Tags
Capability Assessment
Purpose & Capability
The skill's name and description (personal AI memory / journaling / decision advisor) match the instructions: read/write local memory files, generate responses, run analyses, and produce reports. It does not ask for unrelated credentials, binaries, or external services, so requested capabilities are proportionate to the stated purpose.
Instruction Scope
The runtime instructions direct the agent to read and write many files inside a local memory directory and to include user content as model context when producing responses — that is expected for a memory/journal system. Two notes: (1) the SKILL uses inconsistent path forms ("/memory/", "memory/", and references to "~/.memory/"), which could cause accidental placement of data in an unintended location (e.g., a root-level /memory requiring elevated permissions); (2) the skill repeatedly instructs loading whole logs (e.g., 'signals-log 全部' for some tasks), which is coherent with analysis use but increases the volume of personal data the model will see — users should be aware that large historical context will be sent to whatever model service they use.
Install Mechanism
This is instruction-only with no install spec and no code files executed by the platform. That minimizes install-time risk; nothing is downloaded or extracted by the skill itself.
Credentials
The skill declares no required environment variables, no credentials, and no config paths outside its own memory directory. That is proportionate for a local journaling/analysis skill.
Persistence & Privilege
The skill does not request 'always: true' and sets autonomous_invocation: false; it asks the agent to store data in a local memory directory it manages itself. That level of persistence and privilege is appropriate for a personal-memory skill.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install personal-memory-system - After installation, invoke the skill by name or use
/personal-memory-system - Provide required inputs per the skill's parameter spec and get structured output
Version History
v3.1.0
Version 3.1.0
- Added AGENTS.md, LICENSE.md, and README_EN.md for improved documentation and user guidance.
- Updated SKILL.md with a comprehensive safety & privacy statement, detailing local data storage, platform telemetry, and content handling principles.
- Enhanced and clarified file structure, user intent mapping, and context loading rules.
- Refined core rules (“铁律”) and AI character standards for transparency and user trust.
- Improved instructions on file permission and encryption for local privacy protection.
v1.2.0
**Version 1.2.0 – World-class upgrade for personal-memory-system**
- Introduced a comprehensive new system structure: reorganized into present, past, and future memory dimensions, each with dedicated files and folders for diaries, signals, goals, decisions, and more.
- Implemented precise conversation type recognition with tailored processing and file access rules for all supported memory, record, and decision scenarios.
- Enforced strict separation of user diary entries and AI responses for data integrity and privacy.
- Added context-sensitive data loading rules for each interaction to optimize relevance and performance.
- Defined “iron rules” for diary sanctity, decision storage, and empathetic AI response to user input.
- Refined the AI character role to act as a warm, direct, and honest long-term companion, not merely an assistant.
Metadata
Frequently Asked Questions
What is personal-memory-system?
个人AI记忆系统(Personal AI Memory System)。当用户说以下任何内容时立即触发: 记忆系统、记录今天、写日记、今天发生了、随手记、快速记录、 回顾过去、整理我的经历、帮我做决策、沙盘推演、这件事该不该做、 分析我最近的状态、预测一下、我的目标、追踪进度、生成周报、 生成月报、生成年报、这周... It is an AI Agent Skill for Claude Code / OpenClaw, with 105 downloads so far.
How do I install personal-memory-system?
Run "/install personal-memory-system" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is personal-memory-system free?
Yes, personal-memory-system is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does personal-memory-system support?
personal-memory-system is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created personal-memory-system?
It is built and maintained by ChenChen (@chenchen913); the current version is v3.1.0.
More Skills