memory-manager

Prune stale ElizaOS agent memories and consolidate important facts across stores.

7|2|Updated Nov 9, 2025
One-click install
npx skills add https://github.com/Prompt-or-Die-Labs/hyper-forge --skill memory-manager-prompt-or-die-labs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: memory-manager
Source: https://github.com/Prompt-or-Die-Labs/hyper-forge/tree/main/.claude/skills/memory-manager
Command: npx skills add https://github.com/Prompt-or-Die-Labs/hyper-forge --skill memory-manager-prompt-or-die-labs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you prevent agent context overflow and degraded responses by organizing, pruning, and prioritizing the right memories at the right time.

Core Features & Use Cases

  • Memory pruning and optimization: Removes low-importance or stale entries to reduce noise and improve retrieval quality.
  • Context window management: Keeps working context aligned with what matters for the current conversation.
  • Conversation history archiving: Consolidates important information into longer-lived knowledge so it remains available across sessions.

Quick Start

Ask your agent to manage memory by optimizing context and pruning outdated low-importance memories for the current room or conversation.

Frequently Asked Questions about memory-manager

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

FAQPage Schema
How do I prevent agent context window overflow during long ElizaOS conversations?

To prevent agent context window overflow, you need memory pruning strategies that remove stale memories and consolidate important facts across short- and long-term stores. This Skill manages memory growth and applies importance scoring to keep working context aligned with current conversations.

What is importance scoring and how does it work for agent memory pruning?

Importance scoring for agent memory pruning evaluates and prioritizes memories based on their relevance and decay over time. This mechanism monitors memory growth, removes low-importance entries to reduce noise, and ensures high-value facts are retained for retrieval.

How to optimize conversation history archiving across agent sessions?

Optimizing conversation history archiving requires consolidating important information into longer-lived knowledge stores. This Skill manages memory create, retrieve, search, and update operations to keep critical facts available across sessions while pruning outdated context.

Does this memory management approach work with semantic search for retrieving agent context?

Yes, semantic search is supported alongside memory management to retrieve relevant agent context. The Skill applies deterministic pruning strategies and decay-based prioritization to ensure semantic search queries return high-importance memories without context-window bloat.

When should I use deterministic pruning strategies for agent runtime memory?

You should use deterministic pruning strategies for agent runtime memory when low-importance or stale entries degrade retrieval quality and cause context-window bloat. Applying these strategies during active conversations keeps agent memory fast, relevant, and safe.

Why does my agent retrieve outdated facts instead of recent conversation context?

Your agent retrieves outdated facts because working context is not properly aligned with current conversations. Applying decay-based prioritization and pruning stale memories ensures that recent, high-importance facts are consolidated and retrieved accurately.