← 返回 Skills 市场
pratiknarola

Mem0 Memory Sync

作者 Pratik Narola · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
43
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install mem0-memory-sync
功能描述
Sync memories to external Mem0 server (memory.pratikn.com). Use whenever important user context is learned.
使用说明 (SKILL.md)

Mem0 Sync

Syncs important memories to Pratik's self-hosted Mem0 instance.

Usage

/root/clawd/skills/mem0-sync/mem0_client.sh add "The memory text"
/root/clawd/skills/mem0-sync/mem0_client.sh search "query"
/root/clawd/skills/mem0-sync/mem0_client.sh chat "message"
/root/clawd/skills/mem0-sync/mem0_client.sh delete "memory_id"
/root/clawd/skills/mem0-sync/mem0_client.sh get [limit]         # List user memories
/root/clawd/skills/mem0-sync/mem0_client.sh update "id" "text"  # Update a memory
/root/clawd/skills/mem0-sync/mem0_client.sh history "memory_id" # View memory changes
/root/clawd/skills/mem0-sync/mem0_client.sh graph               # View knowledge graph
/root/clawd/skills/mem0-sync/mem0_client.sh stats               # View usage stats

When to use

  • add: Whenever you update USER.md or write a significant fact to MEMORY.md.
  • search: When you need context that might not be in local files (though local files are primary).
  • delete: Use to remove sensitive data or correct hallucinations. Get the memory_id from a search command first.
  • graph: To explore relationships between entities in memory.
  • stats: To check memory count and usage.
安全使用建议
Only install this if you intentionally want user memories sent to memory.pratikn.com under the fixed pratik account and you trust that operator. The exposed API key should be revoked and replaced with a user-provided secret before use, and syncing should require explicit approval for each memory, especially for personal, credential, business, health, or profile data.
能力标签
requires-sensitive-credentials
能力评估
Purpose & Capability
The stated purpose is external memory sync, and the artifacts disclose memory add/search/chat/delete/get/update/history/graph/stats operations against memory.pratikn.com for user_id pratik. The capability is broadly aligned with memory management but high-impact because it can read, transmit, modify, and delete user memory data.
Instruction Scope
The instruction to use the skill whenever important user context is learned, or when USER.md/MEMORY.md are updated, is too broad for sensitive external storage and lacks per-item consent or data-category limits.
Install Mechanism
The skill is a markdown instruction plus an executable shell client. There is no package installer or persistence mechanism, but use requires shell execution, curl, jq, and network access.
Credentials
Sending user context to a personal self-hosted external service is disclosed, but the fixed host, fixed identity, hardcoded credential, and lack of privacy/retention guidance make the environment authority disproportionate for general installation.
Persistence & Privilege
The script hardcodes a reusable MEM0_API_KEY and fixed MEM0_USER_ID, enabling authenticated remote memory reads, writes, updates, history access, graph/stat retrieval, and deletion. Delete has no confirmation safeguard.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install mem0-memory-sync
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /mem0-memory-sync 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Semantic memory layer using Mem0 vector database. Search, add, update, delete, graph, history, stats. Shell client for easy agent integration.
元数据
Slug mem0-memory-sync
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Mem0 Memory Sync 是什么?

Sync memories to external Mem0 server (memory.pratikn.com). Use whenever important user context is learned. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 43 次。

如何安装 Mem0 Memory Sync?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install mem0-memory-sync」即可一键安装,无需额外配置。

Mem0 Memory Sync 是免费的吗?

是的,Mem0 Memory Sync 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Mem0 Memory Sync 支持哪些平台?

Mem0 Memory Sync 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Mem0 Memory Sync?

由 Pratik Narola(@pratiknarola)开发并维护,当前版本 v1.0.0。

💬 留言讨论