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で見る