Skip to main content

pause

Pause Mem0 memory capture on this machine. Use when the user wants to stop memories being recorded, for example for private work or experiments.

跳到安装

来源信息

仓库
mem0ai/mem0
最近来源活动
2026年9月8日 18:02
检测到的 SKILL.md 语言
英语
星标
65,416
分支
7,668

安装方式

默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。

检查来源文件

决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。

正在显示 SKILL.md

SKILL.md
来源说明 · 只读预览
name
pause
description
Pause Mem0 memory capture on this machine. Use when the user wants to stop memories being recorded, for example for private work or experiments.
disable-model-invocation
true
# Pause memory capture To pause (hooks stop capturing and sending session content; a minimal anonymous telemetry ping still fires at session start unless `MEM0_TELEMETRY=false`): ```bash python3 "${ANTIGRAVITY_PLUGIN_ROOT}/core/memory_cli.py" --harness "antigravity" pause ``` Confirm the new state back to the user, and remind them that already-created memories still exist and remain searchable. Pending unsent packets are held while paused, not expired, and are delivered after resuming. To turn capture back on, use `/mem0:resume`.
在 GitHub 查看