一键导入
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.