원클릭으로
m3-health
Health check — package version, installed payload, chatlog DB row count, per-agent hook state.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Health check — package version, installed payload, chatlog DB row count, per-agent hook state.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
List registered agents and their last heartbeat. Useful for multi-agent setups.
GDPR Article 20 — export all memories you own as portable JSON.
Search captured chat-log turns from your prior Claude / Gemini / Antigravity sessions.
Delete a memory permanently. Asks for confirmation first.
Fetch one memory by UUID or short prefix.
Show memories related to a given one — knowledge-graph traversal up to 3 hops.
| name | m3-health |
| description | Health check — package version, installed payload, chatlog DB row count, per-agent hook state. |
Use this skill when the user runs a system health check or when you want to diagnose issues with the m3-memory configuration, CLI executables, background services, or databases.
Step 1 — run the doctor command, trying the resolvers below in order. Stop at the first one that returns exit 0; do not run the remaining ones.
# 1. Plain CLI, if mcp-memory is on PATH:
mcp-memory doctor
# 2. Module form, works whenever the m3_memory package is importable:
python -m m3_memory.cli doctor
# 3. Repo-local venv (developer case, run from the repo root):
.venv/Scripts/python.exe -m m3_memory.cli doctor # Windows
.venv/bin/python -m m3_memory.cli doctor # macOS/Linux
Step 2 — print the full doctor output verbatim (no paraphrasing).
Step 3 — append exactly ONE short line of interpretation. Examples:
all healthy.chatlog DB never captured — run /m3:install.Antigravity SessionEnd hook off — run mcp-memory chatlog init --apply-gemini.Do not write a paragraph. One line. The user can read the doctor output themselves.