SKILL.md — OpenClaw MemoryBox
Zero-dependency CLI that prevents AI memory context overflow automatically
❌ AI agents lose context effectiveness as MEMORY.md grows uncontrolled, causing slower reasoning and token waste.
✅ Keep memory lean and organized with automated diagnostics, archival, and real-time health monitoring.
- ✓Full diagnostic scanning of memory file health
- ✓Interactive splitting of large sections into domain files
- ✓Real-time health scoring and alerting daemon
- ✓Automated archival of old daily logs
👁 3 views · 📦 0 installs
Install in one line
CLI$ mfkvault install ramsbaby-openclaw-memoryboxRequires the MFKVault CLI. Prefer MCP?
Free to install — no account needed
Copy the command below and paste into your agent.
Instant access • No coding needed • No account needed
What you get in 5 minutes
- Full skill code ready to install
- Works with 2 AI agents
- Lifetime updates included
Run this helper
Answer a few questions and let this helper do the work.
▸Advanced: use with your AI agent
Description
# SKILL.md — OpenClaw MemoryBox > Install with: `clawhub install openclaw-memorybox` ## Metadata ```yaml name: openclaw-memorybox version: 2.2.0 description: Zero-dependency memory hygiene CLI — keeps MEMORY.md lean, prevents context overflow author: Ramsbaby license: MIT tags: [memory, maintenance, cli, devtools, zero-dependency] ``` ## What This Skill Does Installs the `memorybox` CLI for maintaining AI agent memory health: - **`memorybox doctor`** — Full diagnostic - **`memorybox split`** — Interactive: move large sections to domains/ - **`memorybox health`** — Quick health score (0-100) - **`memorybox archive`** — Move old daily logs to archive/ - **`memorybox watch`** — Background daemon: alerts when health drops ## Install ```bash clawhub install openclaw-memorybox ``` Or manually: ```bash curl -sSL https://raw.githubusercontent.com/Ramsbaby/openclaw-memorybox/main/bin/memorybox \ -o /usr/local/bin/memorybox && chmod +x /usr/local/bin/memorybox ``` ## Post-install After install, initialize your workspace: ```bash memorybox init ~/openclaw # or your workspace path memorybox doctor ~/openclaw # check current health ``` ## Optional: Weekly Health Cron Add to your OpenClaw tasks.json: ```json { "id": "memory-health-weekly", "name": "Weekly Memory Health Check", "schedule": { "kind": "cron", "expr": "0 23 * * 0", "tz": "Asia/Seoul" }, "payload": { "kind": "agentTurn", "message": "Run: memorybox doctor ~/openclaw. If score < 80, run memorybox split and report." } } ``` ## Dependencies None. Zero external dependencies. Pure bash. ## Compatibility - macOS 12+ / Linux (bash 3.2+) - OpenClaw agents - Claude Code (CLAUDE.md / AGENTS.md workflow) - Any markdown-based memory system
Security Status
Verified
Manually verified by security team
Related AI Tools
More Grow Business tools you might like
codex-collab
FreeUse when the user asks to invoke, delegate to, or collaborate with Codex on any task. Also use PROACTIVELY when an independent, non-Claude perspective from Codex would add value — second opinions on code, plans, architecture, or design decisions.
Rails Upgrade Analyzer
FreeAnalyze Rails application upgrade path. Checks current version, finds latest release, fetches upgrade notes and diffs, then performs selective upgrade preserving local customizations.
Asta MCP — Academic Paper Search
FreeDomain expertise for Ai2 Asta MCP tools (Semantic Scholar corpus). Intent-to-tool routing, safe defaults, workflow patterns, and pitfall warnings for academic paper search, citation traversal, and author discovery.
Hand Drawn Diagrams
FreeCreate hand-drawn Excalidraw diagrams, flows, explainers, wireframes, and page mockups. Default to monochrome sketch output; allow restrained color only for page mockups when the user explicitly wants webpage-like fidelity.
Move Code Quality Checker
FreeAnalyzes Move language packages against the official Move Book Code Quality Checklist. Use this skill when reviewing Move code, checking Move 2024 Edition compliance, or analyzing Move packages for best practices. Activates automatically when working
Claude Memory Kit
Free"Persistent memory system for Claude Code. Your agent remembers everything across sessions and projects. Two-layer architecture: hot cache (MEMORY.md) + knowledge wiki. Safety hooks prevent context loss. /close-day captures your day in one command. Z