← 返回 Skills 市场
nantes

Simplemem

作者 Ivan Cetta · GitHub ↗ · v1.0.1
cross-platform ✓ 安全检测通过
642
总下载
2
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install simplemem
功能描述
Efficient Lifelong Memory for LLM Agents - semantic compression, cross-session memory, and intent-aware retrieval
安全使用建议
This skill appears to do what it claims, but consider the following before installing: 1) The wrapper will use your OPENAI_API_KEY to call external APIs (billing and data-sharing implications) — consider using a dedicated key or billing alerts. 2) SKILL.md recommends 'pip install simplemem' or cloning GitHub; review the upstream PyPI package and/or repository code before installing, because installing a pip package runs code from that package. 3) The manifest mentions a PowerShell CLI (simplemem.ps1) in docs but that file is not included — expect the included Python wrapper to be the provided functionality. 4) Memories are persisted locally under the skill's data directory (data/memories.json and possibly a lancedb); if this contains sensitive data, store it securely or clear it as needed. 5) If you need higher assurance, audit the upstream project (https://github.com/aiming-lab/SimpleMem) or run installations in an isolated environment (container/VM) first.
功能分析
Type: OpenClaw Skill Name: simplemem Version: 1.0.1 The skill bundle provides a wrapper for a semantic memory system, SimpleMem. The `SKILL.md` file contains standard installation and usage instructions, with no evidence of prompt injection attempts against the agent. The `simplemem.py` script handles local data storage within its own `data` directory and uses the `OPENAI_API_KEY` for its stated purpose of interacting with the OpenAI API for semantic features. There is no indication of malicious activities such as data exfiltration, unauthorized command execution, persistence mechanisms, or obfuscation. All observed behaviors are aligned with the skill's described functionality.
能力评估
Purpose & Capability
Name/description, required binary (python), and the single required env var (OPENAI_API_KEY) align with a semantic-memory skill that optionally calls OpenAI for embeddings. The included Python wrapper imports a 'simplemem' package if present, otherwise falls back to local JSON — this is coherent with the stated purpose.
Instruction Scope
SKILL.md stays on-topic (install simplemem, set OPENAI_API_KEY, add/retrieve memories). Minor inconsistency: SKILL.md and README mention a PowerShell CLI (simplemem.ps1) and a PS usage example, but the manifest does not include simplemem.ps1. Also, the instructions recommend pip installing 'simplemem' or cloning the GitHub repo — installing that package will run third-party code (expected for this skill) so review the upstream package before installing.
Install Mechanism
There is no automatic install spec in the registry (instruction-only), so nothing will be written automatically. The README suggests 'pip install simplemem' or cloning a GitHub repo (both common). That means the real runtime behavior depends on the external PyPI/GitHub package you choose to install; installing arbitrary pip packages has standard moderate risk and should be reviewed prior to use.
Credentials
Only OPENAI_API_KEY is required and used by the wrapper for the full feature set. That is proportionate for a memory system that uses OpenAI embeddings. No other secrets or unrelated env vars are requested.
Persistence & Privilege
The wrapper creates and writes to a local data directory (data/memories.json and a lancedb path if the upstream library is used). always:false and no system-wide config changes are requested. Persistent local storage of memories is expected for this skill; ensure you are comfortable with local retention of user data.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install simplemem
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /simplemem 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- No changes detected in this version. The skill remains at version 1.0.0 with no file updates.
v1.0.0
Initial release of SimpleMem skill. - Integrates SimpleMem for efficient lifelong memory in LLM agents. - Supports semantic memory compression, merging, and retrieval. - Enables cross-session, persistent agent memory with optional OpenAI API integration for full features. - Provides both Python API and PowerShell CLI usage. - Falls back to keyword-based memory search if no API key is set.
元数据
Slug simplemem
版本 1.0.1
许可证
累计安装 1
当前安装数 1
历史版本数 2
常见问题

Simplemem 是什么?

Efficient Lifelong Memory for LLM Agents - semantic compression, cross-session memory, and intent-aware retrieval. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 642 次。

如何安装 Simplemem?

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

Simplemem 是免费的吗?

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

Simplemem 支持哪些平台?

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

谁开发了 Simplemem?

由 Ivan Cetta(@nantes)开发并维护,当前版本 v1.0.1。

💬 留言讨论