openclaw-memorybox banner
Ramsbaby Ramsbaby

openclaw-memorybox

Development community intermediate

Description

> **Memory health CLI for Claude Code, OpenClaw, and any markdown-based AI agent.** > > Install once. Your agent's memory stays lean forever. Zero dependencies.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

🧠 MemoryBox

**Memory health CLI for Claude Code, OpenClaw, and any markdown-based AI agent.**

Install once. Your agent's memory stays lean forever. Zero dependencies.

[](https://github.com/Ramsbaby/openclaw-memorybox/stargazers) [](https://github.com/Ramsbaby/openclaw-memorybox/actions) [](https://github.com/Ramsbaby/openclaw-memorybox/actions/workflows/lint.yml) [](https://github.com/Ramsbaby/openclaw-memorybox/releases) [](https://github.com/openclaw/openclaw) [](README.md#-claude-code-compatibility) [](https://opensource.org/licenses/MIT) [](https://www.shellcheck.net/)

If this fixed your agent's memory bloat, a ⭐ helps others find it.

Quick Install

curl -fsSL https://raw.githubusercontent.com/Ramsbaby/openclaw-memorybox/main/install.sh | bash

⚡ Quick Start📊 Without vs With🤖 Claude Code💻 CLI📈 Results🔧 How It Works🔄 Daemon❓ FAQ

Full diagnostic in one command: health check → size analysis → duplicates → stale content → suggestions


⚡ Quick Start

**3 commands. 30 seconds.**

# 1. Install (one-liner)
curl -fsSL https://raw.githubusercontent.com/Ramsbaby/openclaw-memorybox/main/install.sh | bash

# 2. Diagnose
memorybox doctor ~/openclaw         # OpenClaw
memorybox doctor ~/.claude          # Claude Code

# 3. Fix (if needed)
memorybox split ~/openclaw          # interactive: move large sections to domain files
memorybox archive ~/openclaw        # move old logs to archive/

**Verify install:**

memorybox --version   # memorybox v2.3.0

Option B: Manual install (git clone)

git clone https://github.com/Ramsbaby/openclaw-memorybox.git

...