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.

Ir a la instalación

Datos de origen

Repositorio
mem0ai/mem0
Última actividad en el origen
8 de septiembre de 2026 a las 18:02
Idioma detectado de SKILL.md
inglés
Estrellas
65.416
Forks
7668

Opciones de instalación

De forma predeterminada está seleccionado el prompt que primero revisa el origen. Puedes cambiar a un comando directo o descargar una copia local.

Revisa los archivos de origen

Lee SKILL.md y los archivos complementarios que muestra SkillsMP antes de decidir si quieres instalarlo.

Mostrando SKILL.md

SKILL.md
Instrucciones de origen · Vista previa de solo lectura
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.
# 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 "${PLUGIN_ROOT}/core/memory_cli.py" --harness "coding-agent" 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`.
Ver en GitHub