curate-memory

Scan, deduplicate, and route conversation entries to memory storage layers.

9|2|Updated Mar 2, 2026
One-click install
npx skills add https://github.com/kindomLee/openclaw-workspace-template --skill curate-memory
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: curate-memory
Source: https://github.com/kindomLee/openclaw-workspace-template/tree/main/templates/.claude/skills/curate-memory
Command: npx skills add https://github.com/kindomLee/openclaw-workspace-template --skill curate-memory

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Memory management and organization for AI agent conversations: automatically scan, deduplicate, and route entries to the right storage layers (memory journal, long-term MEMORY.md, notes, references, and learnings), reducing manual curation and fragmentation.

Core Features & Use Cases

  • Automatic conversation scanning and deduplication against MEMORY.md and memory/ entries
  • Context-tree guided classification to determine whether content belongs in memory/ journal, MEMORY.md, notes/, reference/, or .learnings/
  • Merge fragments into existing notes when possible to keep knowledge coherent and searchable
  • Proactive organization after important decisions or problem solutions to maintain a clean knowledge base

Quick Start

Use the curate-memory skill to scan the conversation and classify entries into memory, MEMORY.md, notes, or learnings

Frequently Asked Questions about curate-memory

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automatically deduplicate and organize chat transcripts into memory notes?

Automatically deduplicate chat transcripts by scanning conversations against existing memory entries, routing content to memory journals, notes, or learnings, and merging fragments into existing topics to maintain a coherent knowledge base.

What is the best way to classify long-running conversation logs into notes and references?

Classify long-running conversation logs using context-tree guided routing to determine whether entries belong in MEMORY.md, memory journals, notes, references, or learnings, ensuring safe deterministic writes to memory structures.

How does conversation curation handle overlapping or conflicting decisions in technical logs?

Conversation curation handles overlapping or conflicting technical decisions by scanning for duplicates, resolving conflicts, and merging fragmented content into existing topics to prevent knowledge base fragmentation.

Can I use context-tree guidelines to route entries to MEMORY.md and learnings without manual curation?

Yes, you can use context-tree guidelines to automatically route entries to MEMORY.md and learnings without manual curation, as the system applies deterministic classification rules to organize conversation data safely.

Do I need a context tree to merge fragmented conversation notes into existing topics?

Yes, a context tree is required to merge fragmented conversation notes into existing topics, as it provides the necessary guidelines to classify, deduplicate, and route entries to the correct memory structures.

Why does my knowledge base get fragmented after organizing technical decision logs?

Knowledge base fragmentation occurs when overlapping technical decisions are not deduplicated and merged into existing topics; automated curation scans for these overlaps and consolidates fragments to maintain searchable coherence.