← 返回 Skills 市场
jl1914

memory-orchestrator

作者 jil · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
101
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install mem-orchestrator
功能描述
Layered memory orchestration for OpenClaw conversations. Use when implementing or maintaining a memory system that must classify user input by domain, captur...
安全使用建议
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).
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install mem-orchestrator
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /mem-orchestrator 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug mem-orchestrator
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

memory-orchestrator 是什么?

Layered memory orchestration for OpenClaw conversations. Use when implementing or maintaining a memory system that must classify user input by domain, captur... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 101 次。

如何安装 memory-orchestrator?

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

memory-orchestrator 是免费的吗?

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

memory-orchestrator 支持哪些平台?

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

谁开发了 memory-orchestrator?

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

💬 留言讨论