← 返回 Skills 市场
grivn

Mnemon Memory

作者 Grivn · GitHub ↗ · v0.1.2
cross-platform ⚠ suspicious
657
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install mnemon
功能描述
Persistent memory CLI for LLM agents. Store facts, recall past knowledge, link related memories, manage lifecycle.
安全使用建议
This skill appears to do what it says (a local CLI memory plugin) but it: (1) installs third‑party binaries (Homebrew tap or go install @latest), (2) runs a setup that writes files under ~/.openclaw and ~/.mnemon, and (3) injects bootstrap hooks/prompts that change agent behavior persistently. Before installing: (a) inspect the upstream project (GitHub repo and Homebrew tap) and prefer pinned releases or vetted packages, (b) run 'mnemon setup' in a throwaway/sandboxed environment or inspect the files it would write (ask the author for the exact file contents) so you can review injected prompts/hooks, (c) back up ~/.openclaw/openclaw.json and any agent configs so you can revert changes, and (d) avoid storing secrets in the memory store. If you cannot verify the source or review the setup output, treat installation as risky.
功能分析
Type: OpenClaw Skill Name: mnemon Version: 0.1.2 The skill is classified as suspicious due to its deep integration with the OpenClaw agent's core functionality. Specifically, the `mnemon setup --target openclaw --yes` command, instructed in `SKILL.md`, installs an `agent:bootstrap` hook that 'injects behavioral guide' into the agent. This grants the `mnemon` binary the capability to directly modify the agent's internal prompts and operational logic, creating a significant prompt injection vector. While the skill's stated purpose is persistent memory, this level of control over the agent's behavior, combined with the reliance on external binaries via `brew` and `go install`, represents a high-risk capability that could be abused for malicious purposes if the `mnemon` binary itself were compromised or designed with harmful intent.
能力评估
Purpose & Capability
Name/description (persistent memory CLI for LLM agents) aligns with the declared binary requirement and the install methods (Homebrew formula or go install of a mnemon repo). The SKILL.md's commands (remember, recall, link, etc.) are coherent for a memory tool.
Instruction Scope
The runtime instructions include a single 'mnemon setup --target openclaw' command that will create skill, hook, and plugin files under ~/.openclaw and prompt files under ~/.mnemon. This is expected for integration, but the setup injects an 'agent:bootstrap' behavioral guide and plugin hooks that will influence agent behavior on every message (remind/nudge). The SKILL.md does not show the exact files' contents; that makes it hard to audit what prompts/behavior are injected. The guide also explicitly tells the agent to use exec to run mnemon commands and warns not to store secrets.
Install Mechanism
Installers are a Homebrew tap (mnemon-dev/tap/mnemon) and a go install from github.com/mnemon-dev/mnemon@latest. Both are plausible for delivering a CLI but introduce supply-chain considerations: a third-party Homebrew tap is less vetted than an official formula, and 'go install @latest' pulls mutable code. No arbitrary URL downloads or extract steps are present.
Credentials
The skill does not request any environment variables or credentials. That is proportionate to its stated purpose. It will read/write files under the user's home (~/.openclaw, ~/.mnemon) which is reasonable for a local plugin and prompt store.
Persistence & Privilege
Although 'always' is false, the setup step explicitly modifies the OpenClaw installation by adding skills, hooks, and plugin config and instructs the user how to enable hooks that run on every message (remind/nudge). This grants persistent, high-impact influence over agent behavior. The skill will modify OpenClaw configuration (openclaw.json) and install agent:bootstrap hooks — actions with platform-wide consequences that should be reviewed before granting.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install mnemon
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /mnemon 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.2
- Added comprehensive installation and configuration instructions for Homebrew and Go. - Documented OpenClaw integration setup and plugin hook configuration options. - Explained recall, remember, and link workflows with usage guidance and candidate evaluation tips. - Listed all available mnemon CLI commands with example usage. - Added clear guardrails for memory storage types, edge types, and content limits.
元数据
Slug mnemon
版本 0.1.2
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Mnemon Memory 是什么?

Persistent memory CLI for LLM agents. Store facts, recall past knowledge, link related memories, manage lifecycle. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 657 次。

如何安装 Mnemon Memory?

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

Mnemon Memory 是免费的吗?

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

Mnemon Memory 支持哪些平台?

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

谁开发了 Mnemon Memory?

由 Grivn(@grivn)开发并维护,当前版本 v0.1.2。

💬 留言讨论