← 返回 Skills 市场
MnemoPay
作者
t49qnsx7qt-kpanks
· GitHub ↗
· v1.1.0
· MIT-0
95
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install mnemopay
功能描述
Give any AI agent persistent memory and a wallet. Remember facts across sessions, recall with semantic search, charge for work delivered, track reputation. 1...
安全使用建议
Do not install blindly. Key things to verify before using this skill:
- Source provenance: confirm the npm package and GitHub repo are legitimate, review the package code and maintainer identity.
- Installation risk: the SKILL.md tells the agent to run `npx @mnemopay/sdk` — that will fetch and execute remote code. Only allow this in a sandboxed environment after code review.
- Credentials and infrastructure: clarify what DB, Redis, and payment credentials are required and ensure they are provided via secure secret storage (not hard-coded). Ask how payment escrow is implemented and what third-party gateways are used.
- Autonomy and billing safeguards: require explicit human approval before any charge is created or settled; restrict autonomous invocation for payment-related tools; add limits and audit hooks.
- Data governance: ask how memories and logs are stored, encrypted, retained, and deleted (privacy/PDPA/GDPR concerns).
If you cannot validate the package source and the payment/back-end design, treat this skill as unsafe for production and run only in an isolated test environment with strict limits on network and financial actions.
功能分析
Type: OpenClaw Skill
Name: mnemopay
Version: 1.1.0
The skill introduces high-risk capabilities by providing tools for financial transactions (`charge`, `settle`) and persistent memory management. It executes remote code via `npx -y @mnemopay/sdk` and includes specific instructions in `SKILL.md` for the agent to initiate charges and manage a wallet. While these features are consistent with the stated purpose, the combination of automated financial workflows and the use of an atypical GitHub repository source (`t49qnsx7qt-kpanks/mnemopay-sdk`) warrants a suspicious classification due to the potential for financial abuse or supply chain risk.
能力评估
Purpose & Capability
The skill claims to provide persistent memory and a wallet, and the SKILL.md instructs using `npx @mnemopay/sdk` which explains the npx requirement. However, the skill claims payment/escrow functionality without declaring or requiring any payment-provider credentials, database connection strings, or other infrastructure details. The homepage GitHub path and registry owner information are opaque/unfamiliar, which increases uncertainty.
Instruction Scope
The SKILL.md instructs the agent to run `openclaw mcp set` which will cause the agent to execute `npx` to fetch an external SDK and run a persistent MCP server that stores memories, logs, and handles payments. The instructions reference many environment variables (MNEMOPAY_*, MNEMO_URL, AGENTPAY_URL) and persistent services (Postgres, Redis) but the registry metadata lists no required env or config. The skill's instructions also enable workflows that would allow the agent to create charges and settle payments; the guidance not to charge speculatively is a policy, not an enforcement mechanism.
Install Mechanism
There is no install spec in the registry, but the runtime instructions explicitly instruct dynamic installation/execution via `npx -y @mnemopay/sdk`. That causes arbitrary code from the npm registry to be fetched and run at agent runtime. The package and GitHub repo do not appear to be a well-known or verified source, increasing supply-chain risk.
Credentials
Registry metadata declares no required env vars, but the SKILL.md examples and workflows reference multiple MNEMOPAY_* variables and service URLs and expect persistent storage and payment endpoints. Payment functionality implies the need for secrets/credentials (payment gateway keys, DB URLs) that are neither declared nor described. This mismatch (no declared creds but clear need for them) is a red flag.
Persistence & Privilege
The skill instructs installation of a persistent MCP server that would hold memories, logs, and wallets. Although `always: false` and autonomous invocation is the platform default, this skill's ability to create charges and settle payments combined with the lack of declared authorization controls raises the risk that an agent could autonomously create financial transactions if misconfigured or exploited.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install mnemopay - 安装完成后,直接呼叫该 Skill 的名称或使用
/mnemopay触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
Added reputation tool (13 tools total), hardened persistence
v1.0.0
AI agent memory + micropayments via MCP. 12 tools: remember, recall, forget, reinforce, consolidate, charge, settle, refund, balance, profile, logs, history.
元数据
常见问题
MnemoPay 是什么?
Give any AI agent persistent memory and a wallet. Remember facts across sessions, recall with semantic search, charge for work delivered, track reputation. 1... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 95 次。
如何安装 MnemoPay?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install mnemopay」即可一键安装,无需额外配置。
MnemoPay 是免费的吗?
是的,MnemoPay 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
MnemoPay 支持哪些平台?
MnemoPay 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 MnemoPay?
由 t49qnsx7qt-kpanks(@t49qnsx7qt-kpanks)开发并维护,当前版本 v1.1.0。
推荐 Skills