← 返回 Skills 市场
jared-goering

Supermemory

作者 jared-goering · GitHub ↗ · v0.2.1 · MIT-0
cross-platform ⚠ suspicious
360
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install openclaw-supermemory
功能描述
Long-term agent memory with atomic fact extraction, relational versioning, semantic search, and entity profiles. Extracts facts from conversations, tracks ho...
安全使用建议
Before installing or enabling this skill: (1) Verify the PyPI package and GitHub repository contents — run pip install only from trusted sources and inspect the code. (2) Expect a local DB at ~/.supermemory/memory.db — if you handle sensitive data, consider encrypting the DB or disabling auto-ingest. (3) The SKILL.md requires an LLM API key (Anthropic by default) and may use other provider keys; do not supply high-privilege or long-lived secrets — use least-privilege/test keys. (4) Running 'supermemory serve' exposes a local HTTP API — ensure appropriate firewall/access controls. (5) Disable automatic ingestion of agent responses until you've audited what the extractor sends to external LLMs (avoid unintended data exfiltration). (6) Ask the publisher to correct registry metadata to declare required env vars and config paths; if they cannot, treat the skill as higher risk. If you need to proceed, run the package in an isolated environment (VM/container) and review network traffic and code first.
功能分析
Type: OpenClaw Skill Name: openclaw-supermemory Version: 0.2.1 The openclaw-supermemory skill is a utility for managing long-term agent memory using SQLite and local embeddings. The SKILL.md and _meta.json files describe standard functionality for fact extraction, semantic search, and entity profiling without any indicators of malicious behavior, data exfiltration, or prompt injection attacks.
能力评估
Purpose & Capability
The name/description (local-first long-term memory, fact extraction, semantic search) matches the SKILL.md functionality (ingest/search/entity/profile, local SQLite DB, embeddings). However, the registry declares no required env vars or config paths while the SKILL.md explicitly requires an LLM API key (default Anthropic) or local embedding models and instructs creating ~/.supermemory/memory.db and installing openclaw-supermemory via pip — this metadata mismatch is notable.
Instruction Scope
The instructions tell the agent to run a local server (supermemory serve), write a persistent DB at ~/.supermemory/memory.db, and repeatedly call ingest on agent responses (supermemory ingest "$RESPONSE_TEXT"). Those steps are within a memory tool's remit, but auto-ingesting agent outputs means data (including sensitive or secret-bearing responses) will be processed by an LLM extractor and stored locally; if the extractor uses a cloud LLM API, that transmits data off-device. The SKILL.md also references several LLM providers (Anthropic/OpenAI/Cohere) but the registry did not declare those env requirements.
Install Mechanism
There is no platform install spec, but SKILL.md instructs users to pip install openclaw-supermemory[local] (PyPI) and references a GitHub repo and plugin. That means installation relies on external package distribution (PyPI/GitHub). The absence of an install spec in the registry is an inconsistency: the skill will not be installed automatically by the platform and an end user would fetch code from third-party sources — review the PyPI package and GitHub repo before running pip.
Credentials
Registry metadata lists no required env vars, but the documentation requires an LLM API key (ANTHROPIC_API_KEY by example) or alternative provider keys for embeddings/extraction. The skill may need additional credentials depending on chosen backends (OpenAI/Cohere/Voyage). Persistent storage of extracted facts in a home-directory DB means sensitive data may be retained locally. The lack of declared env/config requirements in the registry is disproportionate and should be corrected.
Persistence & Privilege
always:false (good). The skill writes a persistent DB (~/.supermemory/memory.db) and can run a local HTTP API on :8642; those are reasonable for a memory service but increase blast radius (stored sensitive info, an open local endpoint). The skill also suggests installing a 'plugin' that enables zero-config auto-injection — that plugin should be audited before enabling automatic operation across agents.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install openclaw-supermemory
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /openclaw-supermemory 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.2.1
Initial ClawHub release. Long-term agent memory with atomic fact extraction, relational versioning, semantic search, entity profiles. 67% accuracy on LongMemEval_s benchmark. Includes OpenClaw plugin for zero-config integration.
元数据
Slug openclaw-supermemory
版本 0.2.1
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Supermemory 是什么?

Long-term agent memory with atomic fact extraction, relational versioning, semantic search, and entity profiles. Extracts facts from conversations, tracks ho... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 360 次。

如何安装 Supermemory?

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

Supermemory 是免费的吗?

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

Supermemory 支持哪些平台?

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

谁开发了 Supermemory?

由 jared-goering(@jared-goering)开发并维护,当前版本 v0.2.1。

💬 留言讨论