A robust file-based memory framework that ensures AI agents maintain task continuity and context across session resets.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install dory-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 dory-memory using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
AI agents often lose context between sessions, leading to repetitive tasks and fragmented workflows. The Dory-Memory skill solves this by implementing a Dory-Proof pattern, where every task and decision is recorded in plain text. By prioritizing physical file storage over volatile context, this system ensures that your Openclaw Skills retain a consistent identity and understanding of ongoing work, regardless of context flushes.
This skill provides a structured workspace for your agents, separating long-term memory, active tasks, and critical lessons learned. It is essential for developers building complex AI agent workflows where state management and historical accuracy are primary concerns.
To get started with Dory-Memory in your Openclaw Skills environment, copy the template files into your workspace directory:
cp -r skills/dory-memory/assets/templates/* ~/.openclaw/workspace/
After copying the templates, navigate to your workspace and edit SOUL.md to define your agent's identity and USER.md to provide essential information about the human user.
The Dory-Memory system organizes data within a dedicated workspace folder using the following hierarchy:
| Directory/File | Purpose | Retention |
|---|---|---|
| AGENTS.md | Core operating rules and system behaviors. | Permanent |
| MEMORY.md | Highly curated long-term memory (limited to <10KB). | Permanent |
| state/ACTIVE.md | Current task with exact user quotes and sub-tasks. | Transient |
| state/HOLD.md | Blocked items and reasons for delays. | Active |
| state/DECISIONS.md | Log of recent choices with timestamps. | Recent |
| memory/ | Historical logs organized by date and recent-work. | Archive |
Loading
A high-performance Go binary that enables full interaction with rssaurus.com via the terminal for efficient RSS feed triage and automation.

A secure interface for managing Fly.io applications, databases, and deployments using the flyctl command-line tool.

A robust personal knowledge architecture using Supabase and OpenRouter to turn AI agents into long-term memory systems.

A specialized utility to summarize per-model usage and costs for Codex and Claude via the CodexBar CLI.

A Python-based tool that transforms static GEDCOM files into interactive, single-file HTML genealogy dashboards.

A comprehensive AI-powered pipeline that converts a single YouTube URL into a complete cross-platform content suite including blogs, social threads, and AI avatar videos.








































