← 返回 Skills 市场
projectsnowwork

memU: Persistent Memory for 24/7 Agents

作者 ProjectSnowWork · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
502
总下载
2
收藏
4
当前安装
1
版本数
在 OpenClaw 中安装
/install memu
功能描述
Persistent memory infrastructure for 24/7 agents. Replaces flat-file memory with a three-layer architecture (Resource → Memory Item → Memory Category) that r...
安全使用建议
This Skill is a packaging/documentation wrapper around the open-source memU client (memu-py). Before installing or enabling it: 1) Confirm you are comfortable providing an OpenAI-compatible API key (OPENAI_API_KEY) because the examples and default llm_profiles use it for extraction and retrieval. 2) If you plan to persist memory, secure the PostgreSQL connection string (MEMU_DB_URL) rather than using the example credentials shown. 3) The README mentions an optional memU Cloud (api.memu.so) which would require a separate memU Cloud API key if you choose that mode. 4) Note the project is AGPL-3.0 — if you modify and redistribute components you may have obligations; review the license. 5) As with any third-party Skill, prefer installing memu-py from the official PyPI/repo and verify the upstream memU project (https://github.com/NevaMind-AI/memU) if you need to audit code changes.
功能分析
Type: OpenClaw Skill Name: memu Version: 1.0.0 The memu skill bundle is a legitimate integration of the NevaMind AI memU framework, designed to provide persistent, hierarchical memory for agents. The bundle consists of comprehensive documentation (README.md, FAQ.md) and several well-structured Python examples (e.g., example_2_openclaw_integration.py, example_3_production.py) that demonstrate how to store and retrieve structured 'memory items' using either in-memory storage or a PostgreSQL database. The code follows security best practices by utilizing environment variables for sensitive credentials like OPENAI_API_KEY and lacks any signs of data exfiltration, malicious execution, or prompt injection attacks.
能力评估
Purpose & Capability
The name/description (long-term agent memory) aligns with what the skill requires: python3 and an OpenAI-compatible API key for LLM calls. Examples and README all demonstrate memu-py usage and optional PostgreSQL; nothing requested appears unrelated to the stated purpose.
Instruction Scope
SKILL.md and included examples only instruct the agent to call the memu client, configure llm_profiles, run optional Docker for Postgres, and use environment variables for API keys and DB URLs. There are no instructions to read unrelated system files, harvest extra credentials, or exfiltrate data to unknown endpoints. The README mentions an optional hosted memU Cloud API (api.memu.so) — that is optional and would require its own key if used.
Install Mechanism
This is an instruction-only Skill with examples; it recommends pip install memu-py and optionally running a well-known pgvector/postgres Docker image. No arbitrary download URLs, URL shorteners, or extract/install steps are present in the Skill metadata.
Credentials
The only required environment variable declared is OPENAI_API_KEY (also set as primaryEnv), which is proportional for a library that performs LLM calls. Notes: example code shows optional MEMU_DB_URL and example DB connection strings with sample credentials (postgres:postgres) — those are illustrative but remind users to secure real DB credentials. The README also references an optional memU Cloud API key (not declared as required) which is fine as optional, but users should be aware they'd need that key to use the hosted API.
Persistence & Privilege
The skill is not always:true and does not request elevated or persistent platform privileges. It does not modify other skills or system-wide settings. Autonomous invocation is allowed by default (platform standard) but combined with this skill's scoped requests there is no excessive privilege.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install memu
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /memu 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: memU v1.4.0 ClawHub Skill with integration docs, 4 runnable examples, FAQ, and production guide.
元数据
Slug memu
版本 1.0.0
许可证 MIT-0
累计安装 4
当前安装数 4
历史版本数 1
常见问题

memU: Persistent Memory for 24/7 Agents 是什么?

Persistent memory infrastructure for 24/7 agents. Replaces flat-file memory with a three-layer architecture (Resource → Memory Item → Memory Category) that r... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 502 次。

如何安装 memU: Persistent Memory for 24/7 Agents?

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

memU: Persistent Memory for 24/7 Agents 是免费的吗?

是的,memU: Persistent Memory for 24/7 Agents 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

memU: Persistent Memory for 24/7 Agents 支持哪些平台?

memU: Persistent Memory for 24/7 Agents 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 memU: Persistent Memory for 24/7 Agents?

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

💬 留言讨论