← Back to Skills Marketplace
Supermemory Free
by
Broedkrummen
· GitHub ↗
· v1.0.0
792
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install supermemory-free
Description
Cloud knowledge backup and retrieval using Supermemory.ai free tier. Store high-value insights to the cloud and search them back when local memory is insuffi...
Usage Guidance
This skill implements the advertised cloud backup/search behavior, but take care before installing or enabling auto-capture: 1) Confirm and set SUPERMEMORY_OPENCLAW_API_KEY in the intended .env (the registry view you saw omitted it — that’s an inconsistency). 2) Review your memory/ logs (memory/YYYY-MM-DD.md) for any sensitive secrets, credentials, full tokens, or paths you do not want uploaded; the script's heuristics may miss them. 3) Use the auto-capture dry-run (--dry-run) first to see what would be uploaded. 4) If you don't want persistent uploads, do not run install_cron.sh (or inspect/modify the cron command to remove 'source .env' or restrict scope). 5) If you install the cron, monitor the created log file and the .capture_state.json dedup file; consider limiting file permissions. 6) Prefer manual store/search usage if you cannot guarantee that session memory is free of sensitive data. If you want a cleaner metadata view, ask the publisher to correct the registry metadata to list the required env var(s).
Capability Analysis
Type: OpenClaw Skill
Name: supermemory-free
Version: 1.0.0
The skill is designed to store and retrieve knowledge from Supermemory.ai, which involves sending data to an external service (api.supermemory.ai). While this is the stated purpose, the `auto_capture.py` script attempts to filter sensitive information (passwords, secrets, tokens) using regex-based `SKIP_PATTERNS`. This filtering, though well-intentioned, is inherently imperfect and could lead to unintentional leakage of sensitive data, classifying it as a vulnerability. Additionally, the `install_cron.sh` script uses `source .env` which, if the `.env` file were compromised, could introduce further risks. There is no evidence of intentional malicious behavior like exfiltration to unauthorized endpoints or covert backdoors.
Capability Assessment
Purpose & Capability
The code and SKILL.md clearly require a SUPERMEMORY_OPENCLAW_API_KEY and perform POSTs to https://api.supermemory.ai (store/search), which aligns with the described purpose. However, the registry summary at the top of this report incorrectly lists "Required env vars: none" while _meta.json and SKILL.md/CLI code declare SUPERMEMORY_OPENCLAW_API_KEY as required — this metadata mismatch is an incoherence that could mislead users about required secrets.
Instruction Scope
The auto_capture.py scans local session memory files in WORKSPACE/memory (e.g., memory/YYYY-MM-DD.md), extracts candidate 'high-value' lines, and uploads them. The SKILL.md and code instruct installing a cron job that runs daily and sources .env. While there are skip patterns to avoid storing obvious passwords/tokens, the heuristics are fallible (and the code will happily upload paths, config lines, error traces, API endpoints, etc.). This means sensitive information present in memory logs could be uploaded unintentionally.
Install Mechanism
There is no remote install/download; the skill is instruction-plus-scripts. The provided install_cron.sh modifies the user's crontab to run the auto-capture daily and creates log files — expected behavior for an auto-capture feature. No external archives or unknown URLs are fetched during install.
Credentials
The only secret the code needs is SUPERMEMORY_OPENCLAW_API_KEY, which is proportionate to the stated function. However, the code searches for .env in multiple directories (workspace paths, relative skill paths, and home) which increases the chance it will pick up keys from unexpected locations. Additionally, the registry metadata shown to users omitted the required env var, which is a misleading inconsistency.
Persistence & Privilege
The skill does not request always:true and is not force-installed, but the optional install_cron.sh will create a persistent cron job (daily at 02:00 UTC) that runs autonomously and uploads content when present. If the cron is installed, the skill will have persistent periodic network access to upload extracted lines.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install supermemory-free - After installation, invoke the skill by name or use
/supermemory-free - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release — backup and search your knowledge with Supermemory free tier.
- Store and retrieve high-value insights using Supermemory.ai’s free API (/v3/documents and /v3/search only).
- Command-line tools for cloud storage (`store.py`), search (`search.py`), and automated memory capture (`auto_capture.py`).
- Auto-capture script analyzes memory logs and uploads important facts, bug fixes, configs, and more.
- Simple tagging system for grouping or filtering knowledge.
- Cron job utilities to automate daily uploads.
- Troubleshooting help for common cloud issues included.
Metadata
Frequently Asked Questions
What is Supermemory Free?
Cloud knowledge backup and retrieval using Supermemory.ai free tier. Store high-value insights to the cloud and search them back when local memory is insuffi... It is an AI Agent Skill for Claude Code / OpenClaw, with 792 downloads so far.
How do I install Supermemory Free?
Run "/install supermemory-free" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Supermemory Free free?
Yes, Supermemory Free is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Supermemory Free support?
Supermemory Free is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Supermemory Free?
It is built and maintained by Broedkrummen (@broedkrummen); the current version is v1.0.0.
More Skills