auto-memory-curation

Automatically analyzes messages for important information and stores it in the right memory files. Runs silently on every message. Filters noise, captures meaningful content. Use when you want passive memory building without manual "remember this" commands.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "auto-memory-curation" with this command: npx skills add init-v/auto-memory-curation

Auto Memory Curation Skill

Overview

Silently analyze every message for important information and store it appropriately. Reduces manual memory management while building rich context over time.

How It Works

Trigger

  • Runs on every message (silently)
  • No user activation needed

Analysis Pipeline

Step 1: Filter Noise Skip these message types:

  • Greetings (hi, hello, hey)
  • Thanks/thanking
  • Acknowledgments (ok, sure, yes, yeah)
  • Questions without context
  • Single word responses
  • Bot commands

Step 2: Categorize For non-noise messages, categorize:

CategoryWhat to look forStore in
FactNew info about user, projects, preferencesMEMORY.md
DecisionChoices made, conclusions reachedmemory/YYYY-MM-DD.md
PreferenceLikes, dislikes, style preferencesUSER.md
IdeaRandom thoughts, inspiration, conceptsmemory/topics/ideas.md
LearningLessons, insights, discoveriesmemory/topics/lessons.md
ProjectProject updates, progress, blockersmemory/projects/
GoalGoals, targets, milestonesmemory/topics/goals.md
ErrorMistakes, corrections to avoidmemory/topics/anti-patterns.md
CommitmentPromises I make, tasks to dotasks.md

Step 3: Extract & Store

  • Extract the key information
  • Add timestamp reference
  • Store in appropriate file
  • Use append mode (never overwrite)

Guidelines

What to Capture

  • New facts about Vini (name, preferences, goals)
  • Project updates or decisions
  • Ideas for future projects
  • Learning insights
  • Corrections (what doesn't work)
  • Commitments I make

What to SKIP

  • Passwords, secrets, API keys
  • Trivial acknowledgments
  • Basic confirmations
  • Questions I'm asking
  • Technical errors that are fixed

Quality Rules

  1. Be selective - Don't store everything
  2. Be concise - One sentence per memory
  3. Be contextual - Include enough info to understand later
  4. Be accurate - Don't paraphrase incorrectly
  5. Never duplicate - Check if already stored

Format

## [Category] - YYYY-MM-DD

- **[What]:** [Brief description]
  *Context:* [Why it matters or relevant message]

Examples

User says:

"I prefer concise messages, no filler words"

Stored in USER.md:

Preference - 2026-03-06

  • Communication: Prefers concise messages, no filler words

User says:

"Let's build a landing page for the consultancy inspired by Nexus AI"

Stored in memory/2026-03-06.md:

Decision - 2026-03-06

  • Consultancy: Will use Nexus AI style for landing page

User says:

"I realized I work better with visual examples first, then theory"

Stored in MEMORY.md:

Learning - 2026-03-06

  • Learning Style: Visual examples first, theory after

Testing

Periodically review stored memories to calibrate:

  • Am I capturing too much noise?
  • Am I missing important things?
  • Are categories correct?

Adjust based on quality of accumulated memories.

Override

User can disable or adjust this skill at any time by saying:

  • "Don't store that"
  • "Clear recent memories"
  • "Adjust memory curation"

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

baidu-search

Comprehensive search API integration for Baidu Qianfan Web Search. Use when Claude needs to perform web searches using Baidu Qianfan's enterprise search API....

Registry SourceRecently Updated
General

Self Memory Manager

管理 Claude 的记忆和工作流程优化。包括:(1) Context 使用管理 (2) 重要信息存档 (3) 定时总结 (4) 工作文件夹维护 用于:context 超过 80%、重要信息需要记录、每日总结、清理旧 session

Registry SourceRecently Updated
General

Seedance Video

Generate AI videos using ByteDance Seedance. Use when the user wants to: (1) generate videos from text prompts, (2) generate videos from images (first frame,...

Registry SourceRecently Updated