📦 memory-index — 记忆引擎

v1.0.0

具备多角色隔离、分层索引与严格上下文检索协议的长期结构化记忆管理引擎,可精准召回信息、避免 token 浪费。

0· 175·1 当前·1 累计
下载技能包
最后更新
2026/3/17
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
medium confidence
NULL
评估建议
This skill appears internally consistent for managing agent memory, but it will read and modify files in your agent's /memory tree (create indexes, split topics, archive content) and may 'auto-takeover' existing diaries. Before installing: (1) back up your current /memory directory, (2) confirm you trust the skill owner (source/homepage missing), (3) consider testing in a sandbox agent or with a copy of your memories, and (4) prefer an explicit prompt/consent workflow if you don't want automatic...
详细分析 ▾
用途与能力
The name/description (structured long-term memory manager) aligns with the SKILL.md: it prescribes creating/reading/editing memory index files and per-topic Markdown files under /memory. No unrelated binaries, credentials, or external services are requested.
指令范围
Instructions stay within memory-management scope (create/maintain index files, route sub-agents to absolute paths, heartbeat audits). They explicitly tell the agent to read and write files under /memory and to spawn sub-agents with path pointers. Note: the skill instructs the agent to 'immediately create' index files and to 'auto-takeover' existing diary entries—this is within scope but can modify user data without additional explicit user prompts.
安装机制
Instruction-only skill with no install spec and no downloaded artifacts. This minimizes supply-chain risk; README mentions a 'clawhub install' command, but the registry entry contains no install steps or remote URLs.
凭证需求
No environment variables, credentials, or external endpoints are requested. All required access is to local agent memory files (paths under /memory), which is proportional to the declared purpose.
持久化与权限
always:false (normal). The skill expects to read and write the agent's long-term memory store and to autonomously take actions (create indexes, migrate topics). Autonomous invocation is allowed by platform default; combined with write actions this means the skill can make persistent changes to your agent's memory—expected for a memory manager, but important to be aware of.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/3/17

NULL

无害

安装命令

点击复制
官方npx clawhub@latest install memory-index
镜像加速npx clawhub@latest install memory-index --registry https://cn.longxiaskill.com
数据来源ClawHub ↗ · 中文优化:龙虾技能库