Agent Skills
› matrixorigin/Memoria
› memoria-recovery
memoria-recovery
GitHub提供记忆系统的快照与回滚功能,用于在误删或损坏后恢复记忆状态,支持备份、检查点创建及恢复验证。
Trigger Scenarios
restore memory
rollback memory
undo deleted memory
recover deleted memory
take a memory snapshot
Install
npx skills add matrixorigin/Memoria --skill memoria-recovery -g -y
SKILL.md
Frontmatter
{
"name": "memoria-recovery",
"description": "Recover from accidental memory loss with snapshots and rollback.\nTriggers: \"restore memory\", \"rollback memory\", \"undo deleted memory\",\n\"recover deleted memory\", \"take a memory snapshot\"."
}
Memoria Recovery
Use Memoria snapshot tools when memory state needs a checkpoint or a rollback.
Before risky changes
- If you are about to bulk-delete, purge, or rewrite memory, create a snapshot first with
memory_snapshot. - Tell the user a checkpoint exists and can be restored.
After accidental deletion or corruption
- Inspect available recovery points with
memory_snapshots. - Choose the most recent good snapshot.
- Restore with
memory_rollback. - Verify recovery with
memory_recall,memory_list, ormemory_stats.
Rules
- Prefer rollback over manually re-creating many deleted memories.
- If the user wants a selective logical fix rather than full restore, use
memory_correctormemory_forgetinstead. - After rollback, state what was restored and what you verified.
Version History
- 63f0289 Current 2026-07-25 08:42


