openclaw_memory_supersystem-v1.0
Persistent layered memory with decay, retrieval, and consolidation
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install Memory System?โผ
Run `npx skills add ktao732084-arch/openclaw_memory_supersystem-v1.0 --all -g -y` in your terminal to install it globally, then run `python3 src/memory.py init` to create the memory directories.
How to give an AI agent long-term memory?โผ
This system captures conversations into structured facts, beliefs, and summaries, then consolidates them daily into a compact snapshot your agent loads each session.
Does it work without an API key?โผ
Yes. All core features run on pure rules with zero token cost; an optional OpenAI-compatible API key only enhances complex content understanding.
How does it prevent memory bloat?โผ
Memories decay over time based on type and importance, low-score entries are archived automatically, and the working memory snapshot is capped at 2000 tokens.
Does it work with OpenClaw?โผ
Yes. It integrates via system prompt file injection, scheduled cron consolidation, and the standard SKILL.md format used by OpenClaw and compatible agents.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core