Skip to main content
Manus에서 모든 스킬 실행
원클릭으로

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