memory-tiering

Organize conversational and system context into HOT, WARM, and COLD memory tiers.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/wjlmrzd/OpenClaw-Wren --skill memory-tiering-wjlmrzd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: memory-tiering
Source: https://github.com/wjlmrzd/OpenClaw-Wren/tree/main/skills/memory-tiering
Command: npx skills add https://github.com/wjlmrzd/OpenClaw-Wren --skill memory-tiering-wjlmrzd

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Organizes conversational and system context into HOT, WARM, and COLD tiers to prevent context overload, improve retrieval efficiency, and ensure long-term archives remain concise and useful.

Core Features & Use Cases

  • Dynamic Tier Redistribution: Move items between HOT, WARM, and COLD based on recency and importance to keep active context small and relevant.
  • Pruning & Summarization: Aggressively prune transient details from COLD and create concise summaries for long-term storage while retaining essential milestones.
  • Credential Hygiene & Verification: Replace raw secrets in HOT with references where possible and verify no critical information is lost during reorganizations.
  • Use Case: After a long interactive session or a /compact operation, run a memory reorganization to prioritize upcoming tasks in HOT, persist stable preferences to WARM, and archive finished projects to COLD.

Quick Start

Say Run memory tiering to reorganize context across HOT, WARM, and COLD.

Frequently Asked Questions about memory-tiering

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

FAQPage Schema
How do I organize conversational context into HOT, WARM, and COLD memory tiers?

Memory tiering organizes conversational context into HOT, WARM, and COLD memory tiers by automatically redistributing items based on recency and importance to optimize retrieval and prevent context overload.

What is the best way to prune and summarize long-term assistant memory archives?

Pruning and summarizing long-term memory archives involves aggressively removing transient details from COLD storage while creating concise summaries that retain essential milestones for long-term retrieval.

How does credential reference hygiene work during context compaction?

Credential reference hygiene during context compaction replaces raw secrets in HOT memory with secure references and runs verification checks to ensure no critical information is lost during reorganizations.

Can I use automated memory tiering for periodic context compaction workflows?

Automated memory tiering supports periodic context compaction workflows by reorganizing context after long interactive sessions, prioritizing upcoming tasks in HOT and archiving finished projects to COLD.

Does memory tiering work without external dependencies?

Memory tiering works without external dependencies, operating as a standalone context-management process that dynamically redistributes and compacts session-based assistant data across multiple storage tiers.

Why should I redistribute context into multiple memory tiers?

Redistributing context into multiple memory tiers prevents context overload and improves retrieval efficiency by keeping active context small and relevant while persisting stable preferences separately.