← 返回 Skills 市场
osvfelices

Memorine

作者 osvfelices · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ 安全检测通过
277
总下载
1
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install memorine
功能描述
Human-like memory for AI agents. Facts, events, procedures, contradiction detection, forgetting curve, and cross-agent sharing. Pure Python + SQLite.
安全使用建议
This skill appears coherent for a local Python+SQLite memory MCP server, but you should: (1) verify the package source (pip/uv vs the GitHub repo) before installing; (2) inspect the package code on the referenced GitHub/PyPI to confirm the 'per-agent namespace' enforcement; (3) be aware it will create ~/.memorine/memorine.db (ensure filesystem permissions and backups meet your privacy needs); (4) treat optional embeddings/ui extras as larger installs (models/deps) and only install them if needed; (5) if you have strict isolation requirements, run the MCP server in a constrained environment (dedicated user, container, or VM) so agent processes cannot access other sensitive files.
功能分析
Type: OpenClaw Skill Name: memorine Version: 0.1.0 The 'memorine' skill provides a local, SQLite-based memory management system for AI agents, featuring fact retention (Ebbinghaus forgetting curve), event logging, and procedure tracking. All data is stored locally in '~/.memorine/memorine.db', and the skill lacks any indicators of data exfiltration, malicious execution, or prompt injection attempts in its SKILL.md or README.md files.
能力评估
Purpose & Capability
Name/description, required binaries (python3), and declared MCP tools align with a local Python-based memory service. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md limits activity to running an MCP server and storing data in ~/.memorine/memorine.db. It does not instruct reading other system files or network exfiltration. However the service creates and uses a shared DB file (by default in the user's home) — that is expected for cross-agent sharing but is a privacy/persistence surface you should consider (permissions, backups, who can read the file).
Install Mechanism
Install spec uses an 'uv' package installer entry (and README shows pip install memorine). This is not a download-from-arbitrary-URL install; it expects a standard Python package. The slight mismatch (uv vs pip) is minor but worth confirming which install path will be used in your environment.
Credentials
No environment variables or external credentials are requested, which is proportionate to a local-memory tool. The main resource access is the filesystem (the DB file). Ensure the claim that agents can only modify their own namespace is actually enforced by the package if you rely on it for isolation.
Persistence & Privilege
The skill is not always-enabled and does not request elevated system privileges. It will install a binary/module and create a persistent DB in the user's home directory — expected for a memory service but represents persistent storage the agent can use.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install memorine
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /memorine 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
- Initial release of Memorine for OpenClaw agents with persistent, human-like memory. - Supports fact storage, contradiction detection, forgetting curve, events and procedures tracking, and cross-agent sharing. - Provides 14 MCP tools for storing, recalling, and sharing knowledge, logging events, tracking procedures, and more. - Pure Python and SQLite; no external services or Docker required. - Optional semantic search: enable meaning-based search by installing `memorine[embeddings]`. - Ensures each agent can only modify its own data for security.
元数据
Slug memorine
版本 0.1.0
许可证 MIT-0
累计安装 2
当前安装数 2
历史版本数 1
常见问题

Memorine 是什么?

Human-like memory for AI agents. Facts, events, procedures, contradiction detection, forgetting curve, and cross-agent sharing. Pure Python + SQLite. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 277 次。

如何安装 Memorine?

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

Memorine 是免费的吗?

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

Memorine 支持哪些平台?

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

谁开发了 Memorine?

由 osvfelices(@osvfelices)开发并维护,当前版本 v0.1.0。

💬 留言讨论