Claw Memory Lite
/install claw-memory-lite
claw-memory-lite Skill
Lightweight Long-Term Memory for OpenClaw — SQLite-Powered, Zero External Dependencies, Millisecond Queries.
This skill provides an automated way to manage your agent's long-term memory by extracting distilled insights from daily logs into a queryable SQLite database.
Installation
npx skills add timothysong0w0/claw-memory-lite --agent openclaw
Tools
db_query
Query the long-term memory database by keyword or category.
Usage: python scripts/db_query.py [SEARCH_TERM] [--category CATEGORY]
extract_memory
Extract memory snippets from daily log files (memory/YYYY-MM-DD.md) into the database.
Usage: python scripts/extract_memory.py [--review]
Automation
To enable automatic daily extraction, add the following to your HEARTBEAT.md:
python ~/.openclaw/extensions/claw-memory-lite/scripts/extract_memory.py
Configuration
The database is stored at ~/.openclaw/database/insight.db by default.
Credits
Inspired by 鸿蒙小张 and ByteDance's OpenViking hierarchy.
Built with 🐯 for OpenClaw users.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install claw-memory-lite - After installation, invoke the skill by name or use
/claw-memory-lite - Provide required inputs per the skill's parameter spec and get structured output
What is Claw Memory Lite?
Manage and query your agent's distilled long-term memory with lightweight, fast SQLite-powered tools and automated daily extraction. It is an AI Agent Skill for Claude Code / OpenClaw, with 636 downloads so far.
How do I install Claw Memory Lite?
Run "/install claw-memory-lite" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Claw Memory Lite free?
Yes, Claw Memory Lite is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Claw Memory Lite support?
Claw Memory Lite is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Claw Memory Lite?
It is built and maintained by TimothySong (@timothysong0w0); the current version is v1.0.1.