← 返回 Skills 市场
jtil4201

OpenClaw Advanced Memory

作者 Josh · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
386
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install openclaw-advanced-memory
功能描述
Provides persistent, searchable AI agent memory with real-time capture, vector search, and nightly LLM curation for long-term recall on local hardware.
安全使用建议
This skill appears coherent and implements a local three-tier memory pipeline. Before installing: (1) review scripts/install.sh, mem-capture.service (user systemd unit), and the cron entries to confirm you accept those persistent changes; (2) confirm Ollama, Qdrant, and Redis will run locally and are not exposed to untrusted networks (the scripts assume unauthenticated localhost services); (3) be aware mem-capture will read your OpenClaw transcripts (~/.openclaw/...), and mem-curate will extract and permanently store 'gems' (including names and decisions) in Qdrant — if this data is sensitive, adjust filters or run in an isolated environment; (4) consider running the scripts manually (not via install.sh) in a sandboxed account to observe behavior first; and (5) if you want stricter security, add auth/network restrictions to Qdrant/Redis or modify scripts to redact PII before storage.
功能分析
Type: OpenClaw Skill Name: openclaw-advanced-memory Version: 1.0.0 The skill installs persistence mechanisms (systemd service and cron jobs) via `scripts/install.sh`, which is a high-risk capability, even though it is documented and necessary for the skill's stated purpose. It processes sensitive agent conversation transcripts from `~/.openclaw/agents/spark/sessions` using `scripts/mem_capture.py`. Furthermore, `scripts/mem_curate.py` feeds these transcripts to a local LLM for curation, introducing a prompt injection vulnerability, despite mitigation attempts in `scripts/curator_prompt.md`. While there is no evidence of intentional malicious behavior or data exfiltration, these combined high-risk capabilities and the inherent LLM vulnerability warrant a 'suspicious' classification.
能力评估
Purpose & Capability
Name/description claim persistent, searchable agent memory. Required components (Redis, Qdrant, Ollama, Python libs) and the included scripts implement exactly that. No unrelated credentials, cloud APIs, or extraneous binaries are requested.
Instruction Scope
SKILL.md and scripts instruct the agent to read OpenClaw transcript files (~/.openclaw/...), buffer them to Redis, index into Qdrant, and run nightly local LLM curation. This is within the stated purpose, but it does mean the skill will read and persist all captured transcripts (including names, decisions, PII) into local DBs — a privacy consideration the user should be aware of.
Install Mechanism
No remote arbitrary-code download URLs in the registry entry, but the package includes an installer script (scripts/install.sh) that: pip-installs dependencies (network fetch), creates Qdrant collections, writes/starts a user systemd unit, and installs cron jobs. These actions are expected for persistent memory infrastructure but are persistent changes to the user environment and require review before running.
Credentials
No environment variables or credentials are requested. All services target localhost. The skill assumes local, unauthenticated Qdrant/Redis/Ollama instances — reasonable for a local-only design but you should ensure those services are secured on multi-user or networked hosts.
Persistence & Privilege
Installer enables a user-level systemd service and adds cron jobs (mem-warm, mem-curate). This is expected for a long-running capture/curation system but does give the skill persistent presence in the user's account — review the systemd unit and crontab changes before installing.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install openclaw-advanced-memory
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /openclaw-advanced-memory 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: Three-tier memory system (Hot/Warm/Cold) with real-time capture, vector search, and LLM-curated long-term recall.
元数据
Slug openclaw-advanced-memory
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

OpenClaw Advanced Memory 是什么?

Provides persistent, searchable AI agent memory with real-time capture, vector search, and nightly LLM curation for long-term recall on local hardware. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 386 次。

如何安装 OpenClaw Advanced Memory?

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

OpenClaw Advanced Memory 是免费的吗?

是的,OpenClaw Advanced Memory 完全免费(开源免费),可自由下载、安装和使用。

OpenClaw Advanced Memory 支持哪些平台?

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

谁开发了 OpenClaw Advanced Memory?

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

💬 留言讨论