← Back to Skills Marketplace
Supermemory
by
jared-goering
· GitHub ↗
· v0.2.1
· MIT-0
360
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install openclaw-supermemory
Description
Long-term agent memory with atomic fact extraction, relational versioning, semantic search, and entity profiles. Extracts facts from conversations, tracks ho...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install openclaw-supermemory - After installation, invoke the skill by name or use
/openclaw-supermemory - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is Supermemory?
Long-term agent memory with atomic fact extraction, relational versioning, semantic search, and entity profiles. Extracts facts from conversations, tracks ho... It is an AI Agent Skill for Claude Code / OpenClaw, with 360 downloads so far.
How do I install Supermemory?
Run "/install openclaw-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 jared-goering (@jared-goering); the current version is v0.2.1.
More Skills