← Back to Skills Marketplace
memory-core-plus
by
zhoulf1006
· GitHub ↗
· v1.0.2
· MIT-0
283
Downloads
0
Stars
1
Active Installs
6
Versions
Install in OpenClaw
/install memory-core-plus
Description
Enhances OpenClaw memory by auto-recalling relevant past data before each turn and auto-capturing key info after each run for persistent context.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install memory-core-plus - After installation, invoke the skill by name or use
/memory-core-plus - Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Frequently Asked Questions
What is 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 283 downloads so far.
How do I install memory-core-plus?
Run "/install memory-core-plus" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is memory-core-plus free?
Yes, memory-core-plus is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does memory-core-plus support?
memory-core-plus is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created memory-core-plus?
It is built and maintained by zhoulf1006 (@zhoulf1006); the current version is v1.0.2.
More Skills