首页龙虾技能列表 › super-memori — 本地优先混合记忆技能

super-memori — 本地优先混合记忆技能

v3.3.5

本地优先混合记忆技能,用于OpenClaw代理。适用于查询过去知识、存储可重用教训、刷新记忆索引或验证记忆健康。支持本地Ubuntu主机,包含自我改进循环和记忆健康指导。

0· 220·0 当前·0 累计
by @ciklopentan·MIT-0
下载技能包
License
MIT-0
最后更新
2026/4/10
安全扫描
VirusTotal
无害
查看报告
OpenClaw
可疑
medium confidence
该技能与本地优先记忆助手大致一致,但仓库中包含访问敏感本地日志和本地向量数据库(Qdrant)的维护助手,运行时文档明确禁止使用许多这些助手——不匹配和读取shell历史/日志的脚本的存在令人担忧,值得在安装前审查。
评估建议
该包似乎实现了本地优先记忆助手,内部大型且文档良好,但在安装或运行前注意两点:(1) 包含不属于4个公共运行命令的维护/遗留脚本,其中一些读取shell命令日志(~/.openclaw/logs/commands.log)和写入待处理项到$HOME;仅在理解并接受该行为后运行;(2) 语义/混合功能在此版本中尚未完全实现,主要退化为词法/FS-based行为。嵌入脚本将尝试联系本地Qdrant(127.0.0.1:6333)并可能加载/下载sentence-transformers模型。建议:审查并如需移除或沙盒遗留脚本(auto-learner.sh、index-daily.sh、embed-*.py)或在隔离环境中运行技能;确保Qdrant不暴露在远程;先运行health-check.sh并避免运行除维护指导外的维护助手。如果需要更高的保证,请请求维护人员移除或将遗留助手移到明显标记的维护文件夹,并提供仅运行时的最小包。...
详细分析 ▾
用途与能力
The name/description match the included code: query, memorize, index, and health-check scripts plus embedding helpers and audits. Embedding and Qdrant-related code aligns with a local semantic memory purpose. However the package also bundles maintenance/legacy helpers (auto-learner.sh, index-daily.sh, embed-*.py, vector_fallback.py) that are not part of the declared public runtime; their presence is allowed by some legitimate maintenance workflows but is not described in the short description — this is a mild mismatch.
指令范围
SKILL.md explicitly restricts runtime to four public commands and forbids using maintenance helpers. Despite that, multiple included scripts perform additional actions: auto-learner.sh reads ~/.openclaw/logs/commands.log to auto-generate pending items; embed-*.py and check_similarity.py call a Qdrant endpoint on localhost; vector_fallback.py and other legacy scripts provide alternate semantic paths. The instructions promise not to use these, but the code exists and can be invoked (especially by weaker agents). Reading user command logs is sensitive and is not described in the top-level description.
安装机制
There is no install spec (instruction-only in registry), so nothing is automatically downloaded or executed at install time. All code is in-repo; no remote install URLs or extract operations were declared. That reduces supply-chain risk, but it means a host running these scripts will execute repository code directly.
凭证需求
The skill does not request any declared env vars or external credentials, which is appropriate. However some scripts read sensitive local data (e.g., auto-learner.sh reads $HOME/.openclaw/logs/commands.log and writes pending items under $HOME/.openclaw/data/). Embedding helpers connect to http://127.0.0.1:6333 (Qdrant) and will attempt to load sentence-transformers models (which may download models if not present). These behaviors are plausible for a memory skill, but reading shell command logs and creating pending items is not signaled in the short description and is higher-sensitivity activity — justify before granting runtime access.
持久化与权限
The skill does not set always:true and does not declare system-wide privileges. It writes and reads local workspace files (memory/, .learnings/, memory/index-state/) and may create files under the user's home for pending items. That is expected for a local-first memory skill. There is some risk from legacy scripts operating outside the documented runtime (writing to $HOME), but no evidence of attempts to modify other skills or system-wide config.
安全有层次,运行前请审查代码。

License

MIT-0

可自由使用、修改和再分发,无需署名。

运行时依赖

无特殊依赖

版本

latestv3.3.52026/4/5

双重思考重运行(通过Qwen + DeepSeek的6轮交替):添加缺失的LEGACY_LEARNINGS_UNMIGRATED健康原因代码,修复运行时合同命令表,澄清自动模式诚实地回退到词法结果,注释课程别名测试作为向后兼容性覆盖,并将PACKAGING_CHECKLIST与规范发布状态元数据对齐。

● 无害

安装命令 点击复制

官方npx clawhub@latest install super-memori
镜像加速npx clawhub@latest install super-memori --registry https://cn.clawhub-mirror.com

技能文档

超级记忆 — v3.2.4 项目技能 状态: v3 基线,具有健康报告的语义降级,当Python语义依赖项缺失时。该文件夹提供了真正的v3基线命令面,保留了旧行为作为遗留参考,并记录了不假装语义层始终在每个主机上激活的路径到后续完整混合实现。... (由于原始内容过长,仅提供部分翻译,重点保留关键信息)

数据来源:ClawHub ↗ · 中文优化:龙虾技能库
OpenClaw 技能定制 / 插件定制 / 私有工作流定制

免费技能或插件可能存在安全风险,如需更匹配、更安全的方案,建议联系付费定制

了解定制服务