Activity
Mon
Wed
Fri
Sun
Jun
Jul
Aug
Sep
Oct
Nov
Dec
Jan
Feb
Mar
Apr
May
What is this?
Less
More

Memberships

OpenClaw Users

913 members β€’ Free

Aminos Community

6.2k members β€’ Free

1 contribution to OpenClaw Users
How to give your OpenClaw agent memory that survives restarts
One of the first things people hit with OpenClaw is the "goldfish problem" β€” the agent feels sharp inside a session, then forgets everything the moment the daemon restarts. The fix is built in: MEMORY.md. Here's the idea. MEMORY.md is a plain markdown file your agent reads on every session and writes back to as it learns. It's not a database, it's not a vector store β€” it's a file you can open, edit, and version-control like any other. Step 1. Create the file. Drop a MEMORY.md inside the directory your agent runs from. Empty is fine to start. The agent will pick it up on the next session. Step 2. Seed it with what you actually want remembered. Things that earn their place in MEMORY.md: who you are, what tools you use, recurring projects, names of people the agent will see again, conventions you don't want to repeat ("I prefer bullet summaries", "always reply in British English"). Things that don't: one-off task context, secrets, anything you'd rather it forget. Step 3. Let the agent edit it back. The whole point is durability across restarts, so let the agent append to it during sessions. If you want tighter control, review the diff at the end of the day and trim. Treat MEMORY.md like a journal you both write in. A common mistake is making it too long. If MEMORY.md grows past a few hundred lines, the agent spends tokens re-reading background instead of doing work. Prune aggressively β€” keep it lean. Hope that helps. Cheers Jason West πŸ™Œ
How to give your OpenClaw agent memory that survives restarts
0 likes β€’ 12d
It’s same as SOUL?
1 like β€’ 10d
@Jason West openclaw main agent has a soul file so you can edit how it thinks but it changes over time
1-1 of 1
Adam Hammons
1
4points to level up
@adam-hammons-6733
Collaborative poetry as new form of communication to revise legendary Book of Leaves and solve all problems in the world.

Active 10d ago
Joined Apr 19, 2026
Powered by