← Back to Skills Marketplace
codeblackhole1024

Memory Transfer Enhanced

by codeblackhole · GitHub ↗ · v2.1.0
cross-platform ⚠ suspicious
261
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install memory-transfer-enhanced
Description
Transfer memories between OpenClaw agents with optional topic filtering, supporting sharing mode with role transformation or cloning mode for verbatim copies.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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).
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install memory-transfer-enhanced
  3. After installation, invoke the skill by name or use /memory-transfer-enhanced
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.1.0
v2.1: Added user info filtering, topic-specific transfer, share/clone modes with agent identity adaptation
Metadata
Slug memory-transfer-enhanced
Version 2.1.0
License
All-time Installs 1
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Memory Transfer Enhanced?

Transfer memories between OpenClaw agents with optional topic filtering, supporting sharing mode with role transformation or cloning mode for verbatim copies. It is an AI Agent Skill for Claude Code / OpenClaw, with 261 downloads so far.

How do I install Memory Transfer Enhanced?

Run "/install memory-transfer-enhanced" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Memory Transfer Enhanced free?

Yes, Memory Transfer Enhanced is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Memory Transfer Enhanced support?

Memory Transfer Enhanced is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Memory Transfer Enhanced?

It is built and maintained by codeblackhole (@codeblackhole1024); the current version is v2.1.0.

💬 Comments