A robust two-file Write-Ahead Log system designed to prevent agent amnesia during session crashes or context compaction.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install wal-memory
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install wal-memory using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
WAL Memory provides a sophisticated session recovery layer for AI agents. By utilizing a dual-file architecture—a high-level GOALS.md for strategic intent and an append-only STATE.log for tactical history—it ensures that agents can resume work seamlessly after provider outages or context window resets. This system is essential for developers building long-running Openclaw Skills that require reliable state management across multiple sessions and environment shifts.
Copy scripts/state-log.js to your local scripts directory and verify the installation:
node ~/clawd/scripts/state-log.js "STARTUP" "WAL memory system initialized"
Create your strategic tracking file using the provided template:
cp assets/GOALS.template.md ~/clawd/memory/GOALS.md
Add a Cold Boot Recovery Hook to your agent startup sequence to ensure it reads memory/GOALS.md and the last 20 lines of STATE.log every time it starts. This is a vital step when deploying professional Openclaw Skills.
The system organizes data into two primary files to balance strategic intent with tactical history, ensuring your Openclaw Skills remain lightweight yet informed.
| File | Purpose | Management |
|---|---|---|
memory/GOALS.md |
Strategic "Why": Milestones, tasks, and architecture decisions. | Updated manually at major milestones. |
STATE.log |
Tactical "What": Timestamped, append-only record of all significant actions. | Automated via state-log.js script. |
Log Entry Format:
[ISO-TIMESTAMP] [CATEGORY] Message (e.g., [2026-03-03T09:00:00.000Z] [DEPLOY] FF ElasticSearch secured)
Loading
A high-performance browser automation skill for executing custom Node.js Playwright scripts to scrape, test, and automate complex web workflows.

An intelligent command generator that translates natural language video editing requests into optimized FFmpeg execution strings.

A powerful utility for scanning, auditing, and purging stale Python virtual environments and node_modules to reclaim storage space.

A specialized AI agent that fetches YouTube transcripts to provide structured summaries and precise Q&A based solely on video content.

Automate AWS compliance evidence collection with 15 read-only checks for seamless GRC integration.

A specialized tool for collecting read-only Azure compliance evidence and security findings for GRC workflows.








































