Memory Consolidation

Extract and classify facts from unstructured text into JSON knowledge base entries.

Updated Feb 9, 2026
One-click install
npx skills add https://github.com/Tzeusy/butlers --skill memory-consolidation-tzeusy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Memory Consolidation
Source: https://github.com/Tzeusy/butlers/tree/main/src/butlers/modules/memory/skills/consolidate
Command: npx skills add https://github.com/Tzeusy/butlers --skill memory-consolidation-tzeusy

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill addresses the challenge of retaining and structuring important information from ongoing conversations or events, preventing valuable insights from being lost.

Core Features & Use Cases

  • Knowledge Extraction: Identifies and categorizes new facts, updated information, and potential rules from provided text.
  • Fact Classification: Assigns a permanence level (permanent, stable, standard, volatile, ephemeral) to extracted facts, aiding in knowledge management.
  • Entity Resolution: Anchors extracted facts to known entities using provided UUIDs, ensuring a structured knowledge graph.
  • Use Case: After a series of project update meetings, this Skill can process the transcripts to extract key decisions, action items, and evolving project requirements, storing them in a structured, retrievable format.

Quick Start

Process the provided episode content to extract new facts and rules.

Frequently Asked Questions about Memory Consolidation

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

FAQPage Schema
How do I extract durable knowledge from unstructured text episodes?

To extract durable knowledge from unstructured text episodes, process the text content to identify and categorize new facts, updated information, and potential rules into a structured JSON format. This method classifies extracted facts by permanence level to support knowledge management.

How does fact permanence classification work for knowledge management?

Fact permanence classification for knowledge management works by assigning extracted facts to specific levels: permanent, stable, standard, volatile, or ephemeral. This categorization structures the extracted data, preventing valuable insights from being lost over time.

How do I resolve entities when extracting facts from transcripts?

To resolve entities when extracting facts, anchor the extracted facts to known entities using provided UUIDs. This ensures structured data management and maintains a structured knowledge graph for your project transcripts.

Can I use this to process meeting transcripts for action items and decisions?

Yes, you can process meeting transcripts for action items and decisions. It identifies key decisions and evolving project requirements from provided text episodes, storing them in a structured, retrievable JSON format for ongoing knowledge extraction.

What's the best way to retain and structure important information from ongoing conversations?

The best way to retain and structure important information from ongoing conversations is to process the episode content to extract new facts and rules. This approach categorizes updates and assigns permanence levels, aiding in structured knowledge retention.

Does this knowledge extraction tool require any external dependencies?

No, this knowledge extraction tool does not require any external dependencies. It directly processes the provided episode content to extract and structure durable knowledge into JSON format without needing additional environment setup.