← Back to Skills Marketplace
Supermemory
by
clawdbot51-oss
· GitHub ↗
· v1.0.0
8502
Downloads
17
Stars
69
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 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.
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 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.
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 8502 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