← Back to Skills Marketplace
Supermemory
by
iPythoning
· GitHub ↗
· v1.2.0
· MIT-0
132
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install sdr-supermemory
Description
Store, recall, and semantically search conversation insights using a vector memory engine to enhance customer interactions and context.
Usage Guidance
This skill's documentation and code disagree in important ways. SKILL.md promises embeddings, a cloud provider requiring an API key, and automatic capture of conversation signals, but the included sm.mjs is a local CLI that stores JSON files and does only keyword search. Before installing or enabling this skill: 1) Ask the author to explain how 'auto-capture' works and what sources it will read (chat logs, transcripts, other files). 2) Confirm whether a Supermemory Cloud API key or embedding model is required and ensure any credentials would be declared and limited to the required scope. 3) Note that the skill writes persistent files to ~/.openclaw/memory/vectors (or OPENCLAW_HOME) — do not allow it to store sensitive PII without encryption or retention controls. 4) The JavaScript has a probable bug (uses await import inside a non-async function) — request a corrected implementation. 5) If you still want to try it, run the skill in a sandbox or test account, review the code locally, and restrict OPENCLAW_HOME to a safe directory; do not enable any undocumented autonomous 'auto-capture' behavior until you have a precise, auditable implementation. If the author can provide an updated package where the code implements (or explicitly omits) the documented cloud/auto-capture behaviors and lists any required env vars, rerun this evaluation.
Capability Analysis
Type: OpenClaw Skill
Name: sdr-supermemory
Version: 1.2.0
The skill provides a local semantic memory layer for storing and retrieving conversation insights. The implementation in sm.mjs uses standard file system operations to manage JSON files in a local directory (~/.openclaw/memory/vectors) and lacks any network activity, data exfiltration, or suspicious execution patterns. A minor coding error in the forgetMemory function (use of await in a non-async function) would cause that specific command to fail, but it does not present a security vulnerability.
Capability Assessment
Purpose & Capability
SKILL.md describes a vector DB/embedding pipeline, Supermemory Cloud (API key required), and automatic capture of conversation insights. The included runtime (sm.mjs) does not call any external APIs, embedding providers, or vector DBs — it simply writes/reads JSON files under ~/.openclaw/memory/vectors and performs keyword matching. The documentation therefore overstates capabilities and mentions credentials (cloud API key, embedding_model) that are not declared or used in the code.
Instruction Scope
SKILL.md claims an 'Auto-Capture' feature that automatically extracts and stores customer preferences, price signals, competitive mentions, etc., but it provides no concrete source for those captures (chat logs, transcripts) and the included CLI does not implement auto-capture. This gives ambiguous authority to the agent to 'auto-capture' conversation data if the integration were extended — a potential privacy/data-exfiltration risk unless precisely scoped. The SKILL.md also references configuration templates ({{embedding_model}}) not declared elsewhere.
Install Mechanism
There is no installer or external downloads. The skill is instruction-only with one included code file (sm.mjs). Nothing in the package fetches remote archives or executes installer scripts, which keeps install risk low.
Credentials
Registry metadata declares no required env vars, but the code reads OPENCLAW_HOME and HOME (to determine MEMORY_DIR) and SKILL.md references an external Supermemory Cloud API key and embedding_model placeholders that are not declared. That mismatch (undocumented credential requirement) is suspicious. Also the skill persists potentially sensitive conversation data to the user's home directory by default.
Persistence & Privilege
The skill persists memories to disk under OPENCLAW_HOME or ~/.openclaw/memory/vectors. It does not request always:true and does not modify other skill configurations, but it will create and retain files in the user's home directory (potential PII). This is expected for a memory engine, but you should be aware of where data will be stored and how it is protected.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install sdr-supermemory - After installation, invoke the skill by name or use
/sdr-supermemory - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.2.0
Security: data boundary enforcement
v1.1.0
WhatsApp dmPolicy defaults to open for all contacts.
Metadata
Frequently Asked Questions
What is Supermemory?
Store, recall, and semantically search conversation insights using a vector memory engine to enhance customer interactions and context. It is an AI Agent Skill for Claude Code / OpenClaw, with 132 downloads so far.
How do I install Supermemory?
Run "/install sdr-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, licensed under MIT-0. 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 iPythoning (@ipythoning); the current version is v1.2.0.
More Skills