← 返回 Skills 市场
codeblackhole1024

Memory Transfer Enhanced

作者 codeblackhole · GitHub ↗ · v2.1.0
cross-platform ⚠ suspicious
261
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install memory-transfer-enhanced
功能描述
Transfer memories between OpenClaw agents with optional topic filtering, supporting sharing mode with role transformation or cloning mode for verbatim copies.
安全使用建议
This package largely does what its description says (reads agent memory files, filters/transforms them, and writes them into a target agent workspace), but take these precautions before installing or running it: - Runtime requirement: The tool is a Node script but the skill metadata does not declare Node as a required binary — ensure Node is present and you understand that the script will run on your host. - Source trust: The package has no homepage and the _meta.json version/timestamp mismatch is odd; only run code from authors you trust. Inspect the full memory-transfer.js source yourself (you should review the truncated tail to confirm there are no hidden network calls or obfuscated logic). - Dry-run & backup: Use the --dry-run and interactive confirm flow first. Back up any target agent workspace before performing a non-dry run to avoid accidental overwrites. - Least privilege / sandboxing: Run the tool in a restricted environment or container if possible, since it reads/writes all agent workspaces under /home/node/.openclaw. - Review transformations: The 'share' mode attempts automatic pronoun/name transformations and regex-based user-data filtering; these are heuristic and may remove or alter content unexpectedly. Verify results in the preview before committing. If you need higher assurance, ask the publisher for provenance (homepage, source repo, signed release) or request that the skill declare required binaries (node) and provide a reproducible install path.
功能分析
Type: OpenClaw Skill Name: memory-transfer-enhanced Version: 2.1.0 The skill is a utility for transferring memory files between OpenClaw agents, featuring privacy-focused filtering of user information and identity transformation. It operates strictly on the local filesystem within the expected OpenClaw directory structure (/home/node/.openclaw/) and contains no network activity, obfuscation, or malicious execution logic in memory-transfer.js or SKILL.md.
能力评估
Purpose & Capability
The code and SKILL.md implement memory listing, topic filtering, share vs clone modes, and file copying between agent workspaces under /home/node/.openclaw — this aligns with the stated purpose. Minor inconsistencies: the registry lists the skill as 'memory-transfer-enhanced' v2.1.0 while _meta.json inside the package claims v1.0.0 and a strange publishedAt timestamp. Also the SKILL.md and code invoke 'node' but the skill declares no required binaries.
Instruction Scope
Runtime instructions and the included script explicitly read agent workspace directories, read specific memory files, optionally filter/transform content, and write into a target agent memory directory. There are no network calls, external endpoints, or instructions to read unrelated system areas; prompts and a dry-run/confirm step are included.
Install Mechanism
There is no install spec (instruction-only), but a shipped executable JS file (memory-transfer.js) expects Node to be present and is intended to be run directly. The skill metadata did not declare Node or any required binary, which is an omission and a mismatch between declared requirements and actual runtime needs.
Credentials
The skill requests no environment variables or external credentials, and it does not call out network endpoints. However, it reads and writes files under /home/node/.openclaw for arbitrary agent IDs and will therefore have access to all agent memories on the host; this access is necessary for the stated purpose but is broad — verify you trust the skill and the environment where it will run.
Persistence & Privilege
The skill is not marked always:true and does not claim to modify other skills or system-wide configuration. It writes copied/translated memory files into target workspaces (expected behavior for a transfer tool).
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install memory-transfer-enhanced
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /memory-transfer-enhanced 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.1.0
v2.1: Added user info filtering, topic-specific transfer, share/clone modes with agent identity adaptation
元数据
Slug memory-transfer-enhanced
版本 2.1.0
许可证
累计安装 1
当前安装数 0
历史版本数 1
常见问题

Memory Transfer Enhanced 是什么?

Transfer memories between OpenClaw agents with optional topic filtering, supporting sharing mode with role transformation or cloning mode for verbatim copies. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 261 次。

如何安装 Memory Transfer Enhanced?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install memory-transfer-enhanced」即可一键安装,无需额外配置。

Memory Transfer Enhanced 是免费的吗?

是的,Memory Transfer Enhanced 完全免费(开源免费),可自由下载、安装和使用。

Memory Transfer Enhanced 支持哪些平台?

Memory Transfer Enhanced 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Memory Transfer Enhanced?

由 codeblackhole(@codeblackhole1024)开发并维护,当前版本 v2.1.0。

💬 留言讨论