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.

Jump to install

Source facts

Repository
mem0ai/mem0
Last source activity
September 8, 2026 at 18:02
Detected SKILL.md language
English
Stars
65,416
Forks
7,668

Install options

The review-first prompt is selected by default. You can switch to a direct command or download a local copy.

Review the source files

Read SKILL.md and any companion files shown by SkillsMP before deciding whether to install.

Showing SKILL.md

SKILL.md
Source instructions · Read-only preview
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`.
View on GitHub