@lowwattlabs

HOARD

Durable agent memory that survives session resets — structured markdown persistence with provenance, auto-expiry, and consolidation.

当前版本
v2.0.4
code-plugin社区source-linked

HOARD — OpenClaw Plugin

Durable agent memory that survives session resets. Structured markdown persistence with provenance, auto-expiry, and consolidation.

⚠️ Storage Directory Disclosures

  • HOARD writes files to a local directory controlled by config.memoryDir or the HOARD_DIR environment variable (default: ./memory).
  • The storage directory is validated — it must be a dedicated folder, not a system directory (/etc, /var, /usr, etc.), your home directory, or root. Set config.memoryDir to an explicit path like ~/.hoard/memory or ./memory.
  • All file operations (store, retrieve, delete) are scoped to the configured memory directory. Path traversal attempts are blocked.
  • HOARD does not transmit data externally. All storage is local filesystem only.

Install

openclaw plugins install clawhub:@lowwattlabs/hoard

Configuration

{
  "hoard": {
    "memoryDir": "./memory",
    "autoExpire": true,
    "consolidateOnStartup": false
  }
}
  • memoryDir: Absolute path to the memory directory. Defaults to ./memory. Must be a dedicated storage folder — not home, root, or system directories. Validated on startup.
  • autoExpire: Automatically expire old entries (default: true).
  • consolidateOnStartup: Run consolidation when the plugin loads (default: false). Plugin uses lazy activation — only loads when called.

What it does

HOARD gives your agent a persistent memory store that outlives any single session. Entries are markdown files with frontmatter metadata — provenance tracking, automatic expiry, and consolidation to keep memory manageable.

Links

License

MIT-0

源码与版本

源码仓库

lowwattlabs/hoard-plugin

打开仓库

源码提交

e1abebf

查看提交

安装命令

openclaw plugins install clawhub:@lowwattlabs/hoard

元数据

  • 包名: @lowwattlabs/hoard
  • 创建时间: 2026/06/08
  • 更新时间: 2026/06/09
  • 执行代码:
  • 源码标签: e1abebf

兼容性

  • 构建于 OpenClaw: 2026.6.1
  • 插件 API 范围: >=2026.5.0
  • 标签: latest
  • 文件数: 10