Jump to related tools in the same category or review the original source on GitHub.

Notes & PKM @bowen31337

Agent Wal OpenClaw Plugin & Skill | ClawHub

Looking to integrate Agent Wal into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate notes & pkm tasks instantly, without having to write custom tools from scratch.

What this skill does

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.

Install

npx clawhub@latest install agent-wal
Original Repository URL: https://github.com/openclaw/skills/blob/main/skills/bowen31337/agent-wal

Related skills

If this matches your use case, these are close alternatives in the same category.