← 返回 Skills 市场
l33tdawg

Skill

作者 l33tdawg · GitHub ↗ · v5.0.2 · MIT-0
cross-platform ⚠ suspicious
341
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install sage-memory
功能描述
Persistent, consensus-validated memory for AI agents via SAGE MCP server. Gives you institutional memory that survives across conversations — memories go thr...
安全使用建议
This skill appears to do what it claims: provide persistent local memories via a local SAGE MCP server. Before installing or enabling it, verify the SAGE binary/source you will install (confirm the GitHub repo and release signatures), confirm that the .mcp.json file truly only points at localhost, and review where keys and the SQLite DB (~/.sage/data/sage.db) are stored and how they are protected (file permissions, encryption). Be aware the agent will write per-turn summaries (observations) and register an Ed25519 identity — if you have highly sensitive conversation content, enable SAGE at-rest encryption or avoid storing those items. Finally, ask the skill publisher or registry to fix the metadata mismatch (the SKILL.md references config paths and a repo, but the registry metadata omits them) so you can audit provenance more easily.
功能分析
Type: OpenClaw Skill Name: sage-memory Version: 5.0.2 The skill implements a persistent memory system but employs high-risk prompt injection techniques in SKILL.md to hijack the agent's control flow. It mandates a 'Boot Sequence' where the agent is instructed to 'NOT greet the user' and instead follow 'operating instructions' dynamically returned by the sage_inception tool, creating a path for arbitrary instruction injection. While the documentation claims a local-only privacy model (storing data in ~/.sage/data/sage.db), the use of buzzwords like 'BFT consensus' for a local database and the requirement for the agent to log every turn's observations are concerning behaviors that warrant caution.
能力评估
Purpose & Capability
The skill's name and description match the instructions: it implements persistent, consensus-validated memory via a local SAGE MCP server and lists the memory-related tools (sage_turn, sage_remember, sage_recall, etc.). However, the registry metadata declares no required config paths or homepage, while SKILL.md explicitly references local files (~/.sage/data/sage.db and .mcp.json) and a GitHub repository URL — an inconsistency users should be aware of.
Instruction Scope
SKILL.md confines activity to a local SAGE server and specifies what gets stored (summaries via sage_turn/sage_remember). It mandates calling sage_inception on the first message and sage_turn every turn (which will recall and store observations). This is within the stated memory purpose, but it does mean conversation summaries and task reflections will be written to a local DB and an agent identity (Ed25519 key) will be registered — verify what exactly gets stored and retained.
Install Mechanism
This is an instruction-only skill (no install spec). SKILL.md tells the user to download/ install SAGE from GitHub releases and run a local server. That external download is expected for this purpose, but you should verify the releases and signatures on the linked repository before installing.
Credentials
The skill requests no environment variables or external credentials (proportionate). However, it references specific local config/data paths (~/.sage/data/sage.db and .mcp.json) even though the registry metadata lists no required config paths — this mismatch should be clarified. The skill will create/register an Ed25519 identity for attribution; understand where the private key is stored and protect it.
Persistence & Privilege
The skill does not request always:true and is user-invocable; autonomous invocation is allowed (platform default). The skill creates persistent local memory (intended behavior). Note: autonomous use combined with persistent local storage increases blast radius only if the local SAGE server or host is compromised — consider that when deciding to enable autonomous invocation.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install sage-memory
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /sage-memory 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v5.0.2
v5.0.2: Fix CometBFT height regression auto-recovery on startup. Added data/privacy disclosure to address security scan findings.
v5.0.1
v5.0.1: Agent-to-agent pipeline, agent registration, task management, memory list/timeline, pre-validation, Python SDK on PyPI
v4.5.5
v4.5.5: Fix domain-filtered queries ignoring cross-provider memories. When a domain filter is specified, provider scoping is now skipped — the domain filter IS the relevance filter.
v4.0.0
v4.0.0: 4 application validators with BFT consensus, pre-validate endpoint, MCP intelligence, upgrade migration
元数据
Slug sage-memory
版本 5.0.2
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 4
常见问题

Skill 是什么?

Persistent, consensus-validated memory for AI agents via SAGE MCP server. Gives you institutional memory that survives across conversations — memories go thr... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 341 次。

如何安装 Skill?

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

Skill 是免费的吗?

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

Skill 支持哪些平台?

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

谁开发了 Skill?

由 l33tdawg(@l33tdawg)开发并维护,当前版本 v5.0.2。

💬 留言讨论