← 返回 Skills 市场
zhoulf1006

memory-core-plus

作者 zhoulf1006 · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ⚠ suspicious
283
总下载
0
收藏
1
当前安装
6
版本数
在 OpenClaw 中安装
/install memory-core-plus
功能描述
Enhances OpenClaw memory by auto-recalling relevant past data before each turn and auto-capturing key info after each run for persistent context.
安全使用建议
This plugin appears to do what it says: automatically surface past memories and append extracted facts to workspace memory files. Before installing, consider: (1) persistent storage — autoCapture appends conversation-derived facts to memory/YYYY-MM-DD.md, so private or sensitive data may be persisted; (2) subagent file writes — the plugin delegates extraction and file writes to a subagent (standard for memory providers) so confirm you trust the plugin source; (3) configuration options — you can disable autoCapture or autoRecall if you want manual control; (4) provenance — the package points to a GitHub repo but the registry source is 'unknown' here, so verify the upstream repo and its author if you need stronger assurance. If you are uncomfortable with automatic persistence, set autoCapture:false and/or review the code and repository before enabling.
功能分析
Type: OpenClaw Skill Name: memory-core-plus Version: 1.0.2 The memory-core-plus plugin implements automated memory recall and capture for the OpenClaw platform. It includes significant safety guardrails, such as HTML entity escaping in safety.ts to prevent markup injection, recursion guards in capture.ts and recall.ts to prevent infinite subagent loops, and a prompt injection filter to avoid persisting malicious instructions as memories. The code is transparent, well-tested, and strictly follows its stated purpose without any evidence of data exfiltration or unauthorized execution.
能力评估
Purpose & Capability
Name/description, SKILL.md, and source code are coherent: the plugin registers memory hooks, performs vector search via the memory search manager, and uses an LLM subagent to extract and persist memories. No unrelated environment variables or binaries are requested.
Instruction Scope
SKILL.md and the code precisely describe pre-turn recall and post-run capture. The capture path delegates writing to a subagent instructed to append to memory/YYYY-MM-DD.md — this gives the plugin (via the platform subagent) the ability to write workspace files, which is expected for a memory provider but worth noting. The SKILL.md includes examples of prompt-injection patterns only as blocked inputs (they are not being injected).
Install Mechanism
There is no remote download/install spec in the manifest; installation is via the OpenClaw plugin mechanism (openclaw plugins install). No arbitrary URLs, archive extraction, or shorteners are used.
Credentials
The skill declares no required environment variables, credentials, or config paths. Its runtime actions (search manager, subagent runs, writing memory files) are consistent with being a memory plugin and do not request unrelated secrets.
Persistence & Privilege
always:false (normal). The plugin registers persistent hooks (autoRecall/autoCapture) and uses a subagent to append to workspace memory files — this is appropriate for a memory provider but means it will persist user conversation content to disk unless configured otherwise.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install memory-core-plus
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /memory-core-plus 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
Fix sessionKey recursion guard: use :memory-capture: prefix to match includes() check, preventing recursive hook execution
v1.0.1
Re-publish with runtime source files (index.ts, recall.ts, capture.ts, config.ts, safety.ts) included in bundle
v1.0.0
Initial ClawHub release. Enhanced workspace memory with auto-recall and auto-capture for OpenClaw. One-command install, both features enabled by default.
v0.2.4
Enhanced workspace memory with auto-recall and auto-capture for OpenClaw. One-command install, enabled by default.
v0.2.3
Cleaned up publish package: removed source files, sanitized security descriptions for ClawHub compatibility
v0.2.2
Refactored package name to memory-core-plus, auto-recall and auto-capture enabled by default, simplified one-command installation, enhanced security mechanisms
元数据
Slug memory-core-plus
版本 1.0.2
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 6
常见问题

memory-core-plus 是什么?

Enhances OpenClaw memory by auto-recalling relevant past data before each turn and auto-capturing key info after each run for persistent context. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 283 次。

如何安装 memory-core-plus?

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

memory-core-plus 是免费的吗?

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

memory-core-plus 支持哪些平台?

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

谁开发了 memory-core-plus?

由 zhoulf1006(@zhoulf1006)开发并维护,当前版本 v1.0.2。

💬 留言讨论