Skip to main content
在 Manus 中运行任何 Skill
一键导入

agent-wal

Write-Ahead Log protocol for agent state persistence. Prevents losing corrections, decisions, and context during conversation compaction. Use when: (1) receiving a user correction — log it before responding, (2) making an important decision or analysis — log it before continuing, (3) pre-compaction memory flush — flush the working buffer to WAL, (4) session start — replay unapplied WAL entries to restore lost context, (5) any time you want to ensure something survives compaction.

概览

Write-Ahead Log protocol for agent state persistence. Prevents losing corrections, decisions, and context during conversation compaction. Use when: (1) receiving a user correction — log it before responding, (2) making an important decision or analysis — log it before continuing, (3) pre-compaction memory flush — flush the working buffer to WAL, (4) session start — replay unapplied WAL entries to restore lost context, (5) any time you want to ensure something survives compaction.

安装命令
npx skills add https://github.com/m4d3bug/oh-my-openclaw --skill agent-wal

复制此命令并粘贴到 Claude Code 中以安装该技能

星标2
分支1
更新时间2026年3月18日 15:50
文件资源管理器
4 个文件
SKILL.md
readonly