📦 Memory Networks — 记忆推理引擎
v1.0.0基于 Memory Networks 论文实现的记忆推理系统,支持将外部记忆与神经网络融合,使模型在问答、对话等任务中动态读写记忆,实现可解释、可扩展的推理能力。
0· 160·0 当前·0 累计
下载技能包
最后更新
2026/3/20
安全扫描
OpenClaw
安全
high confidenceNULL
评估建议
This is an instruction-only skill describing how to implement a Memory Network; it doesn't request credentials or install additional software. Before using it in a running agent, consider: (1) the SKILL.md contains sample code that assumes persistent storage — if you or an implementation persist memories to disk, avoid storing sensitive data or credentials there; (2) if someone provides a runnable implementation of this design, review any file I/O or network calls in that implementation before g...详细分析 ▾
✓ 用途与能力
The name/description (Memory Networks, memory-based reasoning) match the SKILL.md content: architecture, single-/multi-hop inference, memory types, and example usage. There are no unexpected credential or binary requirements that don't belong to a local ML/QA component.
ℹ 指令范围
SKILL.md is a design/instruction document with code snippets showing how to store/query memories and a sample local memory path (E:\QClaw\memory\). It does not instruct the agent to read arbitrary system files, access unrelated env vars, or transmit data externally. Note: the examples imply persistent local storage of memories (file paths) — an actual implementation could read/write disk, so users should review any runtime implementation before allowing it to persist sensitive data.
✓ 安装机制
No install spec and no code files — instruction-only. Nothing will be written to disk or downloaded by the skill itself during installation.
✓ 凭证需求
The skill declares no required environment variables, credentials, or config paths. The SKILL.md examples reference a local path only as an example; there is no request for unrelated secrets or cloud credentials.
✓ 持久化与权限
always is false and model invocation is allowed (default). This is standard for skills that may be invoked autonomously; there is no request to modify other skills or system-wide settings.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.02026/3/20
NULL
● 无害
安装命令
点击复制官方npx clawhub@latest install memory-networks
镜像加速npx clawhub@latest install memory-networks --registry https://cn.longxiaskill.com镜像同步中