diff --git a/README.md b/README.md
index 45a372ed1..8684572a6 100644
--- a/README.md
+++ b/README.md
@@ -50,30 +50,42 @@
๐ Top-tier long-term memory + personalization
๐ฐ Saves 35.24% memory tokens
LoCoMo 75.80 โข LongMemEval +40.43% โข PrefEval-10 +2568% โข PersonaMem +40.75%
-
+
-Get Free API: [Try API](https://memos-dashboard.openmem.net/quickstart/?source=github)
+
----
+
-
+
## ๐ฆ Enhanced OpenClaw with MemOS Plugin
+

-- [**72% lower token usage**](https://x.com/MemOS_dev/status/2020854044583924111) โ intelligent memory retrieval instead of loading full chat history
-- [**Multi-agent memory sharing**](https://x.com/MemOS_dev/status/2020538135487062094) โ multi-instance agents share memory via same user_id. Automatic context handoff.
+๐ฆ Your lobster now has a working memory system โ choose **Cloud** or **Local** to get started.
+
+### โ๏ธ Cloud Plugin โ Hosted Memory Service
-๐ฆ Your lobster now has a working memory system.
+- [**72% lower token usage**](https://x.com/MemOS_dev/status/2020854044583924111) โ intelligent memory retrieval instead of loading full chat history
+- [**Multi-agent memory sharing**](https://x.com/MemOS_dev/status/2020538135487062094) โ multi-instance agents share memory via same user_id, automatic context handoff
Get your API key: [MemOS Dashboard](https://memos-dashboard.openmem.net/cn/login/)
-Try it: Full tutorial โ [MemOS-Cloud-OpenClaw-Plugin](https://github.com/MemTensor/MemOS-Cloud-OpenClaw-Plugin)
+Full tutorial โ [MemOS-Cloud-OpenClaw-Plugin](https://github.com/MemTensor/MemOS-Cloud-OpenClaw-Plugin)
+
+### ๐ง Local Plugin โ 100% On-Device Memory
+
+- **Zero cloud dependency** โ all data stays on your machine, persistent local SQLite storage
+- **Hybrid search + task & skill evolution** โ FTS5 + vector search, auto task summarization, reusable skills that self-upgrade
+- **Multi-agent collaboration + Memory Viewer** โ memory isolation, skill sharing, full web dashboard with 7 management pages
+
+ ๐ [Homepage](https://memos-claw.openmem.net) ยท
+๐ [Documentation](https://memos-claw.openmem.net/docs/index.html) ยท ๐ฆ [NPM](https://www.npmjs.com/package/@memtensor/memos-local-openclaw-plugin)
## ๐ MemOS: Memory Operating System for AI Agents
@@ -92,6 +104,9 @@ Try it: Full tutorial โ [MemOS-Cloud-OpenClaw-Plugin](https://github.com/MemTe
### News
+- **2026-03-08** ยท ๐ฆ **MemOS OpenClaw Plugin โ Cloud & Local**
+ Official OpenClaw memory plugins launched. **Cloud Plugin**: hosted memory service with 72% lower token usage and multi-agent memory sharing ([MemOS-Cloud-OpenClaw-Plugin](https://github.com/MemTensor/MemOS-Cloud-OpenClaw-Plugin)). **Local Plugin** (`v1.0.0`): 100% on-device memory with persistent SQLite, hybrid search (FTS5 + vector), task summarization & skill evolution, multi-agent collaboration, and a full Memory Viewer dashboard.
+
- **2025-12-24** ยท ๐ **MemOS v2.0: Stardust (ๆๅฐ) Release**
Comprehensive KB (doc/URL parsing + cross-project sharing), memory feedback & precise deletion, multi-modal memory (images/charts), tool memory for agent planning, Redis Streams scheduling + DB optimizations, streaming/non-streaming chat, MCP upgrade, and lightweight quick/full deployment.
@@ -283,6 +298,9 @@ Try it: Full tutorial โ [MemOS-Cloud-OpenClaw-Plugin](https://github.com/MemTe
- **MemOS Cloud OpenClaw Plugin**
Official OpenClaw lifecycle plugin for MemOS Cloud. It automatically recalls context from MemOS before the agent starts and saves the conversation back to MemOS after the agent finishes.
- **Get started** ๐ [MemTensor/MemOS-Cloud-OpenClaw-Plugin](https://github.com/MemTensor/MemOS-Cloud-OpenClaw-Plugin)
+- **MemOS Local OpenClaw Plugin**
+ 100% on-device memory plugin for OpenClaw with persistent local SQLite storage, hybrid search (FTS5 + vector), task summarization & skill evolution, multi-agent collaboration, and a full-featured Memory Viewer web dashboard. Zero cloud dependency, complete privacy.
+- **Get started** ๐ [memos-local-openclaw](https://github.com/MemTensor/MemOS/tree/main/apps/memos-local-openclaw) ยท **Install:** `openclaw plugins install @memtensor/memos-local-openclaw-plugin`
diff --git a/apps/memos-local-openclaw/README.md b/apps/memos-local-openclaw/README.md
index 7778f8f83..01c8513eb 100644
--- a/apps/memos-local-openclaw/README.md
+++ b/apps/memos-local-openclaw/README.md
@@ -1,9 +1,16 @@
# ๐ง MemOS โ OpenClaw Memory Plugin
+[](https://www.npmjs.com/package/@memtensor/memos-local-openclaw-plugin)
+[](https://github.com/MemTensor/MemOS/blob/main/LICENSE)
+[](https://nodejs.org/)
+[](https://github.com/MemTensor/MemOS/tree/main/apps/memos-local-openclaw)
+
Persistent local conversation memory for [OpenClaw](https://github.com/nicepkg/openclaw) AI Agents. Every conversation is automatically captured, semantically indexed, and instantly recallable โ with **task summarization & skill evolution**, and **multi-agent collaborative memory**.
**Full-write | Hybrid Search | Task Summarization & Skill Evolution | Multi-Agent Collaboration | Memory Viewer**
+> **Homepage:** [Website](https://memtensor.github.io/MemOS/apps/memos-local-openclaw/www/) ยท [Documentation](https://memtensor.github.io/MemOS/apps/memos-local-openclaw/docs/) ยท [NPM](https://www.npmjs.com/package/@memtensor/memos-local-openclaw-plugin) ยท [GitHub](https://github.com/MemTensor/MemOS/tree/main/apps/memos-local-openclaw)
+
## Why MemOS
| Problem | Solution |
@@ -615,7 +622,7 @@ This section is for contributors who want to develop, test, or modify the plugin
### Clone & Setup
```bash
-git clone https://github.com/tangbotony/MemOS.git
+git clone https://github.com/MemTensor/MemOS.git
cd MemOS/apps/memos-local-openclaw
npm install
```
diff --git a/apps/memos-local-openclaw/package.json b/apps/memos-local-openclaw/package.json
index 6f829a2fc..7ee152e49 100644
--- a/apps/memos-local-openclaw/package.json
+++ b/apps/memos-local-openclaw/package.json
@@ -1,6 +1,6 @@
{
"name": "@memtensor/memos-local-openclaw-plugin",
- "version": "0.3.20",
+ "version": "1.0.0",
"description": "MemOS Local memory plugin for OpenClaw โ full-write, hybrid-recall, progressive retrieval",
"type": "module",
"main": "index.ts",