help me install from first step as whenever i installed it keep showing not able to fetch memory.md due to api limit even changed models how will memory work? Will it automatically save or fetch things? As if i asked to do some actions like not deleting file without permission but it deleted again without permission when i asked didn't you read memory it gave the above message about limit
#Not able to make OpenClaw work efficiently
1 messages · Page 1 of 1 (latest)
Let me verify the docs and the memory behavior before I tell them anything.
Two separate things are biting you here:
-
MEMORY.mdis not the right place for hard rules- Put rules like “never delete files without permission” in
AGENTS.md. AGENTS.mdis injected every session.MEMORY.mdis for durable facts/preferences, not your main safety policy.- Docs: https://docs.openclaw.ai/automation/standing-orders
- Put rules like “never delete files without permission” in
-
In Discord guild channels,
MEMORY.mddoes not auto-load by default- In channels/threads, long-term memory is not automatically loaded the same way as DMs.
- Docs: https://docs.openclaw.ai/channels/discord
- So yes, that can absolutely explain “didn’t you read memory?”
A few quick corrections:
- Memory is local files on disk, not some hidden cloud memory.
- It does not magically save everything.
- OpenClaw can save important things to memory files, but only if it writes them.
- Recommended files:
AGENTS.md= rules/standing ordersMEMORY.md= long-term facts/preferencesmemory/YYYY-MM-DD.md= daily notes
- Use
MEMORY.mduppercase if possible. Lowercasememory.mdis legacy fallback. - Docs: https://docs.openclaw.ai/concepts/memory
Also, changing models won’t fix this by itself if the real issue is:
- wrong file (
MEMORY.mdinstead ofAGENTS.mdfor rules), - Discord channel behavior,
- or provider rate limits.
Clean install path
Start here:
- macOS/Linux:
curl -fsSL https://openclaw.ai/install.sh | bash- Windows PowerShell:
iwr -useb https://openclaw.ai/install.ps1 | iex
- Windows PowerShell:
- Then:
openclaw onboard --install-daemonopenclaw gateway statusopenclaw dashboard
For your exact issue, send me these 3 things
Please paste:
openclaw --version
openclaw gateway status
openclaw memory status
and tell me your OS (Windows/macOS/Linux).