Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
File-based memory system for AI agents that forget between sessions. Implements the "Dory-Proof" pattern for continuity across context resets. Use when setting up agent memory, building workspace structure, implementing task tracking, or preventing context-loss errors. Triggers on "memory system", "remember between sessions", "Dory pattern", "agent continuity", or "workspace setup".
File-based memory system for AI agents that forget between sessions. Implements the "Dory-Proof" pattern for continuity across context resets. Use when setting up agent memory, building workspace structure, implementing task tracking, or preventing context-loss errors. Triggers on "memory system", "remember between sessions", "Dory pattern", "agent continuity", or "workspace setup".
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
AI agents forget everything between sessions. This skill implements a file-based memory system that survives context resets.
Text > Brain. Write everything down. Files are memory. The agent only "remembers" what's on disk.
When the user gives a task: IMMEDIATELY write their EXACT WORDS to state/ACTIVE.md Then interpret what it means Then do the work Mark complete when done Why: Paraphrasing introduces drift. Exact words preserve intent across context flushes.
workspace/ โโโ AGENTS.md # Operating rules (system file, don't rename) โโโ SOUL.md # Identity + personality โโโ USER.md # About the human โโโ MEMORY.md # Curated long-term memory (<10KB) โโโ LESSONS.md # "Never again" safety rules โโโ TOOLS.md # Tool-specific notes โ โโโ state/ # Active state (check every session) โ โโโ ACTIVE.md # Current task (exact user words) โ โโโ HOLD.md # Blocked items (check before acting!) โ โโโ STAGING.md # Drafts awaiting approval โ โโโ DECISIONS.md # Recent choices with timestamps โ โโโ memory/ # Historical โ โโโ YYYY-MM-DD.md โ โโโ recent-work.md โ โโโ archive/ โ โโโ ops/ # Operational โโโ WORKSPACE-INDEX.md
Read state/HOLD.md โ what's BLOCKED Read state/ACTIVE.md โ current task Read state/DECISIONS.md โ recent choices Read memory/recent-work.md โ last 48 hours Read MEMORY.md โ long-term (main session only) Output status line after boot: ๐ Boot: ACTIVE=[task] | HOLD=[n] items | STAGING=[n] drafts
[YYYY-MM-DD HH:MM | session] Item โ reason blocked ALL agents must check before acting on anything that looks ready.
[YYYY-MM-DD HH:MM | session] Decision made
When files conflict, priority (highest first): state/HOLD.md โ blocks override all state/ACTIVE.md โ current instruction state/DECISIONS.md โ recent choices AGENTS.md โ general rules
Score on 4 axes (0โ3 each): Axis0123LongevityGone tomorrowWeeksMonthsYears+ReuseOne-offOccasionalFrequentEvery sessionImpactTrivialNice to knowChanges outputsChanges decisionsUniquenessObviousSlightly helpfulHard to rederiveImpossible without Save if: Total โฅ 8, OR any axis = 3 AND total โฅ 6.
Copy template files from assets/templates/ to your workspace: cp -r skills/dory-memory/assets/templates/* ~/.openclaw/workspace/ Then customize SOUL.md and USER.md for your agent.
references/IMPLEMENTATION-GUIDE.md โ Full setup walkthrough references/ANTI-PATTERNS.md โ Common mistakes to avoid
Workflow acceleration for inboxes, docs, calendars, planning, and execution loops.
Largest current source with strong distribution and engagement signals.