← 返回 Skills 市场
neroagent

Memory Stack Core

作者 NeroAgent · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
109
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install memory-stack-core
功能描述
Core memory resilience layer: WAL (Write-Ahead Log), Working Buffer, and three-layer memory integration. Prevents context loss during compaction and ensures...
安全使用建议
This skill does what it says (local WAL + working buffer) and contains no network exfiltration or secret-env requirements, but it will persist specifics from user messages to files in your workspace by default. Before installing: (1) decide whether you want automatic capture enabled and, if not, disable auto_capture in memory-stack-config.json; (2) ensure the memory/ directory is excluded from backups and version control (add to .gitignore) and set restrictive file permissions; (3) lower max_entries / max_size_mb or enable rotation to limit retained data; (4) test in an isolated workspace first to confirm behavior; (5) avoid pasting secrets (API keys, passwords) into chats that will be captured, or add filtering rules. If you need stricter guarantees (encryption, secure storage, remote retention policies), consider hardening or rejecting this skill until those controls exist.
功能分析
Type: OpenClaw Skill Name: memory-stack-core Version: 1.0.0 The skill implements a local memory management system (Write-Ahead Log and Working Buffer) to persist conversation state across sessions. The code in scripts/run.py performs standard file I/O within a dedicated 'memory/' directory and uses regex to extract relevant facts from messages, aligning perfectly with the documentation in SKILL.md. No network activity, suspicious execution patterns, or unauthorized file access were detected.
能力评估
Purpose & Capability
Name/description match the delivered artifacts: SKILL.md describes a WAL, working buffer, daily logs and recovery; the included scripts/run.py implements file-backed WAL and buffer, reads a local config (memory-stack-config.json), and exposes the declared tool-like actions (wal_write, wal_read, buffer_write, buffer_read, memory_health, wal-auto). No unrelated binaries, env vars, or services are requested.
Instruction Scope
Instructions and script intentionally read and write files under the workspace/memory directory (wal.jsonl, working-buffer.md, daily logs). This is consistent with the purpose, but the automatic 'auto_capture' behavior scans every human message for paths, URLs, decisions, preferences, values, and corrections and appends matches to the WAL — meaning any sensitive specifics typed by users (passwords, API keys, tokens, paths, URLs) can be persisted to disk. That behavior is expected for this purpose but is a privacy/sensitive-data risk and should be configured/limited if needed.
Install Mechanism
No install spec is provided (instruction-only + included script). Nothing is downloaded or executed from external URLs; the included Python script is the only code. This is low-risk from an install mechanism perspective.
Credentials
The skill requests no environment variables, no external credentials, and no config paths outside the workspace. Its file I/O is limited to workspace/memory and a workspace config file — proportionate to the stated purpose.
Persistence & Privilege
always:false (no forced inclusion). The skill is invokable/autonomous by default (normal), and its core privilege is persistent local storage in the workspace. That persistence is necessary for the feature but increases the blast radius if the workspace is backed up, uploaded, or under version control. The skill does not modify other skills or system-wide agent settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install memory-stack-core
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /memory-stack-core 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release — WAL + Working Buffer for compaction survival
元数据
Slug memory-stack-core
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Memory Stack Core 是什么?

Core memory resilience layer: WAL (Write-Ahead Log), Working Buffer, and three-layer memory integration. Prevents context loss during compaction and ensures... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 109 次。

如何安装 Memory Stack Core?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install memory-stack-core」即可一键安装,无需额外配置。

Memory Stack Core 是免费的吗?

是的,Memory Stack Core 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Memory Stack Core 支持哪些平台?

Memory Stack Core 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Memory Stack Core?

由 NeroAgent(@neroagent)开发并维护,当前版本 v1.0.0。

💬 留言讨论