openclaw-memSession-first memory curator for OpenClaw. Keeps RAM clean, recall precise, and durable knowledge safe.
Install via ClawdBot CLI:
clawdbot install WeAreAllSatoshiN/openclaw-memA session-first memory system for OpenClaw.
It exists for one reason:
important knowledge must survive session compaction without bloating the context window.
MEMORY.mdmemory/YYYY-MM-DD.mdmemory_search β memory_getIf something matters later, write it to disk.
β οΈ CRITICAL REQUIREMENT
>
Session memory indexing must be enabled.
CLI
clawdbot config set agents.defaults.memorySearch.experimental.sessionMemory true
JSON
{
"agents": {
"defaults": {
"memorySearch": {
"experimental": { "sessionMemory": true },
"sources": ["memory", "sessions"]
}
}
}
}
OpenClaw memory has three layers. Confusion usually comes from mixing them up.
π Treat as short-term thinking space.
memory/YYYY-MM-DD.md)π Treat as a work log, not a knowledge base.
MEMORY.md)π Treat as facts the agent must not forget.
MEMORY.md if it would still be true next week.Examples:
Examples:
If unsure: write to daily log first, promote later.
Before OpenClaw compacts the session, it triggers a silent reminder.
This skill uses that moment as a Save Game checkpoint.
MEMORY.mdNO_REPLY (user never sees this)This prevents knowledge loss without interrupting you.
MEMORY.md)Use IDs and tags so search works reliably.
## DEC-2026-02-04-01
type: decision
area: memory
Decision:
Session memory is retrieval-only. Disk is the source of truth.
Reason:
Session compaction is lossy. Disk memory is stable.
DEC β DecisionsPREF β PreferencesFACT β Durable factsPOLICY β Rules / invariantsmemory_search (max ~6 results)memory_get with line rangesThis keeps context small and precise.
MEMORY.md over daily logs for facts... Default: no deletion
Optional:
memory/archive/YYYY-MM/Examples that work well:
Generated Mar 1, 2026
A development team uses the skill to log daily stand-up decisions and coding preferences, ensuring that key architectural choices and team policies are preserved in MEMORY.md while daily progress and temporary blockers are recorded in daily logs. This prevents loss of critical decisions during session compactions and streamlines onboarding for new team members.
A support team employs the skill to document durable solutions and customer preferences in MEMORY.md, with daily logs tracking common issues and resolution attempts. This enables quick retrieval of proven fixes during live chats, reducing response times and improving consistency across support sessions.
Researchers utilize the skill to record experimental protocols and key findings in MEMORY.md, while daily logs capture raw data notes and iterative hypotheses. This ensures that essential research decisions survive session changes, facilitating accurate recall for paper writing and peer reviews.
Content creators apply the skill to store editorial guidelines and audience preferences in MEMORY.md, with daily logs tracking brainstorming sessions and draft revisions. This helps maintain brand voice and content strategy across multiple projects without cluttering the active session memory.
Legal professionals use the skill to document case precedents and client preferences in MEMORY.md, while daily logs record meeting notes and temporary legal research. This ensures critical legal decisions and case strategies are reliably retrieved for court preparations and client consultations.
Offer the skill as part of a subscription-based AI agent platform targeting businesses, with tiered pricing based on team size and memory storage limits. Revenue is generated through monthly or annual fees, with upsells for advanced features like automated memory promotion and analytics.
License the skill to large enterprises for integration into their internal AI systems, with custom pricing based on usage volume and support needs. Revenue comes from one-time licensing fees and ongoing maintenance contracts, focusing on industries like finance or healthcare with strict compliance requirements.
Provide a free version with basic memory curation for individual users, while charging for premium features such as enhanced search, bulk memory exports, and priority support. Revenue is driven by upgrades from free users and small teams seeking advanced functionality.
π¬ Integration Tip
Ensure session memory indexing is enabled via CLI or JSON configuration before use, and train users to consistently write durable knowledge to MEMORY.md to prevent data loss during compactions.
Transform AI agents from task-followers into proactive partners that anticipate needs and continuously improve. Now with WAL Protocol, Working Buffer, Autonomous Crons, and battle-tested patterns. Part of the Hal Stack π¦
Use the ClawdHub CLI to search, install, update, and publish agent skills from clawdhub.com. Use when you need to fetch new skills on the fly, sync installed skills to latest or a specific version, or publish new/updated skill folders with the npm-installed clawdhub CLI.
Clawdbot documentation expert with decision tree navigation, search scripts, doc fetching, version tracking, and config snippets for all Clawdbot features
Interact with Moltbook social network for AI agents. Post, reply, browse, and analyze engagement. Use when the user wants to engage with Moltbook, check their feed, reply to posts, or track their activity on the agent social network.
OpenClaw CLI wrapper β gateway, channels, models, agents, nodes, browser, memory, security, automation.
MoltGuard β runtime security plugin for OpenClaw agents by OpenGuardrails. Helps users install, register, activate, and check the status of MoltGuard. Use wh...