MemoryBox
Skill Verified ActiveDiagnoses bloated MEMORY.md files, splits oversized sections into domain-specific files, archives stale daily logs, and deduplicates content using a 3-tier hierarchy (MEMORY.md → domains/ → archive/). Use when MEMORY.md exceeds 10KB, context pressure is high, or the user asks to clean up, organize, or maintain agent memory files. Works alongside Mem0, Supermemory, QMD, or standalone.
To keep AI agent memory files lean and organized, preventing context overflow, crashes, and ensuring efficient session loading by implementing a structured memory hierarchy.
Features
- Diagnoses and splits bloated MEMORY.md files
- Archives stale daily logs into a dedicated tier
- Deduplicates content across memory files
- Applies a 3-tier hierarchy for memory organization
- Provides CLI commands for health checks, analysis, and management
Use Cases
- When MEMORY.md exceeds 10KB and causes context pressure
- When an AI agent experiences high context pressure or crashes due to memory bloat
- To proactively organize and maintain agent memory files for better performance
- When asked by an AI to clean up, organize, or manage its memory files
Non-Goals
- Modifying agent configurations or plugins
- Replacing the core memory system (e.g., Mem0, Supermemory)
- Handling the decision of *what* to remember
- Performing actions without explicit user command
Workflow
- Run diagnostic (`doctor` or `health`)
- Analyze memory file size and structure
- Interactively split large sections into domain files (`split`)
- Archive old log files (`archive`)
- Review health score and suggestions
Practices
- AI agent memory hygiene
- Command-line interface design
- File system organization
Prerequisites
- Bash shell environment
- Write access to the specified workspace directory
Installation
npx skills add Ramsbaby/openclaw-memoryboxRuns the Vercel skills CLI (skills.sh) via npx — needs Node.js locally and at least one installed skills-compatible agent (Claude Code, Cursor, Codex, …). Assumes the repo follows the agentskills.io format.
Quality Score
VerifiedSimilar Extensions
Trader Regime
100Detect current market regime using npx neural-trader — bull/bear/ranging/volatile classification with recommended strategy
Lean Ctx
100Context Runtime for AI Agents — 59 MCP tools, 10 read modes, 95+ shell patterns, tree-sitter AST for 18 languages. Compresses LLM context by up to 99%. Use when reading files, running shell commands, searching code, or exploring directories. Auto-installs if not present.
Manus
100Delegate complex, long-running tasks to Manus AI agent for autonomous execution. Use when user says 'use manus', 'delegate to manus', 'send to manus', 'have manus do', 'ask manus', 'check manus sessions', or when tasks require deep web research, market analysis, product comparisons, stock analysis, competitive research, document generation, data analysis, or multi-step workflows that benefit from autonomous agent execution with parallel processing.
Risk Management
100Risk management domain knowledge for trading agents — affective state monitoring, position sizing, drawdown management, tilt detection, and behavioral guardrails. Use when checking risk before trades, managing drawdowns, detecting behavioral drift, or enforcing discipline. Triggers on "risk", "drawdown", "tilt", "position size", "lot size", "confidence", "revenge trading", "overtrading", "discipline".
Setup Gbrain
100Set up gbrain for this coding agent: install the CLI, initialize a local PGLite or Supabase brain, register MCP, capture per-remote trust policy. One command from zero to "gbrain is running, and this agent can call it." Use when: "setup gbrain", "connect gbrain", "start gbrain", "install gbrain", "configure gbrain for this machine". (gstack)
Skill Creator
100Guide for creating effective skills