원클릭으로
m3-install
Install or upgrade the m3-memory CLI + system payload.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Install or upgrade the m3-memory CLI + system payload.
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-install |
| description | Install or upgrade the m3-memory CLI + system payload. |
Use this skill when the user wants to install or upgrade the m3-memory system, CLI executables, embedder service, or database schema.
Step 1 — detect current state. Try in order:
mcp-memory --version # plain CLI
python -m m3_memory.cli --version # module form (Windows --user)
Step 2 — branch on what step 1 printed.
Not installed (both commands fail):
curl -fsSL https://raw.githubusercontent.com/skynetcmd/m3-memory/main/install.sh | bash
pip install --user m3-memory
# then add %APPDATA%\Python\Python<NN>\Scripts to user PATH if needed
Link them to https://github.com/skynetcmd/m3-memory/blob/main/docs/install_windows.md for full instructions.After install completes, tell the user to re-run /m3:health in a NEW session (PATH changes don't apply to the current one).
Already installed (a version printed):
pipx upgrade m3-memory
mcp-memory update
pip install --user --upgrade m3-memory
python -m m3_memory.cli update
/m3:health to verify.Step 3 — print one-line summary of what action was taken or recommended.