con un clic
memory-sync
手动触发 Memory Wiki 归档,将当前对话写入 .memory-staging/session-XXX.json
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
手动触发 Memory Wiki 归档,将当前对话写入 .memory-staging/session-XXX.json
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
归档 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。