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.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install claw-memory-lite - 安装完成后,直接呼叫该 Skill 的名称或使用
/claw-memory-lite触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Claw Memory Lite 是什么?
Manage and query your agent's distilled long-term memory with lightweight, fast SQLite-powered tools and automated daily extraction. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 636 次。
如何安装 Claw Memory Lite?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install claw-memory-lite」即可一键安装,无需额外配置。
Claw Memory Lite 是免费的吗?
是的,Claw Memory Lite 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Claw Memory Lite 支持哪些平台?
Claw Memory Lite 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Claw Memory Lite?
由 TimothySong(@timothysong0w0)开发并维护,当前版本 v1.0.1。