This skill provides an automated way to manage your agent's
Scanned 9/7/2026
Install to Claude Code
npx -y skills add modbender/skill-library-mcp --skill claw-memory-lite --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Claw Memory Lite?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/modbender-claw-memory-lite)More formats (shields.io, HTML) on the badges page.
---
name: claw-memory-lite Skill
description: 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.
---
# 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
```bash
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`:
```bash
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.**
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!