#Not able to make OpenClaw work efficiently

1 messages · Page 1 of 1 (latest)

lusty linden
#

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

stiff turtleBOT
#

Let me verify the docs and the memory behavior before I tell them anything.

#

Two separate things are biting you here:

  1. MEMORY.md is not the right place for hard rules

  2. In Discord guild channels, MEMORY.md does not auto-load by default

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 orders
    • MEMORY.md = long-term facts/preferences
    • memory/YYYY-MM-DD.md = daily notes
  • Use MEMORY.md uppercase if possible. Lowercase memory.md is 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.md instead of AGENTS.md for 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
  • Then:
    • openclaw onboard --install-daemon
    • openclaw gateway status
    • openclaw 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).