An automated tool to reconstruct and synchronize AI agent memory files by analyzing session logs and providing narrative summaries.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install memory-sync
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 memory-sync using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
memory-sync is a robust utility designed to maintain continuity in agent memory across different model switches and sessions. By scraping OpenClaw JSONL logs, it identifies gaps and reconstructs missing memory files using either fast keyword extraction or high-quality LLM-driven narrative summaries. This ensures your agent retains context even when switching between providers or recovering from lost data.
Built for the Openclaw Skills ecosystem, the tool prioritizes security with built-in sanitization for over 30 types of secrets and API keys. It allows developers to automate their daily memory maintenance via cron jobs, ensuring that the workspace memory always reflects the most recent interactions and decisions without manual intervention.
Install the required dependencies and start tracking your Openclaw Skills performance:
pip install click
# Optional: for direct API summarization backends
pip install openai
# Run a comparison to check for gaps
python memory_sync.py compare
The skill manages data between raw session logs and formatted workspace memory. It uses a state file to track incremental updates.
| Component | Path | Format |
|---|---|---|
| Session Logs | ~/.openclaw/agents/main/sessions/*.jsonl |
JSON Lines |
| Memory Files | ~/.openclaw/workspace/memory/ |
Markdown |
| State Tracking | ~/.memory-sync/state.json |
JSON |
Files are structured with clear markers to separate auto-generated summaries from user-preserved manual notes.
Loading
An intelligent routing tool that selects the most efficient AI model for any given task within GitHub Copilot environments.

A framework for defining and enforcing custom behavioral guidelines and architectural constraints for AI coding agents.

A professional styling utility that applies Anthropic's official brand identity, including specific color palettes and typography, to generated artifacts.

Transform conceptual prompts into interactive, gallery-quality generative art using p5.js and computational philosophy.

A CLI-driven integration for Picnic supermarket that enables AI agents to search products, manage carts, and schedule grocery deliveries.

A comprehensive design framework for building professional, modern, and accessible user interfaces using industry-standard patterns and modern CSS techniques.








































