with one click
memory-sync
手动触发 Memory Wiki 归档,将当前对话写入 .memory-staging/session-XXX.json
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
手动触发 Memory Wiki 归档,将当前对话写入 .memory-staging/session-XXX.json
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
归档 Memory Wiki:将 .memory-staging/organized/ 中的摘要通过 finalize 写入 memory/
Use when working from a workspace root that is backed by a Vault or Obsidian wiki and you need to restore local runtime files, rebuild a `.vault/` linked-docs layer, match the workspace through a registry, or ingest durable knowledge back into the right workspace wiki pages after meaningful work.
| name | memory-sync |
| description | 手动触发 Memory Wiki 归档,将当前对话写入 .memory-staging/session-XXX.json |
用户请求将当前对话提交到 Memory Wiki 归档 staging。
export PATH="$HOME/.bun/bin:/usr/local/bin:/opt/homebrew/bin:$PATH"
bun run "${CLAUDE_PLUGIN_ROOT}/scripts/archive-memory.ts" --trigger=manual
脚本会:
.memory-staging/session-{timestamp}-{sessionId}.json将脚本输出展示给用户
写入 staging 后,可运行 vault-memory-organizer --accumulate 提炼摘要,再运行 /memory-archive 归档到 Memory Wiki。