ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified productivity Safety 4/5

tiered-memory

EvoClaw Tiered Memory Architecture v2.2.0 - LLM-powered three-tier memory system with automatic daily note ingestion, structured metadata extraction, URL preservation, validation, and cloud-first sync.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/bowen31337/tiered-memory
Or

What This Skill Does

The tiered-memory skill is an advanced cognitive framework for the OpenClaw AI agent, modeled after human memory structures and PageIndex tree retrieval. It manages information across three distinct tiers—Hot, Warm, and Cold—to ensure the agent remains context-aware without overwhelming its active memory window.

In version 2.2.0, the skill introduces automated daily note ingestion. This feature bridges the gap between daily journals and long-term memory by automatically processing files from memory/YYYY-MM-DD.md into the tiered system. The architecture handles structured metadata extraction, specifically preserving URLs, shell commands, and file paths. By performing ongoing distillation and consolidation, the system ensures that vital information persists through the 10-year archival tier, while transient, less critical facts decay from the 30-day warm memory buffer.

Installation

To integrate this memory system into your agent, use the official clawhub installer. Ensure your environment has write access to your local memory directory.

clawhub install openclaw/skills/skills/bowen31337/tiered-memory

Use Cases

  • Personal Knowledge Management: Automatically tracking project progress, meeting notes, and daily insights without manual entry.
  • Technical Documentation Tracking: Preserving shell commands, configuration snippets, and project-specific URLs so they are instantly searchable during development.
  • Long-term Project Continuity: Retaining lessons learned from tasks performed weeks or months ago, allowing the agent to provide better guidance based on past outcomes.
  • Information Synthesis: Bridging disconnected data paths by automatically consolidating daily entries into a structured, queryable knowledge graph.

Example Prompts

  1. "Check my recent notes and remind me of the specific URL I saved for the production API docs last week."
  2. "Review the last 30 days of memory. Are there any incomplete tasks or missing commands that I need to address regarding the current project?"
  3. "Summarize the key technical decisions made regarding the database migration from my recent daily notes."

Tips & Limitations

  • Optimization: Keep your daily notes clean and well-structured; the LLM's metadata extraction is robust, but clear formatting helps significantly.
  • Cold Storage: Understand that the 'Cold' tier (Turso DB) is optimized for long-term retention. Retrieval from this tier may have slightly higher latency than local Hot/Warm memory.
  • Active Context: Do not bloat your 'Hot' memory with unnecessary facts. Use the system's inherent distillation, or let the skill handle decay, to prevent prompt degradation.

Metadata

Stars4190
Views7
Updated2026-04-18
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-bowen31337-tiered-memory": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#memory#knowledge-management#productivity#automation#indexing
Safety Score: 4/5

Flags: file-read, file-write

Related Skills

Terse

Skill by bowen31337

bowen31337 4190

Identity Resolver

Skill by bowen31337

bowen31337 4190

agent-self-governance

Self-governance protocol for autonomous agents: WAL (Write-Ahead Log), VBR (Verify Before Reporting), ADL (Anti-Divergence Limit), VFM (Value-For-Money), and IKL (Infrastructure Knowledge Logging). Use when: (1) receiving a user correction — log it before responding, (2) making an important decision or analysis — log it before continuing, (3) pre-compaction memory flush — flush the working buffer to WAL, (4) session start — replay unapplied WAL entries to restore lost context, (5) any time you want to ensure something survives compaction, (6) before claiming a task is done — verify it, (7) periodic self-check — am I drifting from my persona? (8) cost tracking — was that expensive operation worth it? (9) discovering infrastructure — log hardware/service specs immediately.

bowen31337 4190

rsi-loop

Recursive Self-Improvement (RSI) loop for EvoClaw agents. Provides a structured observe→analyze→synthesize→deploy pipeline that enables agents to detect their own failure patterns and generate concrete improvement proposals (new skills, routing fixes, SOUL.md updates, memory improvements). Use when: (1) logging a task outcome (success/fail/quality), (2) running periodic self-improvement analysis, (3) reviewing or deploying improvement proposals, (4) integrating RSI into EvoClaw hub/edge agents via MQTT, (5) checking agent health score, (6) any mention of "self-improvement", "recursive improvement", "fix my own mistakes", "improvement loop", or "agent evolution". Core EvoClaw primitive.

bowen31337 4190

clawchain

ClawChain RPC client for EvoClaw agents. Connects to Substrate-based blockchain, queries on-chain agent data, submits transactions, and enables agents to participate in on-chain governance and reputation tracking. Use when working with ClawChain L1 blockchain, agent DIDs, token economics, or agent reputation systems.

bowen31337 4190