원클릭으로
m3-status
Chatlog subsystem status — row counts, queue depth, spill, last capture, hook health.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Chatlog subsystem status — row counts, queue depth, spill, last capture, hook health.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | m3-status |
| description | Chatlog subsystem status — row counts, queue depth, spill, last capture, hook health. |
Use this skill when you want to view the status, row counts, queue depth, spill size, and hook health of the background chatlog subsystem.
Step 1 — run via the Bash tool, trying these resolvers in order. Stop at the first that returns exit 0:
mcp-memory chatlog status # 1. plain CLI
python -m m3_memory.cli chatlog status # 2. module form (Windows --user case)
.venv/Scripts/python.exe -m m3_memory.cli chatlog status # 3. repo venv (Windows)
.venv/bin/python -m m3_memory.cli chatlog status # 3. repo venv (macOS/Linux)
Step 2 — print the table verbatim.
Step 3 — append exactly ONE line of interpretation: capture rate, hook health, or any explicit warning the table reported.
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.