Adds intelligent long-term memory to agents for auto-capturing, recalling, and managing user facts and preferences across sessions.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install openclaw-mem0或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install openclaw-mem0⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/openclaw-mem0/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
Mem0 integration for OpenClaw. Adds intelligent long-term memory to your agents, allowing them to remember user preferences, facts, and past conversations automatically.
{
"plugins": {
"entries": {
"openclaw-mem0": {
"enabled": true,
"config": {
"mode": "platform",
"apiKey": "your-mem0-api-key",
"userId": "default-user"
}
}
}
}
}
Connect to your own Mem0 instance (requires mem0ai package installed):
{
"plugins": {
"entries": {
"openclaw-mem0": {
"enabled": true,
"config": {
"mode": "open-source",
"oss": {
"vectorStore": {
"provider": "chroma",
"config": {
"collectionName": "memories",
"path": "./chroma_db"
}
}
}
}
}
}
}
}
This plugin works automatically (Zero-Shot) but also provides manual tools.
The agent can proactively call these tools:
| Tool | Description | Parameters | |------|-------------|------------| | memory_store | Explicitly save a fact | text (string), longTerm (bool) | | memory_search | Search memories | query (string), scope ("session"\|"long-term") | | memory_get | Get memory by ID | memoryId (string) | | memory_list | List all memories | userId (string) | | memory_forget | Delete a memory | memoryId (string) or query (string) |
User: "I'm moving to Tokyo next month." Agent automatically captures this fact.
(Two weeks later) User: "What's a good restaurant for my farewell dinner?" Agent automatically recalls "User is moving to Tokyo" and suggests a restaurant in their current city.
openclaw-mem0/
package.json # NPM package config (@xray2016/openclaw-mem0)
index.ts # Plugin implementation & tools
lib/ # Internal Mem0 client implementation
SKILL.md # This file
README.md # Detailed documentation
Maintained by @xRay2016. Modified from the original Mem0 OpenClaw integration.
安装 Openclaw Mem0 后,可以对 AI 说这些话来触发它
Help me get started with Openclaw Mem0
Explains what Openclaw Mem0 does, walks through the setup, and runs a quick demo based on your current project
Use Openclaw Mem0 to adds intelligent long-term memory to agents for auto-capturing, rec...
Invokes Openclaw Mem0 with the right parameters and returns the result directly in the conversation
What can I do with Openclaw Mem0 in my marketing & growth workflow?
Lists the top use cases for Openclaw Mem0, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/openclaw-mem0/ 目录(个人级,所有项目可用),或 .claude/skills/openclaw-mem0/(项目级)。重启 AI 客户端后,用 /openclaw-mem0 主动调用,或让 AI 根据上下文自动发现并使用。
Openclaw Mem0 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Openclaw Mem0 可免费安装使用。请查阅仓库了解许可证信息。
Adds intelligent long-term memory to agents for auto-capturing, recalling, and managing user facts and preferences across sessions.
Openclaw Mem0 属于「Marketing & Growth」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my marketing & growth tasks using Openclaw Mem0
Identifies repetitive steps in your workflow and sets up Openclaw Mem0 to handle them automatically