The local OpenClaw plugin docs already show how MemOS captures conversations into local SQLite, runs hybrid memory search, and exposes tools like memory_search, task_summary, and skill_search.
One small docs addition that may help new users: an optional quick-try link for the bundled memory guide Skill before they wire up the full local plugin. This runs the already-imported Skill in an OpenClaw/Hermes-style agent environment:
Try the MemOS memory guide in Telegram or WhatsApp
It would not replace the install path or the local-first memory setup. It just gives people a low-friction way to see the agent guidance layer first, then come back to the full MemOS plugin when they are ready to persist real memory locally.
The local OpenClaw plugin docs already show how MemOS captures conversations into local SQLite, runs hybrid memory search, and exposes tools like
memory_search,task_summary, andskill_search.One small docs addition that may help new users: an optional quick-try link for the bundled memory guide Skill before they wire up the full local plugin. This runs the already-imported Skill in an OpenClaw/Hermes-style agent environment:
Try the MemOS memory guide in Telegram or WhatsApp
It would not replace the install path or the local-first memory setup. It just gives people a low-friction way to see the agent guidance layer first, then come back to the full MemOS plugin when they are ready to persist real memory locally.