← 返回 Skills 市场
Supermemory Free
作者
Broedkrummen
· GitHub ↗
· v1.0.0
792
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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...
安全使用建议
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).
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install supermemory-free - 安装完成后,直接呼叫该 Skill 的名称或使用
/supermemory-free触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 792 次。
如何安装 Supermemory Free?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install supermemory-free」即可一键安装,无需额外配置。
Supermemory Free 是免费的吗?
是的,Supermemory Free 完全免费(开源免费),可自由下载、安装和使用。
Supermemory Free 支持哪些平台?
Supermemory Free 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Supermemory Free?
由 Broedkrummen(@broedkrummen)开发并维护,当前版本 v1.0.0。
推荐 Skills