← 返回
未分类 中文

Micro Memory

智能记忆系统,支持记忆添加、搜索、标签管理、强度追踪、复习提醒及统计健康报告。
智能记忆系统,支持记忆添加、搜索、标签管理、强度追踪、复习提醒及统计健康报告。
payne-openclaw payne-openclaw 来源
未分类 clawhub v4.0.2 1 版本 100000 Key: 无需
★ 1
Stars
📥 412
下载
💾 1
安装
1
版本
#knowledge#latest#memory

概述

Micro Memory V4 — Your Second Brain

> 🧠 Not just a note-taking tool, but your external brain that truly remembers.

>

> 不只是笔记工具,而是真正会"记忆"的外部大脑。

What is Micro Memory? | 什么是 Micro Memory?

Micro Memory is an intelligent memory system inspired by how the human brain works:

  • 🧠 Like your brain, memories fade over time without reinforcement
  • 🔗 Like your brain, related concepts form neural networks
  • 📅 Like your brain, spaced repetition strengthens retention
  • 🏥 Unlike your brain, it gives you health reports and analytics

Micro Memory 是一个智能记忆系统,灵感来自人脑的工作方式:

  • 🧠 像大脑一样,记忆会随时间衰减,需要强化巩固
  • 🔗 像大脑一样,相关概念形成神经网络关联
  • 📅 像大脑一样,间隔重复加强记忆留存
  • 🏥 unlike大脑,它能给你健康报告和分析

Why Micro Memory? | 为什么选择 Micro Memory?

FeatureTraditional NotesMicro Memory
-----------------------------------------
StorageStatic filesLiving memories with strength
SearchSimple textMulti-keyword + Regex + Fuzzy
OrganizationFolders/tagsSemantic networks
RetentionManual reviewSpaced repetition scheduling
HealthNo insightMemory health reports
CompressionNoneTF-IDF smart compression
特性传统笔记Micro Memory
-----------------------------------------
存储静态文件有强度的活记忆
搜索简单文本多关键词 + 正则 + 模糊
组织文件夹/标签语义网络
留存手动复习间隔重复调度
健康无洞察记忆健康报告
压缩TF-IDF 智能压缩

Core Features | 核心功能

📝 Smart Memory Creation | 智能记忆创建

memory add "Learned about TypeScript decorators"
memory add "Important meeting with client" --tag=work --type=longterm --importance=5
memory add "Related concept" --tag=study --link=1,2

🔍 Advanced Search | 高级搜索

memory search "TypeScript"                    # Multi-keyword
memory search "Type.*script" --regex          # Regex pattern
memory search "Typscript" --fuzzy             # Fuzzy matching
memory search "meeting client" --tag=work     # Filtered search

🔗 Memory Networks | 记忆网络

memory link --from=1 --to=2,3    # Connect memories
memory graph --id=1              # Visualize connections
memory graph                     # Full network view

📊 Strength System | 强度系统

Memories have 5 strength levels that decay over time:

LevelScoreIconDescription
---------------------------------
💎 Permanent80-100💎Permanent memory
💪 Strong60-79💪Strong memory
📊 Stable40-59📊Stable memory
⚠️ Weak20-39⚠️Weak memory - needs review
🔴 Critical0-19🔴Critical - about to be forgotten

🔄 Spaced Repetition | 间隔重复

Based on SM-2 algorithm:

  • Level 0 → 1 day
  • Level 1 → 3 days
  • Level 2 → 7 days
  • Level 3 → 14 days
  • Level 4 → 30 days
  • Level 5+ → 60-90 days

🏥 Health Reports | 健康报告

memory health    # Overall system health
memory stats     # Detailed statistics
memory strength  # Strength distribution

📦 Compression & Archiving | 压缩与归档

memory compress --auto           # Auto-compress weak memories
memory compress --id=1           # Compress specific memory
memory archive --older_than=30   # Archive old memories
memory archive --restore=1       # Restore from archive

Quick Start | 快速开始

Installation | 安装

npm install
npm run build

Basic Usage | 基本用法

# Add a memory
memory add "Learned about neural networks"

# List all memories
memory list

# Search memories
memory search "neural"

# Check health
memory health

# Review due memories
memory review --today

Clawdbot Integration | Clawdbot 集成

As a native skill, Micro Memory auto-triggers on:

TriggerAction
-----------------
"记住..." / "记录..."Auto-add memory
"搜索记忆..." / "找找之前..."Auto-search
"列出记忆" / "我的记忆"Auto-list
"记忆健康"Show health report
"复习记忆"Show today's reviews

Data Storage | 数据存储

store/
├── index.json      # Main memory index
├── links.json      # Association networks
├── reviews.json    # Review schedules
├── store.md        # Markdown backup
└── archive/        # Archived memories

Version | 版本

  • Current | 当前: 4.0.1
  • Implementation | 实现: TypeScript (Native Clawdbot Skill)

Architecture | 架构

micro-memory/
├── src/
│   ├── index.ts      # CLI entry
│   ├── memory.ts     # Core memory management
│   ├── strength.ts   # Strength decay system
│   ├── links.ts      # Network associations
│   ├── review.ts     # Spaced repetition
│   ├── health.ts     # Health analytics
│   ├── archive.ts    # Compression & archiving
│   └── utils.ts      # Utilities
└── dist/             # Compiled JavaScript

Your thoughts deserve to be remembered. Not just stored.

你的想法值得被记住,而不只是被存储。

版本历史

共 1 个版本

  • v4.0.2 当前
    2026-05-07 05:33 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-agent

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,417 📥 325,759
ai-agent

Agent Browser

rez0
用于 AI 代理的浏览器自动化 CLI。当用户需要与网站交互(包括浏览页面、填写表单、点击按钮、截图等)时使用。
★ 848 📥 328,672
ai-agent

self-improving agent

pskoett
记录自身发现以实现自我改进的技能
★ 4,129 📥 882,444