← 返回 Skills 市场
Supermemory
作者
clawdbot51-oss
· GitHub ↗
· v1.0.0
8502
总下载
17
收藏
69
当前安装
1
版本数
在 OpenClaw 中安装
/install supermemory
功能描述
Store and retrieve memories using the SuperMemory API. Add content, search memories, and chat with your knowledge base.
安全使用建议
Review before installing. Do not use the API key shown in the skill, and do not store passwords, tokens, regulated personal data, or confidential business information as memories. Use your own SuperMemory key through a secure environment variable and confirm SuperMemory retention and deletion behavior first.
功能分析
Type: OpenClaw Skill
Name: supermemory
Version: 1.0.0
The skill bundle is designed to interact with the SuperMemory API for storing, searching, and chatting with memories. All network calls are directed to the legitimate `api.supermemory.ai` domain, and the `SUPERMEMORY_API_KEY` is explicitly required for authentication. There is no evidence of data exfiltration beyond the intended API interaction, malicious execution, persistence mechanisms, or prompt injection attempts against the agent. While user input is directly embedded into JSON payloads without explicit escaping, this is primarily a robustness concern that could lead to malformed JSON and API errors, rather than a direct security vulnerability like shell injection or data exfiltration in this context.
能力评估
Purpose & Capability
The add, search, and chat scripts match the stated purpose and call SuperMemory API endpoints, so the external network use is functional rather than hidden.
Instruction Scope
SKILL.md shows a hardcoded sm_ API-key-like value in setup instructions and gives an example of storing an API key as a memory, which is unsafe guidance for users.
Install Mechanism
There is no automatic installer, background service, or persistence mechanism; use is through bash scripts, though the examples reference a supermemory CLI that the artifact does not install.
Credentials
The skill requires SUPERMEMORY_API_KEY and sends user-provided content or questions to api.supermemory.ai; that is purpose-aligned but under-warned for sensitive data.
Persistence & Privilege
Added memories are persisted in a third-party service, with no retention or deletion guidance and unsafe examples involving credentials.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install supermemory - 安装完成后,直接呼叫该 Skill 的名称或使用
/supermemory触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of SuperMemory skill.
- Store, search, and chat with your personal knowledge base using the SuperMemory API.
- Add content to your memory store with optional descriptions.
- Search your memories by query.
- Chat conversationally with your memory database.
- Simple bash commands for memory management.
- Requires configuration of the SUPERMEMORY_API_KEY environment variable.
元数据
常见问题
Supermemory 是什么?
Store and retrieve memories using the SuperMemory API. Add content, search memories, and chat with your knowledge base. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 8502 次。
如何安装 Supermemory?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install supermemory」即可一键安装,无需额外配置。
Supermemory 是免费的吗?
是的,Supermemory 完全免费(开源免费),可自由下载、安装和使用。
Supermemory 支持哪些平台?
Supermemory 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Supermemory?
由 clawdbot51-oss(@clawdbot51-oss)开发并维护,当前版本 v1.0.0。
推荐 Skills