← Back to Skills Marketplace
101
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install mem-orchestrator
Description
Layered memory orchestration for OpenClaw conversations. Use when implementing or maintaining a memory system that must classify user input by domain, captur...
Usage Guidance
This skill appears to do what it claims: manage a local, white-box memory directory and provides scripts to gate, capture, recall, and reflect. Before installing or enabling it widely: 1) Confirm where memory will be stored — set MEMORY_ROOT explicitly to a safe, isolated workspace directory (the default is ./memory in the agent's working directory). 2) Review and monitor the created memory/ files (topics, objects, daily, reflections, indexes) because the skill will write user-provided text to disk and can materialize 'preferences' and 'decisions' files automatically. 3) If you allow autonomous invocation, be aware the skill may write files whenever its gate triggers; if that is undesirable, require user-invocation only. 4) Avoid setting MEMORY_ROOT to any sensitive system path and prefer running the skill in an isolated container/workspace. 5) If you need networked or multi-tenant deployment, audit the code further (it currently performs no network calls but writes files locally).
Capability Analysis
Type: OpenClaw Skill
Name: mem-orchestrator
Version: 1.0.0
The Memory Orchestrator bundle is a well-structured system for managing persistent agent memory using local YAML and Markdown files. The Python scripts (such as apply_memory_events.py and memory_cli.py) handle data storage, retrieval, and indexing within a user-defined directory without any network activity or unauthorized file access. Security-wise, the system includes proper filename sanitization (slugify) to prevent path traversal and uses standard subprocess orchestration for its internal components. The SKILL.md instructions are entirely aligned with the stated purpose of memory management and do not contain any malicious prompt injection attempts or instructions to exfiltrate data.
Capability Assessment
Purpose & Capability
Name, description, SKILL.md, and the included scripts consistently implement a layered, file-based memory system (session state, daily logs, topics, objects, reflections, index). The declared capabilities align with the required scripts and file layout; no unrelated credentials or binaries are requested.
Instruction Scope
SKILL.md and the scripts operate within the stated scope (classify input, extract events, write daily logs, materialize objects, recall, reflect). However, runtime relies on an environment variable MEMORY_ROOT (used by many scripts) although the skill declares no required env vars — the agent or environment can therefore redirect memory storage. All I/O is limited to files under the chosen MEMORY_ROOT, and there are no network calls or external endpoints in the code.
Install Mechanism
This is instruction-only with bundled Python scripts; there is no install spec, no external downloads, and no packages fetched. Risk from install mechanism is low.
Credentials
The skill declares no required environment variables but the scripts consistently read MEMORY_ROOT to determine where to read/write memory. This undeclared env var is powerful: if MEMORY_ROOT is set to an unexpected path the scripts will create/modify files there. No credentials/tokens are requested, which is appropriate, but the ability to re-point file storage is a meaningful capability that should be explicit to users.
Persistence & Privilege
always:false (good). The skill can be invoked autonomously (disable-model-invocation:false), which is normal. Because the scripts write and modify files automatically when triggered (extract/apply/reflect), autonomous invocation combined with an attacker-controlled or misconfigured MEMORY_ROOT could lead to writes outside the intended workspace. The skill does not modify other skills' configs or system-wide settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install mem-orchestrator - After installation, invoke the skill by name or use
/mem-orchestrator - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
**Initial release with complete codebase and documentation reorganization.**
- Introduces a layered memory system focused on session state, daily logs, topic cards, durable objects, and reflection outputs.
- Replaces monolithic script structure with clear scripts for event extraction, memory gating, classification, recall, reflection, and object/topic management.
- Adds comprehensive reference documentation (architecture, models, retrieval strategy, openclaw integration).
- Removes installation scripts, old workflow YAMLs, and legacy multi-modal/emotion tagging modules.
- Provides new workflow: gate→classify→capture→recall→answer→reflect, with scripts supporting each stage.
- New plain-text directory structure and data shapes, focused on practicality and extensibility.
Metadata
Frequently Asked Questions
What is memory-orchestrator?
Layered memory orchestration for OpenClaw conversations. Use when implementing or maintaining a memory system that must classify user input by domain, captur... It is an AI Agent Skill for Claude Code / OpenClaw, with 101 downloads so far.
How do I install memory-orchestrator?
Run "/install mem-orchestrator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is memory-orchestrator free?
Yes, memory-orchestrator is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does memory-orchestrator support?
memory-orchestrator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created memory-orchestrator?
It is built and maintained by jil (@jl1914); the current version is v1.0.0.
More Skills