← 返回 Skills 市场
qiffang

mnemo-memory

作者 qiffang · GitHub ↗ · v0.2.0
cross-platform ⚠ suspicious
296
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install mnemo-memory
功能描述
Cloud-persistent memory for AI agents. Stateless plugins + TiDB Serverless = cross-session recall, multi-agent sharing, and hybrid vector + keyword search. W...
安全使用建议
This skill appears to do what it says (store agent memory in TiDB Cloud), but several things don't add up and you should verify before installing: - Metadata mismatch: The skill's published metadata declares no required credentials, yet the instructions require a TiDB host/username/password (and optionally an embed API key). Treat those as real secrets you must supply. - Third-party code: The SKILL.md tells you to `npm install mnemo-openclaw`, but the package source is not included here. Inspect the npm package repository and publisher before running npm install; review its code for unexpected network calls or data exfiltration. - Data exposure: Memories (and any text you store) will be sent to an external service (TiDB Cloud). TiDB can also generate embeddings server-side (e.g., amazon/titan-embed-text-v2), meaning your stored content will be processed by that model. If you will store sensitive data, consider encrypting it before storing or self-hosting the database. - Principle of least privilege: Create a dedicated database user with minimal permissions (only the schemas/tables the plugin needs) rather than reusing broad credentials. Prefer short-lived credentials or per-agent tokens if supported. - Verify CRDT/clock behavior: The docs mention vector clocks and conflict resolution. If concurrent writes and correctness matter for your use-case, test these behaviors in a safe environment. - Ask for missing metadata: A well-formed skill should declare required env vars/primary credential in its registry metadata. If you want to use this skill, request the author to include declared env requirements and a link to the package source/homepage. If you cannot verify the npm package/source or are uncomfortable storing data in TiDB Cloud, consider self-hosting an equivalent database or using a memory plugin from a source you trust.
功能分析
Type: OpenClaw Skill Name: mnemo-memory Version: 0.2.0 The skill bundle provides cloud-persistent memory for AI agents using TiDB Serverless. The `SKILL.md` documentation clearly outlines the purpose, installation steps (`npm install mnemo-openclaw`), configuration requirements (TiDB host, username, password), and available memory tools. There is no evidence of malicious intent, such as data exfiltration, unauthorized command execution, persistence mechanisms, or prompt injection attempts against the agent. The required database credentials are for the skill's stated purpose of connecting to TiDB, and the external links provided are legitimate for the described service and project.
能力评估
Purpose & Capability
The name/description (cloud-persistent memory backed by TiDB) matches the instructions' purpose. However, the published metadata lists no required credentials or config, while the SKILL.md explicitly instructs adding host/username/password (database credentials) to openclaw.json and optionally setting an embed API key. The skill therefore fails to declare the secrets it actually needs.
Instruction Scope
SKILL.md describes network calls to a third‑party DB (TiDB Cloud), instructions to configure a DB host/user/password, and optional use of an embedding API key. It does not (in the visible portion) instruct reading unrelated local files or exfiltrating data elsewhere. The scope stays within 'store/read memory in TiDB' but it grants the agent permission to send possibly sensitive conversation memory to an external service.
Install Mechanism
There is no install spec in the registry (instruction-only), which reduces automatic risk, but the doc tells users to run `npm install mnemo-openclaw`. That npm package is not included in the bundle and its source/maintainer are not verified here—installing it will pull code from an external registry that hasn't been audited in this package.
Credentials
The skill requires database credentials (host, username, password) in configuration and optionally an embedding API key, but the registry metadata declares no required env vars/credentials. Requesting DB credentials is proportionate to the functionality, but the omission from metadata and lack of guidance about least privilege (e.g., creating a restricted DB user) is a red flag.
Persistence & Privilege
The skill does not request 'always: true' or other elevated platform privileges. It instructs users to add a plugin entry to openclaw.json (normal for a plugin). There is no indication it modifies other skills or system-wide settings beyond its own config.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install mnemo-memory
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /mnemo-memory 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.2.0
Initial release — cloud-persistent memory for AI agents powered by TiDB Cloud Serverless. Hybrid vector + keyword search, multi-agent CRDT conflict resolution, stateless plugin architecture. Supports OpenClaw, Claude Code, and OpenCode.
元数据
Slug mnemo-memory
版本 0.2.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

mnemo-memory 是什么?

Cloud-persistent memory for AI agents. Stateless plugins + TiDB Serverless = cross-session recall, multi-agent sharing, and hybrid vector + keyword search. W... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 296 次。

如何安装 mnemo-memory?

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

mnemo-memory 是免费的吗?

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

mnemo-memory 支持哪些平台?

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

谁开发了 mnemo-memory?

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

💬 留言讨论