MemoryBox is a zero-dependency CLI tool designed to maintain a lean 3-tier hierarchical memory structure for Openclaw Skills.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install openclaw-memorybox
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install openclaw-memorybox using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
MemoryBox addresses the common issue of context window bloat in AI agents by implementing a rigorous file-based memory organization system. As a specialized utility for Openclaw Skills, it ensures that your main memory file remains under 10KB, which drastically improves agent response times and reduces token costs.
By categorizing data into active, on-demand, and archival tiers, MemoryBox allows developers to keep their agents focused on relevant facts while preserving historical data. It operates as a standalone CLI, making it one of the most lightweight and effective Openclaw Skills for long-term project maintenance.
git clone https://github.com/Ramsbaby/openclaw-memorybox.git
cd openclaw-memorybox && chmod +x bin/memorybox
sudo ln -sf "$(pwd)/bin/memorybox" /usr/local/bin/memorybox
memorybox init ~/openclaw
MemoryBox organizes your workspace into three distinct layers to optimize Openclaw Skills performance:
| Tier | Storage Path | Retention Policy |
|---|---|---|
| Tier 1 | MEMORY.md | Core facts, kept under 10KB, loaded every session. |
| Tier 2 | memory/domains/*.md | Domain-specific references, loaded only when searched. |
| Tier 3 | memory/archive/ | Historical daily logs, moved after 14+ days. |
Loading
An automated diagnostic tool that analyzes AI conversation logs to evaluate performance and generate data-driven optimizations for agent skills.

A conversational AI guide designed to help users rediscover their authentic voice and write personalized WeChat Moments posts through guided reflection.

A personalized AI copywriting assistant that learns your unique voice to create authentic WeChat Moments posts.

A professional course design consultant that implements the Blockbuster Course methodology to guide users through the entire curriculum development lifecycle.

An autonomous 4-tier recovery system that monitors gateway health and uses AI to diagnose and repair persistent failures.

A meta-analytical automation tool that observes AI agent performance and suggests optimized instruction updates based on semantic log patterns and real-time monitoring.








































