Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic

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.

Aperçu

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.

Commande d'installation
npx skills add https://github.com/m4d3bug/oh-my-openclaw --skill agent-wal

Copiez et collez cette commande dans Claude Code pour installer le skill

Étoiles2
Forks1
Mis à jour18 mars 2026 à 15:50
Explorateur de fichiers
4 fichiers
SKILL.md
readonly