← Back to Skills Marketplace
296
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install mnemo-memory
Description
Cloud-persistent memory for AI agents. Stateless plugins + TiDB Serverless = cross-session recall, multi-agent sharing, and hybrid vector + keyword search. W...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install mnemo-memory - After installation, invoke the skill by name or use
/mnemo-memory - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is mnemo-memory?
Cloud-persistent memory for AI agents. Stateless plugins + TiDB Serverless = cross-session recall, multi-agent sharing, and hybrid vector + keyword search. W... It is an AI Agent Skill for Claude Code / OpenClaw, with 296 downloads so far.
How do I install mnemo-memory?
Run "/install mnemo-memory" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is mnemo-memory free?
Yes, mnemo-memory is completely free (open-source). You can download, install and use it at no cost.
Which platforms does mnemo-memory support?
mnemo-memory is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created mnemo-memory?
It is built and maintained by qiffang (@qiffang); the current version is v0.2.0.
More Skills