원클릭으로
export
Export all memories as markdown or to a file. Use when the user wants to back up, share, or review their memories outside of amem.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Export all memories as markdown or to a file. Use when the user wants to back up, share, or review their memories outside of amem.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Persist a memory with intelligence — classify, dedupe against existing memories, store with metadata, and link to related entries. Use when the user says "remember this", "save this", "don't forget", "keep this", "save it", or equivalent intent in any language. Do NOT fire for file saves, git commits, or code persistence — only knowledge/memory persistence.
Load full memory context for the current task. Use automatically at the start of coding tasks to load corrections, decisions, and relevant background. Also use when switching topics mid-session.
Run health diagnostics on the amem memory database. Use when the user wants to check memory health, embedding coverage, stale memories, or diagnose issues.
List all memories, optionally filtered by type. Use when the user wants to browse their stored memories or see what's in a specific category.
Search memories quickly. Use when the user asks "what do you remember about", "recall", "search memory", or wants to find past decisions, corrections, or context.
Store a memory quickly. Use when the user says "remember this", "store this", "don't forget", or wants to save a correction, decision, pattern, or preference.
| name | export |
| description | Export all memories as markdown or to a file. Use when the user wants to back up, share, or review their memories outside of amem. |
Export all memories as markdown.
Export to stdout:
npx @aman_asmuei/amem export
Export to a file:
npx @aman_asmuei/amem export --file memories.md
The export is organized by memory type (corrections first, then decisions, patterns, etc.) with confidence scores, ages, tags, and IDs.