← Back to Skills Marketplace
Memory Fortress
by
Peter Zsak
· GitHub ↗
· v1.1.2
· MIT-0
173
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install memory-fortress
Description
Complete memory management system for OpenClaw agents. Combines compaction-aware saving, a formal boot sequence, domain organization, memory scoring, structu...
Usage Guidance
This skill appears to do what it says: it organizes and persists agent memory to structured files. Before installing, consider privacy and retention: the agent is instructed to save users' exact words and other session content to disk, so sensitive information (passwords, API keys, PII) could be permanently stored unless you put controls in place. Recommended precautions: (1) confirm agent workspaces are isolated and not auto-synced to external cloud storage or shared repositories; (2) add or enable automatic redaction/filters so the agent strips PII/secrets before writing; (3) set retention/archival policies (auto-delete or encryption-at-rest) for memory files; (4) review multi-agent behavior to ensure it can't read other agents' workspaces; and (5) test in a sandboxed environment first. If you need the skill but want stronger guarantees, ask the author to include explicit redaction rules and retention controls in SKILL.md.
Capability Analysis
Type: OpenClaw Skill
Name: memory-fortress
Version: 1.1.2
The 'memory-fortress' skill is a comprehensive organizational framework for AI agents to manage long-term memory and project state using local Markdown files. It defines a structured directory system (state/, memory/, projects/) and provides clear instructions for the agent to document tasks, decisions, and learnings to ensure continuity across sessions. The installation steps are limited to benign filesystem operations (mkdir, touch), and there is no evidence of data exfiltration, malicious execution, or harmful prompt injection.
Capability Assessment
Purpose & Capability
Name/description (agent memory management) matches the SKILL.md content: boot sequence, file layout, scoring, search strategy, and explicit read/write rules. It does not request unrelated credentials, binaries, or installs.
Instruction Scope
Instructions direct the agent to write many structured files (state/ACTIVE.md, state/DECISIONS.md, memory/YYYY-MM-DD.md, MEMORY.md, domain files, .learnings/ etc.) and to run a boot sequence at session start. This is consistent with the purpose, but it explicitly requires saving users' exact words and other session data to disk — a privacy/data-retention concern. The SKILL.md advises against reading other agents' memories and limits search order, which narrows scope.
Install Mechanism
Instruction-only skill with no install spec and no code files. No downloads, packages, or binary requirements are declared — minimal disk/execution risk from installation.
Credentials
No environment variables, credentials, or external endpoints are requested. The changelog mentions Discord summaries in historical notes but the runtime instructions do not require external tokens or services.
Persistence & Privilege
always:false and default autonomous invocation are used (normal). The skill expects to persist data inside the agent workspace permanently (daily logs, MEMORY.md, archives). Persisting user inputs across sessions increases the impact surface if workspaces are backed up or shared; consider workspace isolation and retention policies.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install memory-fortress - After installation, invoke the skill by name or use
/memory-fortress - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.2
Add failsafe reorientation layer, ORIENT.md snapshot, and thread-based recovery summary protocol.
v1.1.1
Add documentation-first project continuity, mandatory project files, cron documentation block, CLOSED state guidance, and refreshed sanitized template wording.
v1.1.0
v1.1: Added structured ID format (LRN/ERR/FEAT-YYYYMMDD-XXX) with Status lifecycle, detection trigger phrases, quick grep review commands, and skill extraction criteria + quality gates.
v1.0.0
Complete memory management system for OpenClaw agents. Boot sequence, Dory-proof task pattern, compaction-aware saving, 4-axis memory scoring with decay, domain organization, promote/demote lifecycle, multi-agent isolation rules, and .learnings/ error tracking.
Metadata
Frequently Asked Questions
What is Memory Fortress?
Complete memory management system for OpenClaw agents. Combines compaction-aware saving, a formal boot sequence, domain organization, memory scoring, structu... It is an AI Agent Skill for Claude Code / OpenClaw, with 173 downloads so far.
How do I install Memory Fortress?
Run "/install memory-fortress" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Memory Fortress free?
Yes, Memory Fortress is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Memory Fortress support?
Memory Fortress is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Memory Fortress?
It is built and maintained by Peter Zsak (@wroadd); the current version is v1.1.2.
More Skills