📦 AI Memory System — 三层记忆系统
v1.0.0自动构建三层记忆系统,包括长期记忆文档(MEMORY.md)、日常笔记记录和夜间事实提取定时任务,帮助AI助手保持上下文连贯性和长期记忆能力。
0· 3·0 当前·0 累计
by @casperzinou
运行时依赖
无特殊依赖
安装命令
点击复制官方npx clawhub@latest install ai-memory-system
镜像加速npx clawhub@latest install ai-memory-system --registry https://cn.longxiaskill.com
技能文档
name: AI Memory System description: Automatically sets up a 3-layer memory system with long-term MEMORY.md, daily notes, and nightly fact extraction cron job.
This skill automatically configures a 3-layer memory system for your AI assistant:
Features
- Long-term Memory: Maintains a persistent
MEMORY.mdfile that stores important information across sessions - Daily Notes: Creates daily note files for capturing session-specific information
- Automated Fact Extraction: Runs a nightly cron job that extracts key facts from conversations and consolidates them into the memory system
Setup
The skill will automatically:
- Create the memory directory structure
- Set up the MEMORY.md file
- Configure the nightly fact extraction cron job
- Initialize daily note templates
Usage
After installation, the memory system operates automatically:
- Information is stored in the memory files during conversations
- Nightly jobs extract and consolidate facts
- The AI assistant can reference MEMORY.md for context
Configuration
You can customize the memory system by editing the configuration files in the memory directory.