← 返回 Skills 市场
Memory Fortress
作者
Peter Zsak
· GitHub ↗
· v1.1.2
· MIT-0
173
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install memory-fortress
功能描述
Complete memory management system for OpenClaw agents. Combines compaction-aware saving, a formal boot sequence, domain organization, memory scoring, structu...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install memory-fortress - 安装完成后,直接呼叫该 Skill 的名称或使用
/memory-fortress触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
Memory Fortress 是什么?
Complete memory management system for OpenClaw agents. Combines compaction-aware saving, a formal boot sequence, domain organization, memory scoring, structu... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 173 次。
如何安装 Memory Fortress?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install memory-fortress」即可一键安装,无需额外配置。
Memory Fortress 是免费的吗?
是的,Memory Fortress 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Memory Fortress 支持哪些平台?
Memory Fortress 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Memory Fortress?
由 Peter Zsak(@wroadd)开发并维护,当前版本 v1.1.2。
推荐 Skills