A comprehensive three-in-one memory management solution that automatically synchronizes AI session data, updates QMD knowledge bases, and commits changes to Git.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install session-memory-enhanced
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 session-memory-enhanced using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Session Memory Enhanced is a sophisticated memory management hook designed for high-efficiency AI development workflows. It serves as a superior alternative to native session memory by integrating a three-in-one solution: session saving, QMD knowledge base indexing, and automated Git repository commits. By utilizing immutable sharding and session cleaning, this skill helps users maintain a permanent, searchable record of interactions while optimizing performance.
As part of the Openclaw Skills ecosystem, it addresses common pain points such as redundant token consumption and fragmented knowledge storage. It features advanced logic like 20-second debouncing and PID locking to prevent process conflicts, ensuring that your AI agent's long-term memory remains consistent and reliable across multiple sessions.
clawhub install session-memory-enhanced
cp scripts/session-memory-enhanced.sh /root/.openclaw/workspace/scripts/
chmod +x /root/.openclaw/workspace/scripts/session-memory-enhanced.sh
crontab -e
# Add the following for hourly updates:
0 * * * * /root/.openclaw/workspace/scripts/session-memory-enhanced.sh >> /root/.openclaw/workspace/logs/session-memory-enhanced.log 2>&1
| Path | Description |
|---|---|
scripts/session-memory-enhanced.sh |
The main execution logic and logic controller |
logs/session-memory-enhanced.log |
Detailed run history and change statistics |
MEMORY.md |
Primary file for long-term memory and project context |
memory/YYYY-MM-DD.md |
Daily session logs for chronological tracking |
memory/partNNN.json |
Immutable shards used for token-efficient knowledge retrieval |
Loading
Quote Reader enables AI agents to intelligently detect, retrieve, and understand quoted or replied-to messages from various communication platforms.

A sophisticated local knowledge management tool for project managers and developers featuring hybrid keyword and semantic search.

A comprehensive offline voice interaction suite for AI agents supporting multiple Chinese dialects using Openclaw Skills.

An intelligent context management skill that monitors session usage and automates memory transfers to prevent data loss and ensure session continuity.

An active memory management system for AI agents that prevents context loss through real-time monitoring and triple-repository synchronization.

An intelligent model selection engine that automatically routes prompts to the optimal LLM based on task complexity and file types.








































