← Back to Skills Marketplace
Supermemory
by
clawdbot51-oss
· GitHub ↗
· v1.0.0
9048
Downloads
17
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install supermemory
Description
Store and retrieve memories using the SuperMemory API. Add content, search memories, and chat with your knowledge base.
Usage Guidance
Review before installing. Do not use the API key shown in the documentation, and do not store passwords, tokens, API keys, regulated personal data, or confidential business information as memories. Use your own key only if you are comfortable sending memory content and queries to SuperMemory and have checked its retention and deletion behavior.
Capability Analysis
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.
Capability Assessment
Purpose & Capability
The scripts match the stated SuperMemory purpose: add memories, search memories, and retrieve chat-like results through api.supermemory.ai.
Instruction Scope
SKILL.md includes a concrete sm_-prefixed API-key-like value in setup instructions and gives an example of storing an API key as a memory, which is unsafe guidance for a remote persistent memory service.
Install Mechanism
There is no automatic installer, background service, or hidden persistence; use is through documented bash scripts, although the usage examples refer to a supermemory CLI that is not included in the inspected artifact.
Credentials
The skill requires SUPERMEMORY_API_KEY and sends user-provided content, search queries, and chat questions to a third-party API. That is purpose-aligned, but the artifact does not clearly warn users about sensitive data exposure.
Persistence & Privilege
Added memories are persisted in SuperMemory’s external service, but the skill provides no retention, deletion, or sensitive-data guidance and explicitly normalizes saving credentials.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install supermemory - After installation, invoke the skill by name or use
/supermemory - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is Supermemory?
Store and retrieve memories using the SuperMemory API. Add content, search memories, and chat with your knowledge base. It is an AI Agent Skill for Claude Code / OpenClaw, with 9048 downloads so far.
How do I install Supermemory?
Run "/install supermemory" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Supermemory free?
Yes, Supermemory is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Supermemory support?
Supermemory is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Supermemory?
It is built and maintained by clawdbot51-oss (@clawdbot51-oss); the current version is v1.0.0.
More Skills