Install
openclaw skills install agent-memory-osProvides a structured memory system for AI agents with global and project memory, promotion rules, validation, and maintenance to prevent forgetting and conf...
openclaw skills install agent-memory-osBuild an agent that gets more organized over time instead of more chaotic.
Turn an agent's memory from "a pile of chat history" into a long-term working memory operating system.
A lot of agents look impressive in short conversations, then collapse under real work:
This skill exists to fix that.
It helps the agent move from:
to:
This is not just:
It is a workflow for building an agent memory system with:
The user says or implies things like:
This skill should feel natural on prompts like:
By the end of this workflow, the user should have:
When using this skill for sharable/public output:
If the user explicitly wants a public/shareable version, treat privacy-preserving abstraction as mandatory, not optional.
Not every agent needs this full setup.
Read references/architecture-decision-guide.md when the user is unsure whether they need a full global / project / bridge system, or whether a simpler setup is enough.
Classify the user's issue before proposing architecture.
Typical failure modes:
Read references/failure-modes.md when you need a sharper diagnosis rubric.
Default recommendation: a three-part system
Read references/architecture.md when you need the design rationale.
For each project, start with 5 files:
PROJECT.mdSTATUS.mdDECISIONS.mdASSETS.mdLESSONS.mdUse the bundled templates in:
assets/project-templates/assets/bridge-templates/Make sure the agent knows:
Read:
references/routing.mdreferences/promotion.mdDo not stop at design. Test the system with at least 3 case types:
Use measurable criteria: recovery accuracy, unnecessary follow-up questions, reuse success, structure completeness, etc.
Read references/validation.md for a compact validation model.
A memory system is not done when designed. It is done when it can be maintained.
Define:
Read references/maintenance.md when writing or reviewing the runbook.
A good first run of this skill usually looks like:
If the agent can recover better, reuse more, and stay cleaner over time, the system is working.
Keep the public skill:
Do not include:
Read references/publish-checklist.md before publishing or sharing widely.
If the user wants something that attracts attention, write with this shape:
Make it feel like a usable system, not an academic essay.